/* CSS Document */

/* CSS Document */
div#dropmenudiv
{
position:absolute;
border-bottom-width: 0;
font-family:normal 12px arial;
line-height:18px;
width:132px;
text-align:left;
z-index:100;
}

#dropmcontents a{
width: 100%;
font-family:arial;
display: block;
text-indent: 12px;
font-size:11px;
font-weight:bold;
background-image:url("../images/rollover_blueBG.png");  
background-repeat:repeat;
padding: 1px 0;
text-decoration: none;
color: white;
}

#dropmcontents a:active {
   color: white;
   font-family:arial;
   width: 100%;
   display: block;
   text-indent: 12px;
   font-size:11px;
   font-weight:bold;
   background-image:url("../images/rollover_blueBG.png");  
   background-repeat:repeat;
   padding: 1px 0;
   text-decoration: none;
}

#dropmcontents a:visited { 
   color: white;
   font-family:arial;
   width: 100%;
   display: block;
   text-indent: 12px;
   font-size:11px;
   font-weight:bold;
   background-image:url("../images/rollover_blueBG.png");  
   background-repeat:repeat;
   padding: 1px 0;
   text-decoration: none;
}

#dropmcontents a:hover{ /*hover background color*/
   color: white;
   background-image:url("../images/rollover_blueBG.png");  
   background-repeat:repeat;
}

.whiteline{
	border-bottom:1px solid #A7A9AC;
	
}




