ul { /* all lists */
	padding: 0;
	margin: 0;
	
}

#dmenu {
	position: absolute; /* Menu position that can be changed at will */
	z-index:100;
	width: 100%; /* precision for Opera */
}


.topmenuul{
	list-style-type:none;
	margin:0;
	padding:0;
}

.topmenuli{
	float:left;
	height: 26px;
	width: 295px;
	list-style-type:none;
	text-align: center;
}


.topmenutitle{
	display: block;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
		margin-left: 10px;
}

.topmenutitle2{
	display: block;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
		margin-left: 25px;
}



/* TABS STUFF */

.submenuul{
	list-style-type:none;
	position:absolute;
	margin: 0;
	padding: 0;
	display: none;
	text-align: left;


}

.submenuli a{
	text-decoration: none;
	display: inline;
	height: 19px;
	width: 190px;
}



li:hover ul , li.over ul{ /* lists nested under hovered list items */
	display: block;
	
}

#dmenu li>ul { 
	top: auto;
	left: 50px;
}




#nav a {
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	text-decoration: none;
}

#nav li li a {
	display: block;
	font-weight: normal;
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
	line-height: 16pt;
	text-indent: 2pt;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-image: url(images/backgroundsm.jpg);

}

#nav li li a:hover {
	display: block;
	font-weight: bold;
	color: #990000;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	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: 14pt;
	font-weight: bold;
	color: #990000;
	width: 190px;
	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;
}*/



