.menu {padding:5px 0 5px 39px; margin:0 auto;text-align:center;color:#fff;display:block;}

.menu ul{
padding: 0;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.menu li{
display: inline;
margin: 0;
color:#fff;
}

.menu li a{
	text-decoration:none;
	color: #fff;
	margin:0 auto;
	text-align:center;
}

.menu li a:visited{
color: #fff;
}

.menu li a:hover{
text-decoration: none;
color: yellow;
}

.menu li.selected{color:#fff;

}

.menu li.selected a{ /*selected main tab style */
color:#fff;
}

.menu li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
font-weight:bold;
text-align:left;
position:absolute;
top: 19px;
border: 1px solid #bbb; /*THEME CHANGE HERE*/
border-width: 0 1px;
line-height:19px;
z-index:300;
background: Transparent  url(../images/trbg.gif);
width: 200px;
visibility: hidden;

}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #bbb; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 13px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #ebebeb;
}

.dropmenudiv_b a:visited{ /*THEME CHANGE HERE*/
color: #2d2b2b;
}
