.menu ul, .umenu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu li, .umenu li {
	float:left;
	width:159px;
	position:relative;
	padding-right: 14px;
	padding-left: 13px;	
}
.menu > ul > li, .umenu > ul > li {
	padding-right: 0px;
	padding-left: 0px;
	margin-left: 14px;	
	margin-right: 14px;
}
/* style the links for the top level */
.menu a, .menu a:visited, .umenu a, .umenu a:visited {
	display:block;
	font-size:11px;
	text-decoration:none; 
	color:#fff; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	width:159px; 
	height:26px; 
	line-height:27px;
	TEXT-ALIGN: center;
	padding:0px;
}
.menu > ul a, .menu > ul a:visited, .umenu > ul a, .umenu > ul a:visited {height:22px;} 
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul, .umenu ul ul {
	visibility:hidden;
	position:absolute;
	top:18px;
	width:139px;
	margin-left:0px;
}
.menu > ul ul, .umenu > ul ul {margin-left:-14px; top:22px;}
/* style the table so that it takes no part in the layout - required for IE to work */
.menu table, .umenu table {position:absolute; top:0; left:0;}
/* style the top level hover */
.menu a:hover, .umenu a:hover {color:#fff; background:#C04;}
.menu :hover > a, .menu ul ul :hover > a {color:#fff; background:#aaa;}
/* style the second level links */
.menu ul ul a, .menu ul ul a:visited, .umenu ul ul a, .umenu ul ul a:visited {
	background:#ccc;
	color:#000;
	height:auto;
	line-height:1em;
	padding:5px 10px;
	width:139px;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	text-align: left;
	font-weight: normal;
	MARGIN: 0px; 
}
/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited, .umenu ul ul a.drop, .umenu ul ul a.drop:visited 
{background:#CCC url(/images/drop.gif) bottom right no-repeat;}
/* style the second level hover */
.menu ul ul a.drop:hover, .umenu ul ul a.drop:hover
{background:#CCC url(/images/drop.gif) bottom right no-repeat;}
.menu ul ul :hover > a.drop, .umenu ul ul :hover > a.drop 
{background:#CCC url(/images/drop.gif) bottom right no-repeat;}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul, .umenu ul li:hover ul, .umenu ul a:hover ul
{visibility:visible;  color:#FFF;}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul, .umenu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul, .umenu ul :hover ul :hover ul{ visibility:visible;}
/* position the third level flyout menu */
.umenu ul ul ul{left:160px;  top:0; width:150px; margin-left:0px;}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left, .umenu ul ul ul.left {left:-159px;}
.menu ul ul a:hover, .umenu ul ul a:hover{background:#aaa; color:#FFF;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited, .umenu ul ul ul a, .umenu ul ul ul a:visited 
{width:150px; background:#ccc;}
/* style the third level hover */
.menu ul ul ul a:hover, .umenu ul ul ul a:hover 
{background:#999; color:#FFF;}