

.top_nav_dropdown {
	xheight: 31px;
}
	
.top_nav {
	font-size: 0.9em;
	width: 800px;
	xheight: 66px;
	padding: 0px;	
	margin: 0px;
	border: 0px;
	text-align: left;
}

.homelink {
	text-align: right;
	font-weight: bold;
	xborder: 1px solid #7D8486;
	padding-top: 5px;
}


.toplinks {
	color: #9CA1A6;
	font-weight: regular;
	font-size: 8pt;
	text-align: right;
	vertical-align: middle;
	height: 35px;
	padding-right: 6px;
}

.toplinks a {
	font-size: 8pt;
	color: white;
	text-decoration: none;
}

.toplinks a:hover {
	font-size: 8pt;
	color: white;
	text-decoration: underline;
}


.toplinks img {
	vertical-align: middle;
}



.submenuitem{
	background-color: black;
   color: white;
	font-size: 9pt;
   vertical-align: middle;
	border-bottom: 1px solid #7D8486;
	border-left: 1px solid #7D8486;
	border-right: 1px solid #7D8486;
	height: 22px;
	margin: 0px 0px 0px 0px;
	text-align: left;
}

.submenuitemover{
	background-color: #323536;
	font-size: 9pt;
	cursor: pointer;
   color: white;
   vertical-align: middle;
	border-bottom: 1px solid #7D8486;
	border-left: 1px solid #7D8486;
	border-right: 1px solid #7D8486;
	height: 22px;
	text-align: left;
	margin: 0px 0px 0px 0px;
}


.submenuitem_first {
   vertical-align: middle;
	background-color: black;
   color: white;
	font-size: 9pt;
	border-left: 1px solid #7D8486;
	border-right: 1px solid #7D8486;
	border-top: 1px solid #7D8486;
	border-bottom: 1px solid #7D8486;
	height: 22px;
	text-align: left;
	width: 150px;
	margin-top: 2px;
}

.submenuitemover_first {
	margin-top: 2px;
	background-color: #323536;
   vertical-align: middle;
   color: white;
	font-weight: regular;
	font-size: 9pt;
	cursor: pointer;
	border-left: 1px solid #7D8486;
	border-right: 1px solid #7D8486;
	border-top: 1px solid #7D8486;
	border-bottom: 1px solid #7D8486;
	height: 22px;
	text-align: left;
}


.submenuitem_last {
	background-color: black;
   color: white;
   vertical-align: middle;
	font-size: 9pt;
	border-left: 1px solid #7D8486;
	border-right: 1px solid #7D8486;
	border-bottom: 1px solid #7D8486;
	height: 22px;
	text-align: left;
	width: 150px;
}


.submenuitemover_last {
	background-color: #323536;
   vertical-align: middle;
   text-align: left;
   color: white;
	font-size: 9pt;
	cursor: hand;
	border-left: 1px solid #7D8486;
	border-right: 1px solid #7D8486;
	border-bottom: 1px solid #7D8486;
	height: 22px;
}

.MenuItem{
	color: white;
	background-color: black;
	border: 1px solid #7D8486;
	font-size: 9pt;
	margin-right: 2px;
	padding: 3px;
	cursor: pointer;
}

.MenuItemOver{
	color: white;
	background-color: #323536;
	border: 1px solid #7D8486;
	font-size: 9pt;
	margin-right: 2px;
	padding: 3px;
	cursor: pointer;
}

