#navMenu{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 15px;
   line-height: 15px;
	color: #9a2406;
}
#navMenu ul {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	list-style: none;
}
#navMenu ul li ul{
	display: block;
		background: url(/img/topMenuBg.gif) repeat-x center;
		background-position: top;
		z-index: 10;
	}
#navMenu ul li {
	/* Width of Menu Items */
	position: relative;
}
	
#navMenu li ul {
	position: absolute;
	left: 0px;
	/* Set 1px less than menu width */
	display: none;
	padding-top : 0px;
	width : 100%;
   background-color: #d5d5d5;
}

/* Styles for Menu Items */
#navMenu ul li a {
	/*white-space : nowrap;*/
	   font-size: 15px;
   line-height: 18px;
	text-align : center;
	font-weight : normal;
	display: block;
	color: #9a2406;
	text-decoration : none;
	width : 100%;
}
#navMenu ul li a:hover {
	display: block;
	text-decoration: underline;
}
#navMenu ul li a ul li a {
	color : Red;
}
#navMenu .submenu{
	color: #9a2406;
	display: block;
	/*white-space : nowrap;*/
	
	line-height: 15px;
	text-align : center;
	font-weight : normal;
	text-align : center;
	padding-top: 2px;
	padding-bottom: 2px;

}
#navMenu A.submenu:hover{
   display: block;
	text-decoration: underline;
}
/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

li:hover ul, li.over ul { display: block; } /* The magic */
