#menu {
	width: 790px; 
	background: #0d2442;
	float: left; 
	border-top: 1px solid #FFF;
	/*url(../images/nav_pipe.gif) repeat-x*/
	
	/*new for dt switch*/
	font-size: 10px;
}

.bottomCurve {
	/*background: url(images/menu_bottom.gif) no-repeat bottom;*/
	background: url(../images/menu_bottom.gif) no-repeat bottom; 
	height: 10px; 
	float: left;  
	width: 162px;
}

.ddcolortabs {
	padding: 0;
	width: 100%;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
}

.ddcolortabs ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ddcolortabs li {
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
}

.ddcolortabs a {
	float: left;
	color: #FFF;
	background: #0d2442;
	margin: 0 1px 0 0;
	padding: 0px 16px;
	text-decoration: none;
	font-size: 11px;
}



.ddcolortabs a span {
	float: left;
	display: block;
	padding: 8px 8px 8px 8px;
}

.ddcolortabs a span {
	float:none;
}

.ddcolortabs a:hover {
	background-color: #9d1513;
}

.ddcolortabs a:hover span {
	background-color: #9d1513;
}

.ddcolortabs .selected a, #ddcolortabs .selected a span { /*currently selected tab*/
	background-color: #9d1513;
}
/* ######### Test Area ######### */
.ddcolortabs2 {
	padding: 0;
	width: 100%;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
}

.ddcolortabs2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ddcolortabs2 li {
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
}

.ddcolortabs2 a {
	float: left;
	color: #FFF;
	background: #66ff33;
	margin: 0 2px 0 0;
	padding: 0px 6px;
	text-decoration: none;
	font-size: 11px;
}



.ddcolortabs2 a span {
	float: left;
	display: block;
	padding: 8px 8px 8px 8px;
}

.ddcolortabs2 a span {
	float:none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a {
	position:absolute;
	top: 0;
	border-bottom-width: 0;
	line-height:16px;
	z-index:100;
	width: 162px;
	visibility: hidden;
}

.dropmenudiv_a a {background: #0d2442; width: 162px;}

.dropmenudiv_a a {
	width: auto;
	display: block;
	padding: 4px 17px;
	text-decoration: none;
	color: #FFF;
}

* html .dropmenudiv_a a { /*IE only hack*/
	/*width: 100%;*/
	width: _128px;
}

.dropmenudiv_a a:hover { /*THEME CHANGE HERE*/
	background-color: #0d2442;
	color: #FFF;
	text-decoration: underline;
}