#Nav
{
	margin-bottom:10px;
	background: url(menubg.gif) center center repeat-x;
	padding-top:2px;
	padding-bottom:2px;
	width:977px;
	height:23px;
	margin-left:2px;
}
.parentmenu
{
	width:100%;
}
.parentmenu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.parentmenu ul li
{
	position: relative;
	display: inline;
	float: left;
}

/*Top level menu link items style*/
.parentmenu ul li a
{
    display: block;
    padding: 2px 22px 2px 14px;
    border: 1px solid #202020;
    border-left-width: 0;
    text-decoration: none;
    color: #FEFFD7;
    cursor: hand;
    font-size: 12px;
    font-family: Verdana;
    font-weight: bolder;
}
.parentmenu ul li a:hover
{
	background-color: #60D360;
    color: #000000
}
.parentmenu .arrowdiv
{
	position: absolute;
	right: 0;
	margin-left:20px;
	background: transparent url(menuarrow.gif) no-repeat center left;
}
	
/*Sub level menu*/
.submenu 
{
	width: 160px;
	left: 0;
	top: 0;
	position: absolute;
	display: block;
	visibility: hidden;
	z-index: 100;
}
/*Sub level menu list items*/
.csubmenu 
{
	width: 160px;
	display: inline;
	float: none;
}


/* Sub level menu links style */
.submenu a
{
	width: 160px;
	font-weight: normal;
	padding: 2px 5px 4px 5px;
	border-width: 0 1px 1px 1px;
	background-color: #38671C;
}
.submenu a:hover
{
	width: 160px;
	background-color: #60D360;
	color: #000000
}

* html p#iepara
{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
	padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* End */
