

#tab-menu{
width: 950px;  /* was 950 */
}


.lhs-logo-link{
	position:relative;
	float:left;
	top:0px;
	margin-right:20px;
}


.ddcolortabs{
	width: 100%;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}

.ddcolortabs ul{
	font: normal 10px Arial, Verdana, sans-serif;
	list-style:none;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}

.ddcolortabs ul ul{
	font: normal 10px Arial, Verdana, sans-serif;
	list-style:none;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}

.ddcolortabs li{
	display:inline;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}


.ddcolortabs a{
	float:left;
	color: white;
	background: #FF6600 url(../images/menu_images/color_tabs_left.gif) no-repeat left top;
	text-decoration:none;
	letter-spacing: 1px;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 3px;/* opacity: 0.50; */
/* filter: alpha(opacity=50); */
}


.ddcolortabs a span{
float:left;
display:block;
background: white url(../images/menu_images/color_tabs_right.gif) no-repeat right top;
padding: 4px 8px 2px 7px;
width:92px;                  /* this sets a fixed width if you want it */
background-color:#FF6600;     /* sets the background colour for all the tabs in normal mode */
}

.ddcolortabs a span{
float:none;
}

.ddcolortabs a:hover{
background-color: #FFCC00;
}

.ddcolortabs a:hover span{
background-color: #FFCC00;
}

.ddcolortabs .selected a span , #ddcolortabs .selected a span { /*currently selected tab*/
/* background-color: #FFCC00; */
}

.ddcolortabs a:active span {
background-color: #FFCC00;
}


.ddcolortabsline{
clear: both;
padding: 0;
width: 100%;
height: 1px;
line-height: 1px;
background: black;
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a{
	position:absolute;
	top: 0; /*THEME CHANGE HERE*/
	border-top-width: 8px; /*Top border width. Should match height of .ddcolortabsline above*/
	border-bottom-width: 0;
	font:normal 10px Arial;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ff6600;
	border-right-color: #ff6600;
	border-bottom-color: #ff6600;
	border-left-color: #ff6600;
}


.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 5px;
border-top: 0 solid #678b3f;
border-bottom: 1px solid #678b3f; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background-color: #ffcc00;
color: white;
}
