 
 #dropmenudiv{
	position:absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	top: 0px;
	line-height:18px;
	z-index:100;
	background-color: white;
	visibility: hidden;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9; 
	opacity: 0.9;
	border: 5px solid white;
	-moz-border-radius: 0em 0em 1em 1em ;
  	border-top-right-radius: 0em;
	border-bottom-right-radius: 1em;
	border-bottom-left-radius: 1em;
}

#dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 10px;
	border-top: 0 solid #DADADA;
	border-bottom: 0px solid #DADADA;
	text-decoration: none;
	color: #666666;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 0;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #cccccc;
	color: #000033;
	text-decoration: none;
}


#ddcolortabs{
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
z-index: 4;
}

#ddcolortabs ul{
	margin-left:18px;
	padding:0;
	list-style:none;
	font-family: Arial, Verdana, sans-serif;
	font-size: .8em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	z-index: 4;
}

#ddcolortabs li{
	display:inline;
	margin:0 12px 0 0;
	padding:0;
	text-transform:uppercase;
	z-index: 4;
}


#ddcolortabs a{
	float:left;
	color: #ffffff;
	text-decoration:none;
	letter-spacing: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-image: url(color_tabs_left2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0;
	margin-right: 12px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 5px;
	z-index: 4;
}

#ddcolortabs a span{
	float:left;
	display:block;
	background: transparent url(color_tabs_right2.gif) no-repeat right top;
	z-index: 4;
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 2px;
	padding-left: 7px;
}

#ddcolortabs a span{
	float:none;
	z-index: 4;
}


#ddcolortabs a:hover{
	background-color: #000099;
	color: #f7f7f7;
	z-index: 4;
}

#ddcolortabs a:hover span{
	background-color: #000099;
	z-index: 4;
}

#ddcolortabs #current a, #ddcolortabs #current span{ /*currently selected tab*/
	background-color: #000099;
	z-index: 4;
	color: #f7f7f7;
}



#ddcolortabsline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
background: #eee;
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}
 

 
 
 
 