.shadetabs{
border-bottom: 0px solid #e0e0e0;
}

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

.shadetabs li{
display: inline;
margin: 0px; 
}

.shadetabs li a{
text-decoration: none;
border: 0px solid #778;
color: white;padding:0;
}

.shadetabs li a:visited{
color: white;
}

.shadetabs li a:hover{
text-decoration: underline;
color: white;
}

.shadetabs li.selected{
}

.shadetabs li.selected a{ 
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ 
text-decoration: none;
}

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

.dropmenudiv{
position:absolute;
top: 0px;
margin-left:0px;
border: 1px solid #1e5993; 
/*#13375c;*/ 
/*#0059D2;*/ 
border-width: 0 1px;
/*font:bold 10px Verdana;*/
font-size:11px;
line-height:21px;
z-index:100;
background-color:#2a63a6;
/*silver;*/
/*#000080;*/
/*#0080FF;*/
/*#DDDDDD; gri*/
/*#316db4;*/
/*#2c66aa;*/
width: 150px;
visibility: hidden;
/*filter: alpha(opacity=90);
	-moz-opacity:.90;
	opacity: .90;*/
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #1e5993; 
/*silver;*/
/* #0059D2;*/  
padding: 3px;
text-decoration: none;
font-weight: bold;
color: white;
/*#000080;*/
/*#33367d;*/
/*#33367d;*/
/*white;*/
/*#3b5183;*/
}

.leftmen{background: url(images/left.png) no-repeat bottom left; }

.rightmen{background: transparent url(images/right.png) no-repeat right;
	float: right;}

* html .dropmenudiv a{ 
width: 100%;
}

.dropmenudiv a:hover{ 
background-color:silver; 
/*#DDDDDD;*/
 
/*#2c66aa;;*/
 
font-weight: bold;
color: black;
 
}
 
