#m {
	font: normal 11px verdana;
	background-color: #FFF7E5;
}

a#no:link  {
	text-decoration:none;
	color: #000000;
	font-size: 12px;
}

a#no:visited  {
	text-decoration:none;
	color: #003399;
	font-size: 12px;
}

a#no:hover  {
text-decoration:none;
color: #FFFFFF;
}


#box {
	height:30px;
	width: inherit;
	padding-top: 8px;
	text-align:center;
	text-color:black;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px; /* Width of Menu Items */
	border-bottom: 1px solid #ffc443;
	}

ul li {
	position: relative;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #039;
	text-decoration: none;
	}
	
li ul {
	position: absolute;
	left: 149px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #000000; /* IE6 Bug */
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFCC33;
	border-right-color: #FFCC33;
	border-left-color: #FFCC33;
	background-color: #FFFFCC;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover {
	color: #c62052;
	font-style: italic;
	font-size: 12px;
	background-color: #fff7e5;
	font-family: Verdana, Geneva, sans-serif;
} /* Hover Styles */
		
li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */
