.ddcolortabs {
	margin-top: 25px;
	padding: 0;
	width: 100%;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
}

.ddcolortabs ul{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin:0;
	padding:0;
	list-style:none;
}

.ddcolortabs li{
	display:inline;
	margin:0 2px 0 0;
	padding:0;
	text-transform:uppercase;
}

.ddcolortabs a{
	float:left;
	color: #646464;
	background: #e9e9e9 url(../images/color_tabs_left.gif) no-repeat left top;
	margin:0 2px 0 0;
	padding:0 0 1px 3px;
	text-decoration:none;
	letter-spacing: 1px;
}

.ddcolortabs a span{
	float:left;
	display:block;
	background: transparent url(../images/color_tabs_right.gif) no-repeat right top;
	padding: 6px 8px 3px 7px;
}

.ddcolortabs a span{
	float:none;
}

.ddcolortabs a:hover{
	background-color: #f59453;
}

.ddcolortabs a:hover span{
	background-color: #f59453;
}

.ddcolortabs a.current, #ddcolortabs a.current span{ /*currently selected tab*/
	background-color: #f59453;
}

.ddcolortabsline {
	clear: both;
	padding: 0;
	width: 100%;
	height: 8px;
	line-height: 8px;
	background: #f59453;
	/* border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs */
}

.subnavigation {
	float: left;
	width: 238px;
	margin-top: 1px;
	
}

.subnavigation ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 119px; /* Width of Menu Items */
	
}





.subnavigation ul li{
	position: relative;
	font-size: 11px;
}


	
/*Sub level menu items */
.subnavigation ul li ul{
	position: absolute;
	top: 0;
	/* visibility: hidden; */
	left: 119px;
}

/* Sub level menu links style */
.subnavigation ul li a,
.subnavigation ul li a:visited {
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: #e8e8e8;
	text-decoration: none;
	background-color: #6b767a;
	/* line-height: 32px; */
	padding: 10px 0 10px 15px;
	border-bottom: 0;
}

.subnavigation ul li ul li a,
.subnavigation ul li ul li a:visited {
	background-color: #e8e8e8;
	color: #6b767a;
}

.subnavigation ul li a:hover,
.subnavigation ul li a.current {
	background-color: #e8e8e8;
	color: #6b767a;
}


.subnavigation ul li ul li a:hover,
.subnavigation ul li ul li a.current {
	background-color: #6b767a;
	color: #e8e8e8;
}

.subnavigation .subfolderstyle{
	background-color: #6b767a;
}

/* Holly Hack for IE \*/
* html .subnavigation ul li { float: left; height: 1%; }
* html .subnavigation ul li a { height: 1%; }
/* End */

