#menu{

background-image: url(../images/menu_back.jpg);
background-repeat:repeat-x;
height:28px;
padding:0px;
margin:0px;
z-index:100;
}

.menutabs{
border-bottom: 0px solid red;

}

.menutabs_text{

}

#menutabs_text{
height:28px;
padding:0px;
margin-bottom:10px;
margin-left:0px;
}


.menusidetabs_text{
margin-top:10px;
position:relative;
}

.menutabs ul{
padding: 0px;
margin:0px;
font-family :  arial, sans-serif;
text-align: left;
font-weight : bold;
text-decoration : none;
list-style-type: none;
height: 28px;

}

.menutabs li{
display: inline;
margin: 0;
}

.menutabs li a{
text-decoration: none;
padding:3px 7px;
margin-top:10px;
color: #fff;

}

.menutabs li a:visited{
color: #fff;
}

.menutabs li a:hover{
text-decoration: underline;
color: #fff;
}

.menutabs li.selected{
}

.menutabs li.selected a{ /*selected main tab style */
/*background-image: url(/Images/TopMenus/BGPattern_Toolbar.gif); THEME CHANGE HERE*/
border-bottom-color: white;
background-color:#939495;
}

.menutabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position:absolute;
padding-top: 0px;
margin-top: 2px;
border-left:1px solid #000000;
border-right:1px solid #000000;
border-width: 0 1px;
font:normal 11px Arial, Helvetica;
line-height:18px;
z-index:100;
background-color: #c7c7c7;
width: 250px;
visibility: hidden;
display:block;
list-style:none;
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 0px;
border-bottom: 1px solid #000000; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding-top: 0px;
margin-top: 0px;
padding-right: 5px;
padding-left: 5px;
text-decoration: none;
color: #3c3c3c
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
	background-color: #939495;
	z-index:100;
	text-align: left;
}

