/* CSS Document */

/* CSS Document */
div#dropmenudiv
{
position:absolute;
border-bottom-width: 0;
font-family:normal 12px arial;
line-height:18px;
width:170px;
text-align:left;
z-index:100;
}

#dropmcontents a{
width: 100%;
font-family:arial;
display: block;
text-indent: 12px;
font-size:11px;
background-color:#1D2E4D; 
padding-top:8px; 
height:25px;
text-decoration: none;
color: white;
}

#dropmcontents a:active {
   color: white;
   font-family:arial;
   width: 100%;
   display: block;
   text-indent: 12px;
   font-size:11px;
   background-color:#1D2E4D;
   padding-top:8px; 
   height:25px;
   text-decoration: none;
}

#dropmcontents a:visited { 
   color: white;
   font-family:arial;
   width: 100%;
   display: block;
   text-indent: 12px;
   font-size:11px;
   background-color:#1D2E4D; 
   padding-top:8px; 
   height:25px;
   text-decoration: none;
}

#dropmcontents a:hover{ /*hover background color*/
   display:block;
   background-color: #8F1616;
   padding-top:8px; 
   height:25px;
   color:white;
}

.whiteline
{
   border-bottom:2px solid white;
}



