
.nav a {
	font-family: arial;
	color:#FFFFFF;
	font-size:8pt;	
	font-weight:bold;
	}
.nav a:link {
	font-family: arial;
	color:#FFFFFF;
	font-size:8pt;	
	font-weight:bold;
}
.nav a:hover {
	font-family: arial;
	color:#FFFFFF;
	font-size:8pt;	
	font-weight:bold;
}
.nav a:visited {
	font-family: arial;
	color:#FFFFFF;
	font-size:8pt;
	font-weight:bold;
}

ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}
li { /* all list items */
	float: left;
	position: relative;
	width: 118px;
}
li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 46px;
	width:121px;
	left: 0;
	float:right;
}
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;
}
li:hover ul, li.over ul { /* lists nested under hovered list items */
	display:block;
	background-color:#57538d;
	padding-top:3px;
	padding-bottom:3px;
	width:119px;
	border-color:#000000;
	border-width:1px;
	border-style:solid;
	font-family: arial;
	color:#FFFFFF;
	font-size:10pt;
	font-weight:bold;
}
img {
border:0px;
}