/*-----------------------------------------------------------------------*/
/* sub page drop menu styles
/*-----------------------------------------------------------------------*/

#dropmenudiv{
border-left: 1px solid  #600000; 
border-right: 1px solid  #600000; 
border-top: 1px solid  #600000; 
border-bottom: 1px solid #600000; 
margin: 5px 5px 6px 0px; 
white-space: nowrap;
position:absolute;
line-height: 22pt;
z-index: 100;
text-align: left;
background-color: #861727; 
font-style:normal; 
font-variant:normal; 
font-weight:normal; 
font-size:9pt; 
font-family: Verdana; 
}

#dropmenudiv a{
display: block;
text-decoration: none;
font-weight: normal;
color: #eeeeee;
padding: 5px 3px 5px 3px;
font:normal 8.5pt Verdana;
text-align: left;
/*background-color: #92342f;*/
background: #861727 url(file:///C|/Documents%20and%20Settings/Nick.P.Johnson/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/ML05K5QF/%27/common/images/css-dotted_gold.gif%27) repeat-x bottom;
}



#dropmenudiv a:hover{ /*hover background color*/
text-decoration: none;
color: #861727;
text-align: left;
font-weight: normal;
/*background-color: #772432;*/
background-color: white;
/*background-image: url('/common/images/hover_bkg.gif');*/
}