.menu{background:#fff; height:24px; clear:both; margin-top:0px; letter-spacing:0;}
/*



*/


.menu li{display:inline; margin-right:1px; float:right;}

.menu li a{float:left; background:url(../images/navd.png) no-repeat left; height:24px; font:bold 13px/24px Arial, Helvetica, sans-serif; color:#fff; padding-left:7px; text-decoration:none; text-transform:capitalize;}
.menu li a span{float:left; background:url(../images/navd.png) no-repeat right; padding-right:7px; color:#fff;}

.menu li a:hover{background:url(../images/nava.png) no-repeat left; color:#e0692f; position:relative; z-index:4; text-decoration:none;}
.menu li a:hover span{background:url(../images/nava.png) no-repeat right; color:#e0692f; position:relative; z-index:4; cursor:pointer;  text-decoration:none;}



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


.menu li.selected{
}

.menu li.selected a{background:url(../images/nava.png) no-repeat left; color:#e0692f; position:relative; z-index:4;}
.menu li.selected a span{background:url(../images/nava.png) no-repeat right; color:#e0692f; position:relative; z-index:4; cursor:pointer;}

.menu li a.active{background:url(../images/nava.png) no-repeat left; color:#e0692f; position:relative; z-index:4;}
.menu li a.active span{background:url(../images/nava.png) no-repeat right; color:#e0692f; position:relative; z-index:4; cursor:pointer;}

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

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

.dropmenudiv_b{
position:absolute;
top: 0;
border: 1px solid #ffe69f; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #ffe69f; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color:#e0692f; font-weight:bold;
}

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

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


