ul { padding: 0; margin: 0; }

#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;
}
.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;
}

a img { border: none; }

/* 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:19px;
	padding-left:19px;
}

.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;

}


.outerwhiteborder {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.newsletter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding-bottom: 0px;
	padding-left: 13px;
	padding-top: 168px;
	padding-right: 340px;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.homeheader {
	background: url(images/index_01.gif);
	text-align: right;
	padding: 0 20px 0 0;
}
