ul { /* all lists */
	padding: 0;
	margin: 0;
	
}

#dmenu {
	position: absolute; /* Menu position that can be changed at will */
	z-index:100;
	
}


.topmenuul{
	list-style-type:none;
	margin:0;
	padding:0;
}

.topmenuli{
	float:left;
	height: 35px;
	width: 205px;
	list-style-type:none;
	text-align: center;
	padding-top: 10px;
}


.topmenutitle{
	display: block;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
		margin-left: 0px;
}

.topmenutitle2{
	display: block;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
		margin-left: 10px;
}

.topmenutitle3{
	display: block;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
		margin-left: 20px;
}

/* TABS STUFF */

.submenuul{
	list-style-type:none;
	position:absolute;
	margin: 0;
	padding: 7px 0px 0px;
	display: none;
	text-align: left;


}

.submenuli a{
	text-decoration: none;
	display: inline;
	height: 22px;
	width: 180px;
}



li:hover ul , li.over ul{ /* lists nested under hovered list items */
	display: block;
	
}

#dmenu li>ul { 
	top: auto;
	left: 15px;
}




#nav a {
	font-family: Arial, Helvetica, sans-serif;
	color: #003769;
	text-decoration: none;
}

#nav li li a {
	display: block;
	font-weight: normal;
	color: #003769;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: left;
	line-height: 16pt;
	text-indent: 2pt;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003769;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #003769;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #003769;
	background-color: #FFFFFF;
}

#nav li li a:hover {
	display: block;
	font-weight: bold;
	color: #990000;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: left;
	line-height: 16pt;
	text-indent: 2pt;
	text-decoration: none;
}
li {
	float: left;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #990000;
	width: 180px;
	text-align: center;
	cursor: hand;	
	text-decoration: none;
	list-style: none;

}

li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 18px;
	left: 0px;
	
}

/*li>ul {  to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left 
	top: auto;
	left: auto;
}*/



