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

#editform {
	z-index: 3;
}
#menualatt {
top:148px;
position:absolute;
z-index:1;
width: 773px;
height: 40px;
padding: 8px 0 4px 0;
display: block;
background-color: #797A72;
margin-left: -3px;
}
#main_content_box {
position:relative;
z-index:2;
width: 770px;
padding: 0;
margin: 36px 0 0 0;
}

.dropmenudiv{
margin-left: -6px;
position:absolute;
top: 0;
color:#004B8E; 
height:auto; 
line-height:1.2em; 
padding: 0 3px 0 0; 
p\adding: 0 3px 0 0; 

font-family: Arial, Verdana, helvetica, sans-serif;
font-size: 13px;
font-weight: bold;

z-index:100;
width: 220px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);*/ /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv ul, .dropmenudiv ul li {
	padding: 0;
	margin: 0;
}
.dropmenudiv a, .dropmenudiv a.last {
width: 100%;
display: block;
color: #332000; 
height: auto; 
line-height: 1.2em; 
padding: 6px 10px; 
background: #d1d1c1 url(/images/ar_r_g.gif) no-repeat 5px 12px;
border-right: #797A72 1px solid;
border-bottom: #797A72 1px solid;
border-left: #797A72 1px solid;
width: 190px;
text-decoration: none;
}
.dropmenudiv a.last, .dropmenudiv a.last:hover {
border-bottom: #797A72 4px solid;
}

.dropmenudiv a:hover{ /*Theme Change here*/
	background-color: #fff;
	border-right: #797A72 1px solid;
	border-bottom: #797A72 1px solid;
	border-left: #797A72 1px solid;
	color: #ff6600;
}


