
#menubox {
width:951px;
height: 26px;
margin:0 auto;
background-color:#000;
}

#socomimenu {
position:relative;
height:26px;
width:auto;
}

.menutabs{
border-bottom: 0 solid gray;
}

.menutabs ul{
float:right;
height: 26px;
padding:0;
margin: 0 32px 0 0;
font: normal 11px Tahoma, Arial,Verdana, sans-serif;
list-style-type: none;
text-align: right; /*set to left, center, or right to align the menu as desired*/
}

.menutabs li {
display:block;
float:left;
height:26px;
margin: 0 26px 0 0;
padding:0;
}

.menutabs li a {
height:10px;
padding: 7px 10px 9px 10px;
display:block;
text-decoration: none;
color: #fff;
}

.menutabs li a:visited{
display:block;
color: #fff;
}

.menutabs li a:hover{
display:block;
color: #fff;
background-color: #164b7d;
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b {
position:absolute;
top: 0;
left:0;
border: 1px solid #F6F4E8; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 11px Arial, Verdana;
line-height:18px;
z-index:100;
background-color: #164b7d;
width: 180px;
visibility: hidden;
margin: -1px 0 0 -1px;
}


.dropmenudiv_b a {
width: auto;
display: block;
text-indent: 10px;
border: 0 solid #F6F4E8; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 3px 0;
text-decoration: none;
color: #fff;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
color: #453A1F;
background-color: #C6BF9D;
}