
#drop_menu {
width: 100%;
background: black url(graphics/red_up.gif) center center repeat-x;

float: left;
}
 
#drop_menu ul {
list-style: none;
margin: 0;
padding: 0;
width: auto;
float: left;
}
 
#drop_menu a, #menu h2 {
	font: bold 16px arial, helvetica, sans-serif;
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
	margin: 0;
	padding: 5px 11px;
	color: #FFFFFF;
background: black url(graphics/red_up.gif) center center repeat-x;

}
 
#drop_menu h2 {
/*background: #000;*/
text-transform: uppercase;
}
 
#drop_menu a {
/*background: #efefef;*/
text-decoration: none;
}

#drop_menu ul ul a {
/*background: #efefef;*/
font: bolder 12px arial, helvetica, sans-serif;
text-decoration: none;
display:block;
}
 
#drop_menu a:hover {
color: #ffffff;
background: black url(graphics/red_down.gif) center center repeat-x;
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/

}
 
#drop_menu li {position: relative;}
 
#drop_menu ul ul {
position: absolute;
z-index: 500;
}
 
#drop_menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}
 
div#drop_menu ul ul,
div#drop_menu ul li:hover ul ul,
div#drop_menu ul ul li:hover ul ul
{display: none;}
 
div#drop_menu ul li:hover ul,
div#drop_menu ul ul li:hover ul,
div#drop_menu ul ul ul li:hover ul
{
display: block;
}
 


