#menu {
width: 900px;
height: 28px;
margin: 0 auto;
padding:10px 0 0 0;
background-color: #144b74;
border-bottom: 5px #2d6fa1 solid;
}

#menu.menutabs {
padding:0;
}

#menu.menutabs ul {
width:auto;
height: 18px;
margin:0 0 0 20px;
padding-top:8px;
font: bold 12px Arial, Verdana;
text-align: left; /*set to left, center, or right to align the menu as desired*/
list-style-type: none;
}

#menu.menutabs ul li {
display: inline;
margin:0;
}

#menu.menutabs ul li a {
text-decoration: none;
padding: 3px 15px 5px 10px;
margin:0;
border-right: 1px #F6F4E8 solid;
color: #fff;
}

#menu.menutabs ul li a:visited {
color: #fff;
}

#menu.menutabs ul li a:hover {
color: #fff;
background-color: #2d6fa1;
padding: 3px 15px 5px 10px;
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b {
position:absolute;
top: 0;
border: 1px solid #F6F4E8; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 12px Arial, Verdana;
line-height:18px;
z-index:100;
background-color: #453a1f;
width: 180px;
visibility: hidden;
margin-left:-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;
}
