#topnavigation{
	width: 800px;
	margin: auto;
	padding-top: 5px;
	}
#topnavigation ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font: bold 11px Verdana;
	}
#topnavigation ul li{
	position: relative;
	display: inline;
	float: left;
	}
#topnavigation ul li a{
	display: block;
	padding: 6px 18px 6px 20px;
	margin-right: 3px;
	text-decoration: none;
	color: black;
	background-color: #FFFFFF;
	background: url(../images/menubg.gif) repeat-x top left;
	}
	
/*Sub level menu*/
#topnavigation ul li ul{
	left: 0;
	top: 0;
	border-top: 1px solid #202020;
	position: absolute;
	display: block;
	visibility: hidden;
	z-index: 100;
	}
#topnavigation ul li ul li{
	display: inline;
	float: none;
	
	}
#topnavigation ul li ul li a{
	width: 140px; /*width of sub menu levels*/
	font-weight: normal;
	padding: 6px 15px 6px 15px;
	background: #e3f1bd;
	border-bottom: 1px solid #999999;
	}
#topnavigation ul li a:hover{
	background: url(../images/menubgover.gif) center center repeat-x;
	}
#topnavigation ul li ul li a:hover{
	background: #cde686;
	}
#topnavigation .arrowdiv{
	/*background-image: url(../images/menuarrow.gif);
	background-repeat: no-repeat;
	background-position: top right;*/
	}

* 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 */