.droplinebar {
	PADDING-BOTTOM: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; OVERFLOW: hidden; PADDING-TOP: 0px;
	background:  url('../menu3.png') repeat-x;
}
.droplinebar UL {
margin: 0;
padding-top: 7px;
padding-left: 31px;
float: left;
width: 94%;
font: bold 13px 'Trebuchet MS', Sans-Serif;
background:  url(../menu2.png) repeat-x;
}
.droplinebar UL LI {
	DISPLAY: inline
}
.droplinebar UL LI A {
float: left;
color: white;
padding: 9px 26px;
text-decoration: none;
}

.droplinebar UL LI A:visited {
color:#ffffff;
}
.droplinebar ul li a:hover, .droplinebar ul li .current{ /*background of main menu bar links onMouseover*/
color:#ffffff;
text-decoration: none;
margin-top:0px;
height:100%;
background: transparent url(../blueactive2.gif) center center  repeat-x;
}

.droplinebar UL LI UL {
position: absolute;
color: #922f3b;
z-index: 100;
left: 0;
padding: 5px 14px;
margin-top: 7px;
margin-left:14px;
top: 0;
background: #cf8585  repeat-x; /*sub menu background color */
visibility: hidden;
	
}
.droplinebar UL LI UL LI A {
font: normal 13px  bold 'Trebuchet MS', Sans-Serif;
padding: 3px;
padding-right: 8px;
margin: 0;
 }
.droplinebar UL LI UL LI A:hover {
	color:#922f3b;
background: #cf8585  repeat-x;
}

