.drop_menu{
	height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/bg_menu.jpg) repeat-x;
	height: 26px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

.drop_menu ul{
padding: 6px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.drop_menu li{
display: inline;
margin: 0;
}

.drop_menu li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
/*border: 1px solid #778;*/
color: #fff;
}

/*.drop_menu li a:visited{
color: #2d2b2b;
}*/

.drop_menu li a:hover{
	color: #edd3d3;
}

.drop_menu li.selected{
}

.drop_menu li.selected a{ /*selected main tab style */
/*border-bottom-color: white;*/
}

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

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

.dropmenudiv_b{
position:absolute;
top: 0;
font-weight: bold;
line-height:18px;
z-index:100;
background-color: #820a0b;
width: 100px;
visibility: hidden;
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #9f2627; 
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: #fff;
}

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

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