.ddcolortabs{
padding: 0;
width: 1020px;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.ddcolortabs ul{
font: normal 12px Arial, Verdana, sans-serif;
margin:0;
padding:0;
list-style:none;
}

.ddcolortabs li{
display:inline;
margin:0 1px 0 0;
padding:0;
text-transform:uppercase;
}


.ddcolortabs a{
float:left;
color: white;
width:98px;
font: bold 11px tahoma;
background: #003399 url(media/color_tabs_left.gif) no-repeat left top;
background: #000033 url(media/color_tabs_left.gif) no-repeat left top;
margin:0 1px 0 1px;
padding:0 0 1px 1px;
text-decoration:none;
text-align:center;
letter-spacing: 1px;
border-bottom: 0px solid white;
}

.ddcolortabs a span{
float:left;
display:block;
background: transparent url(media/color_tabs_right.gif) no-repeat right top;
padding: 5px 5px 3px 4px;
}

.ddcolortabs a span{
float:none;
}

.ddcolortabs a:hover{
/*background-color: #E09C13; */
background-color: #993333;
color: white;
text-decoration:none;
}

.ddcolortabs a:visited{
color: white;
text-decoration:none;
}

.ddcolortabs a:hover span{
/*background-color: #E09C13; */
background-color: #993333;
}

.ddcolortabs a.current, #ddcolortabs a.current span{ /*currently selected tab*/
/*background-color: #E09C13;*/
background-color: #993333;
}

.ddcolortabsline{
	clear: both;
	padding: 0;
	width: 1020px;
	height: 6px;
	font: normal 1px Arial, Verdana, sans-serif;
	line-height: 5px;
	background: #E09C13;
	background: #993333;
	border-top: 0px solid #fff; /*Remove this to remove border between bar and tabs*/
}

.tabcontainer{
clear: left;
width:1020px; /*width of 2nd level sub menus*/
height:1.1em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

.tabcontent{
display:none;
}


.shadetabs{
border-bottom: 1px solid gray;
width:1020px;
/* width: 90%; width of menu. Uncomment to change to a specific width */
margin-bottom: 1em;
}

.shadetabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
background:none;
}

.shadetabs li{
display: inline;
margin: 0;
padding: 0;
background:none;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 4px;
margin-right: 3px;
border: 1px solid #778;
border-bottom: 0px solid gray;
color: #2d2b2b;
background: white url(images/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(images/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}
