/* CSS Document */
#dropmenudiv{
position:absolute;
border-bottom-width: 0;
font:normal 12px arial;
line-height:18px;
text-align:left;
z-index:100;
}

#dropmenudiv a{
width: 100%;
font-family:arial;
display: block;
text-indent: 3px;
background: url('e107_themes/radiology/images/flyout-background.png'); 
background-repeat:repeat;
border-bottom: 1px solid #85D0E8;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color: white;
}

#dropmenudiv a:active {
   color: white;
   font-family:arial;
   width: 100%
   display: block;
   text-indent: 3px;
   background: url('e107_themes/radiology/images/flyout-background.png');
   background-repeat:repeat;
   border-bottom: 1px solid #85D0E8;
   padding: 1px 0;
   text-decoration: none;
   font-weight: bold;
}

#dropmenudiv a:visited { 
   color: white;
   font-family:arial;
   width: 100%
   display: block;
   text-indent: 3px;
   background: url('e107_themes/radiology/images/flyout-background.png');
   background-repeat:repeat;
   border-bottom: 1px solid #85D0E8;
   padding: 1px 0;
   text-decoration: none;
   font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
   color: white;
   background: url('e107_themes/radiology/images/fly-out-ovr.jpg');
   background-repeat:repeat;
}



