.menu {margin:1px 0px 0px 8px; height:38px; overflow:hidden;}
.menu:after{ /*Add margin between menu and rest of content in Firefox*/
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.menu .divider { float:left; width:2px; height:38px; background:url(img/menu_divider.gif) no-repeat;}
.menu a{
color: #ffffff;
font-weight:bold;
padding: 0px 13px 0px 13px;
margin: 0px 0px 0px 0px;
text-decoration: none;
height:38px;
display:block;
float:left;
overflow:hidden;
line-height:38px;
}

.menu a:hover{
background: url(img/menu_hover_bg.gif) repeat-x;
color: #ffffff;
text-decoration:none;
}

.menu a.active {
color: #ffffff;
font-weight:bold;
padding: 0px 13px 0px 13px;
margin: 0px 0px 0px 0px;
text-decoration: none;
height:38px;
display:block;
float:left;
overflow:hidden;
line-height:38px;
background: url(img/menu_hover_bg.gif) repeat-x;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border-right: 1px solid #1a68a4; /*THEME CHANGE HERE*/
border-bottom: none;
border-top: none;
border-left:1px solid #2486d1;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #38a9ff;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #1a68a4; /*THEME CHANGE HERE*/
padding: 4px 0px 4px 14px;
text-decoration: none;
font-weight: normal;
color: #ffffff;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #fff5d2;
}