body {
	font-family:Tahoma;
	font-size:11px;
	}

.navmenu {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 208px; /* Width of Menu Items */
	height: 40px;
	font-family:Tahoma;
	font-size:11px;
	letter-spacing:1pt;
	word-spacing:normal;
	}
	
.navmenu li {
	position: relative;
	}
	
.navmenu li ul {
	position: absolute;
	left: 0; 
	top: 39px; /* Set 1px less than menu height */
	display: none;
	background: #BDC3C8;
	}

/* Styles for Menu Items */
.navmenu li a {
	display: block;
	text-decoration: none;
	color: #fff;
	background: #9DA5AC; /* IE6 Bug */
	padding: 13px;
	background-image:url(/images/arrow_down.jpg);
	background-repeat:no-repeat;
	background-position:100% 60%;
	}

	
#subnav li {
	background: #BDC3C8; /* IE6 Bug */	
	list-style: none;
	margin-left: -40px;
	width: 208px;
	}
	
#subnav li a {
	color: #fff;
	background:transparent url(/images/img11.gif) no-repeat scroll 14px 4px;
	padding: 2px 15px 5px 30px;
	}
	
#subnav li a:hover {
	text-decoration: underline;
	}
	
/* Holly Hack. IE Requirement \*/
* html .navmenu li { float: left; height: 1%; }
* html .navmenu li a { height: 1%; }
/* End */

li:hover ul, li.over ul { display: block; } /* The magic */
