/* CSS Document */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*Theme Change here*/
border-bottom-width: 0;
font:normal 12px Arial;
line-height:12px;
z-index:100;
background-color: #525152;
width: 140px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
width: 100%;
display: block;
z-index:100;
text-indent: 3px;
border-bottom: 2px solid #E5E5E5; /*Theme Change here*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
font-family: Tahoma; 
font-size: 11px;
color: #FFFFFF;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #F2F2F2;
z-index:100;
text-decoration: none;
font-weight: bold;
font-family: Tahoma; 
font-size: 11px;
color: #525152;
}

.menubg{
	background-image:url(../images/menu_bg.jpg);
	background-repeat:repeat-x;
	height:30px;
}

.menuline{
	background-image:url(../images/menu_line.jpg);
	background-repeat:no-repeat;	
}

a.menu{
	font-family: Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;	
	vertical-align:middle;
		
}

a.menu:hover{
	font:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#dadede;
	text-decoration:none;	
	vertical-align:middle;	
}
