
.dropdown {
	position: absolute;
	visibility: hidden;
	z-index: 22;
	background-color: #0e4c87;
	font-size: 12px;
	text-align: left;
	border: 1px solid #fff;
	width: 190px;
	line-height: 25px;
	overflow:hidden;
	}
	
.dropdown a,
.dropdown a:link,
.dropdown a:visited {
    text-decoration: none;
    color: #FFFFFF;
    width: 100%;
    display: block;
	font-weight: bold;
    voice-family: "\"}\"";
    voice-family: inherit;
	padding-left: 10px;
}
html>body .dropdown a {width: auto}

.dropdown a:hover {
	color: #FFF;
    background-color: #215f9b;
	}
	
.nav {
	width: 770px;
	margin: 0px;
	padding: 0px;
	background: #0e4c87;
	}
	
.nav table{
	border: none;
	border-collapse: collapse;
	}	
.nav td{
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
	text-align: left;
	line-height: 23px;
	border: 1px solid #fff;
	background: #0e4c87;
	height: 25px;
	}
.nav td.hoveron{
	background: #3576b4;
	color: #FFF;
	cursor: hand;
	}
.nav td.hoveroff{ 
	background: #215f9b;
	color: #FFF;
	}
