#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
	float: left;
}	

#menu li { /* all list items */
	float: left;
	position: relative;
	background: #006699;
}

#menu li ul {/* second-level lists */
	position: absolute;
	display: block; 
	left: 0;
	padding-top: 1px;
	width: 300px;
	background: none;
}

#menu li>ul {
	top: auto;
	left: auto;

}

/* Fix IE. Hide from IE Mac \*/
* html #menu ul li {
	float: left;
	background: none;
}
* html #menu ul li a { height: 0%; }
/* End */
.topmenuul{
	list-style-type:none;
	margin-left:0;
	padding-left:0;
}
.topmenuli{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	float:left;
}
 .topmenuli a:hover{
	background-color: #005F94;
 }
.topmenutitle{
	display:block;
}
.topmenutitle a:hover{
	display:block;
	width:100px;
	background-color: #005F94;
}
.submenuul{
	list-style-type:none;
	position:absolute;
	margin: 0;
	padding: 0;
	display:none;
}
a img { border: none; }
.submenuli a{
	display:block;
	width: 150px;
}
li:hover ul , li.over ul{ /* lists nested under hovered list items */
	display: block;
}
#dmenu li>ul { 
	top: auto;
	left: auto;
}
#content {
	clear: left;
}

hr { height: 1px; border: none; background: #ccc; color: #ccc; }


/* menu design */

#dmenu {
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
	color: #FFFFFF;
}

.topmenutitle {
	text-decoration: none;
	color: white;
	border-right: 1px solid #689FBE;
	padding-top:4px;
	padding-bottom:4px;
	padding-right:16px;
	padding-left:16px;
}

.submenuul {
	margin: 0px;
	background-color:#005F94;
}

.submenuli a{
	font-size: 14px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 3px;
	padding-left: 8px;
	text-decoration: none;
	color: #ffffff;
	border-top: 1px solid #D5D5DD;
	border-left: 1px solid #D5D5DD;
	border-right: 1px solid #D5D5DD;
	border-bottom: none;
}
.submenuli a:hover{
	color: #ffffff;
	text-decoration: none;
	background:#3695C9;
	border-top: 1px solid #D5D5DD;
	border-left: 1px solid #D5D5DD;
	border-right: 1px solid #D5D5DD;
	border-bottom: none;

}


.bodycontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 13pt;
	color: #333333;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 15px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #E2E2E2;
}
.contentboxpad {
	padding-top: 13px;
	padding-bottom: 10px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	color: #0070A5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DADADA;
	margin-top: 5px;
}
.companyinfo {
	font-family: "Copperplate Gothic Light";
	font-size: 9pt;
	color: #ffffff;
	line-height: 14px;
	padding-bottom: 15px;
}
.companyinfo a { 
	color: #ffffff;
	text-decoration: none;
}
.companyinfo a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
}
.newsletter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding-top: 5px;
	padding-left: 550px;
}
.navbottomborder {
	border-bottom: 1px solid #689FBE;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
