.orangetabs{
width: 778px;
overflow: hidden;
border-bottom: 0px solid black; /*bottom horizontal line that runs beneath tabs*/
}

.orangetabs ul{
margin: 0;
padding: 0;
padding-top: 141px;
padding-left: 0; /*offset of tabs relative to browser left edge*/
font-family: Arial;
font-size:12px;
font-weight:bold;
list-style-type: none;
z-index:8000;
}

.orangetabs li{
display: inline;
margin: 0;
}

.orangetabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 5px 0px; /*padding inside each tab*/
width:128.2px;
text-align:center;
border-right: 1px solid white; /*right divider between tabs*/
font-family: Arial;
font-size:12.4px;
font-weight:bold;
color: #393939;
background: #FFC000; /*background of tabs (default state)*/
}

.orangetabs li a:visited{
color: #393939;
}

.orangetabs li a:hover{
background: #ffd800; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}
.orangetabs li.selected a{
background: #ff8a00; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}


.wpMenu {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
	margin:0px;
	padding-top:2px;
}

.wpNav{
	margin:0px;
	padding:0px;
	text-align:left;
 }

.wpNav li{
	list-style: none;
	margin:0px;
	padding:0px;
	text-align:left;
	float:left;
}

.wpNav li a {  
    padding-left:10px;
}

.wpNav lu {
    border:1px solid #006699;
}

/*    DBS Styles         */

.MCboxBody { /* the padding for the cell under the red bar (insert another table in this cell to format text style) */
	padding: 7px;
	vertical-align:top;

}

.MClistRedArrowBlackLinks {
	list-style: none;
	margin:0px;
	padding:0px;
	text-align:left;
	padding-left:15px;
	padding-top:8px;
}
.MClistRedArrowBlackLinks li {
	list-style: none;
	color:#000000;
	font-size:11px;
	font-weight:normal;
	padding-left:10px; /* padding-left should be bullet width (8) + 2 */
	background-image:url(img/bullet_arrow_red.gif);
	background-repeat:no-repeat;
	background-position:left 4px; /* top-align should be approx half of bullet height (7) */
}/* reset style for all <li> that are NOT direct children */
.MClistRedArrowBlackLinks a:link, .MClistRedArrowBlackLinks a:visited {
	list-style: none;
	color:#CC0000;
	font-size:12px;
	font-weight:normal;
}
.MClistRedArrowBlackLinks a:hover, .MClistRedArrowBlackLinks a:active {
	list-style: none;
	color:#ff8a00;
	font-size:12px;
	font-weight:normal;
}
