body{
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #333333;
	margin: 0px;
	padding: 0px;
	background-image: url(../site_images/background.gif);
	background-repeat: repeat-x;
}
td,th {
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
input.send-btn {
	outline: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	font-weight: normal;
	width: 10px;
	text-transform: none;
	height: 25px;
	font-variant: normal;
	letter-spacing: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

UL {
padding: 0;
margin: 0;
}

#sub_navigation LI {
	FLOAT: left;
	LIST-STYLE-TYPE: none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dashed;
	border-right-color: #999999;
	border-left-color: #999999;
	border-left-style: dotted;
}
#sub_navigation A {
	PADDING-RIGHT: 15px;
	PADDING-LEFT: 15px;
	FONT-SIZE: 11px;
	FLOAT: left;
	PADDING-BOTTOM: 10px;
	COLOR: #FFFFFF;
	LINE-HEIGHT: 8px;
	PADDING-TOP: 10px;
	TEXT-DECORATION: none;
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#sub_navigation A:hover {
	COLOR: #FFFFFF; BACKGROUND-COLOR: #174A7D}
#sub_navigation .selected A {
	COLOR: #3f5a3f; BACKGROUND-COLOR: #BF3019}
#sub_navigation SPAN {
FLOAT: left; WIDTH: 1px; HEIGHT: 15px
}
input.send-btn {
	outline: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	font-weight: normal;
	width: 65px;
	text-transform: none;
	height: 25px;
	font-variant: normal;
	letter-spacing: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:visited {
	color: #437a93;
	font-weight: normal;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
}
a:hover {
	color: #000000;
	font-weight: normal;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
}
a:active {
	color: #437a93;
	font-weight: normal;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
}
a:link {
	color: #437a93;
	font-weight: normal;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
}
a.footer:visited {
	color: #920000;
	font-weight: normal;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
}
a.footer:hover {
	color: #FFFFFF;
	font-weight: normal;
	font-family: Arial;
	font-size: 12px;
	text-decoration: underline;
}
a.footer:active {
	color: #970102;
	font-weight: normal;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
}
a.footer:link {
	color: #990305;
	font-weight: normal;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
}
.PageTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #333333;
	font-weight: normal;
}
input.submit {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	border:1px solid #999999;
	height: 20px;
	cursor: pointer;
	font-weight: normal;
	color: #333333;

}
<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckerdiv ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 172px;
	background-color: #355b91;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: 404743;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
	
.suckerdiv ul li{
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #D9DCBA;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
	position: absolute;
	width: 172px; /*sub menu width*/
	top: 0px;
	visibility: hidden;
}

/* Sub level menu links style */
.suckerdiv ul li a{
	display: block;
	overflow: auto;
	text-decoration: none;
	padding: 2px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #999966;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: 404743;
	border-right-color: 404743;
	border-bottom-color: 404743;
	border-left-color: 404743;
	color: #FFFFFF;
}

.suckerdiv ul li a:visited{
	color: #FFFFFF;
}

.suckerdiv ul li a:hover{
color: #FFFFFF;
background-color: #355b91;
}

.suckerdiv .subfolderstyle{
	background-image: url(site_images/nav_plus.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
</style>

