#menu_top a.normal, #menu_top a.drop{
	font: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	display: block;
	border: 1px solid #A0522D;
	border-top: 0;
	margin: 0;
	padding: 4px;
	background: #F1E4D2;
	text-decoration: none;
	color: #A0522D;
}

#menu_top a.normal:hover, #menu_top a.drop:hover {
	color: red;
	background: #FFD700;
}

#menu_top a.drop {
	background-image: url(/css/expand3.gif);
	background-position: 100% 100%;
	background-repeat: no-repeat;
}

#menu_top ul{
	list-style:none;
	margin:0;
	padding:0;
	width: 85px;
	float: left;
}

#menu_top li{
	position:relative;
}

#menu_top ul ul{
	padding: 2px;
	position: absolute;
	width: 160px;
	z-index: 10500;
	top: auto;
	display: none;
}

#menu_top ul ul ul{
	top:0;
	left:100%;
}

/* Begin non-anchor hover selectors */

/* Enter the more specific element (div) selector
on non-anchor hovers for IE5.x to comply with the
older version of csshover.htc - V1.21.041022. It
improves IE's performance speed to use the older
file and this method */

div#menu_top a.topleveldrop:hover, div#menu_top a.drop:hover{
	url(/css/expand3.gif) no-repeat -999px -9999px;
}

div#menu_top li:hover{
	cursor:pointer;
	z-index:10000;
}

div#menu_top li:hover ul ul,
div#menu_top li li:hover ul ul,
div#menu_top li li li:hover ul ul,
div#menu_top li li li li:hover ul ul
{display:none;}

div#menu_top li:hover ul,
div#menu_top li li:hover ul,
div#menu_top li li li:hover ul,
div#menu_top li li li li:hover ul
{display:block;}

/* End of non-anchor hover selectors */






#menu a, #menu a.toplevel, #menu li a.topleveldrop{
	font: bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
	margin: 0;
	padding: 3px;
}

#menu a.toplevel, #menu a.topleveldrop {
	color: #fff;
	font-weight: bold;
	background: #000099;
	text-align: center;
	padding: 3px;
}

#menu a.drop, #menu a.topleveldrop{
	background-image: url(/css/expand3.gif);
	background-position: 100% 100%;
	background-repeat: no-repeat;
}

#menu a{
	background: #E6E6FA;
	text-decoration: none;
	color: #000099;
}

#menu a:hover{
	color: red;
	background: #FFD700;
}

#menu ul{
list-style:none;
margin:0;
padding:0;
width: 130px;
float: left;
}

#menu li{
position:relative;
}

#menu ul.toplevel{
	margin-left: 3px;
}

#menu ul ul{
position:absolute;
width: 150px;
z-index:10000;
top:auto;
display:none;
}

#menu ul ul ul{
top:0;
left:100%;
}

/* Begin non-anchor hover selectors */

/* Enter the more specific element (div) selector
on non-anchor hovers for IE5.x to comply with the
older version of csshover.htc - V1.21.041022. It
improves IE's performance speed to use the older
file and this method */

div#menu a.topleveldrop:hover, div#menu a.drop:hover{
	url(/css/expand3.gif) no-repeat -999px -9999px;
}

div#menu li:hover{
cursor:pointer;
z-index:10000;
}

div#menu li:hover ul ul,
div#menu li li:hover ul ul,
div#menu li li li:hover ul ul,
div#menu li li li li:hover ul ul
{display:none;}

div#menu li:hover ul,
div#menu li li:hover ul,
div#menu li li li:hover ul,
div#menu li li li li:hover ul
{display:block;}

/* End of non-anchor hover selectors */


