.ddcolortabs
{
width: 100%;
voice-family: "\"}\"";
voice-family: inherit;
}

#ddbackground 
{
height: 35px;
margin-top: -22px;
/*background: url(media/mainpage-tr.png) 100% 0 no-repeat;*/
background: #000000;
}

* html #ddbackground 
{
margin-top: 0;
}

#colortab {
height: 35px;
/*background:  url(media/mainpage-tl.png) 0 0 no-repeat;*/
background: #000000;
}

.ddcolortabs ul{
margin-top:0;
margin-left: 18px;
padding:0;
list-style:none;
}

.ddcolortabs li{
display:inline;
text-transform:uppercase;
}

.ddcolortabs a, .ddcolortabs a:visited{
float:right;
color: #ccc;
text-decoration:none;
}

.ddcolortabs a span{
	white-space: nowrap;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	display: inline;
	float: left;
	height: 35px;
	line-height: 35px;
	padding: 0 17px;
	font-weight: bold;
	font-size: 100%;
}

.ddcolortabs a:hover{
color: #FFFFFF;
/*background: url(media/active-tab-r.png) no-repeat right top;*/
background: #ff000a;
}

.ddcolortabs a:hover span{
/*background: url(media/active-tab-l.png) no-repeat left top;*/
background: #ff000a;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a{
position:absolute;
top: 0;
background: #eee url(media/dropdown-top.png) 0 0 no-repeat;
border-left: 1px solid #DBDBDB;
border-right: 1px solid #DBDBDB;
margin: 0;
padding: 0;
line-height: 30px;
visibility: hidden;
width: 170px;
}

.dropmenudiv_a a, .dropmenudiv_a a:visited{
display: block;
white-space: nowrap;
background: url(media/dropdown-div.png) 0 100% repeat-x;
text-indent: 10px;
text-decoration: none;
color: #000000;
width: 100%;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
color: #FF0000;
font-weight: bold;
}

.headlogo
{
background: url(media/header/branding_bg.png) left top repeat-x;
margin-top: -3px;
}


