.ddcolortabs{
padding: 0;
width: 100%;
background: #E2E5BB;
voice-family: "\"}\"";
voice-family: inherit;
}

.ddcolortabs ul{
list-style: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
margin:0;
padding:0;
}

.ddcolortabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
}

.ddcolortabs a{
float: left;
color: #000;
background: #fff url(images/color_tabs_left.gif) no-repeat left top;
margin:0px;
padding:0 0 0 8px;
text-decoration: none;
letter-spacing: 1px;
}

.ddcolortabs a span{
float: left;
display: block;
background: #fff url(images/color_tabs_right.gif) no-repeat right top;
padding: 15px 21px 15px 13px;
margin:0px;
}
.ddcolortabs a span{ float:none; }
.ddcolortabs a:hover{ background-color: #C9DBE7; }
.ddcolortabs a:hover span{ background-color: #C9DBE7; }
.ddcolortabs a:active{ background-color: #C9DBE7; }
.ddcolortabs a:active span{ background-color: #C9DBE7; }
.ddcolortabs .selected a, .ddcolortabs .selected a span{ background-color: #C9DBE7; }

.ddcolortabsline {}

/* Style for Drop Down Menu */
.dropmenudiv_a{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
letter-spacing: 1px;
position: absolute;
top: 0;
line-height:18px;
z-index:100;
background-color: #C9DBE7;
width: 200px;
visibility: hidden;
}

.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 12px;
padding: 3px 0;
text-decoration: none;
color: #000;
border-top: 1px solid #FFF;
}

* html .dropmenudiv_a a{ width:100%; }
.dropmenudiv_a a:hover{ background-color: #8B3C3F; color: #FFF; }

/* -- */
#menu_top {	
	margin: 0;
	padding: 0;
	width: 100%;
	background: #e2e5bb;
	line-height:18px;
}

#menu_top li {
	list-style: none;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#menu_top li a {
	background: #fff url(/mrdc_images/color_tabs_left.gif) no-repeat left top;
	display: block;
	/*background: #57abc6;*/
	padding: 5px 12px;
	text-decoration: none;
	border-right: 1px solid white;
	width: auto;
	color: #000;
	white-space: nowrap
}

#menu_top li a:hover {	
	background: #C9DBE7
}

#menu_top li ul {	
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	border-top: 1px solid white
}

#menu_top li ul li {	
	float: none;
	display: inline
}

#menu_top li ul li a {	
	width: 150px;
	background: #C9DBE7;
	color: black;
}

#menu_top li ul li a:hover
{	background: #8B3C3F;
	color: #fff;
}

.clear {	
	clear: both;
	overflow: hidden;
	height: 0
}

