.horizontalcssmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #0099FF;
}

/*Top level list items*/
.horizontalcssmenu ul li{
	position: relative;
	display: inline;
	float: left;
	background-color: #006600;
	width: auto;

}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
	display: block;
	width: 99px; /*Width of top level menu link items*/
	padding: 2px 7px;
	border-left-width: 0;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	background-color: #003366;
	background-position: left center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000033;
	border-right-color: #000033;
	border-bottom-color: #000033;
	border-left-color: #000033;
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 0;
top: 0;
border-top: 1px solid #202020;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
float: none;
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
	width: 160px; /*width of sub menu levels*/
	font-weight: normal;
	padding: 2px 5px;
	border-width: 0 1px 1px 1px;
	background-color: #999999;
}

.horizontalcssmenu ul li a:hover{
	background-color: #CCCCCC;
	background-position: center center;
}

.horizontalcssmenu ul li ul li a:hover{
	background-color: #003366;
}

.horizontalcssmenu .arrowdiv{
position: absolute;
right: 0;
background: transparent url(menuarrow.gif) no-repeat center left;
}

* 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: 2%; }
* html .horizontalcssmenu ul li a { height: 2%; }
/* End */
#warp #text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #FFFFFF;
	height: 500px;
	width: 800px;
	border: 1px dotted #666666;
	text-align: center;
	vertical-align: middle;
	float: right;
}
#warp #footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #003366;
	height: 40px;
	width: 800px;
	margin-top: 4px;
	text-align: center;
	vertical-align: bottom;
	border: 1px solid #003366;
}
#warp #header #logo {
	float: left;
	height: 70px;
	width: 110px;
	margin-top: 25px;
	margin-right: 10px;
	margin-left: 12px;
}
#warp #header #symbol {
	height: 70px;
	width: 400px;
	margin-top: 20px;
	float: left;
	background-image: url(logo.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-left: 50px;
}
#warp #header #link {
	float: right;
	height: 29px;
	width: 28px;
	margin-top: 55px;
	border: 1px solid #003366;
	margin-right: 20px;
	background-color: #86E100;
}
#warp #footer #fnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	height: 25px;
	width: 600px;
	margin-top: 7px;
	padding: 3px;
}
#warp #footer #fnav li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #003366;
	display: inline;
	height: 20px;
	width: 120px;
	padding: 2px;
	color: #FFFFFF;
}
#warp #footer #fnav ul {
	display: inline;
}
#warp #copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	padding: 4px;
	height: 25px;
	width: 500px;
	margin-top: 10px;
	text-align: center;
	vertical-align: middle;
}
#warp #text #hedline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #003366;
	display: block;
	height: 17px;
	width: 330px;
	float: right;
	padding: 2px;
	color: #66FF00;
}
#warp #text #left {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	height: 400px;
	width: 160px;
	padding: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
	float: left;
}
#warp #text #right {
	height: 400px;
	width: 568px;
	margin: 10px;
	padding: 10px;
	border: 1px dotted #003366;
}
