
a.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}

a.nav:hover {
	color: #000000;
	
}

#dropdown {
	margin-top: -6px;
	padding-top: 12px;
	max-width: 147px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height:18px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #0484CD;
	position: absolute;
	z-index:2;
}

#dropdown:hover{
	background-color: #363939;
}

#dropdown a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height:18px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	text-indent: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #0484CD;
	background-repeat: no-repeat;
	background-position: left center;
}

#dropdown a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height:18px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
 	background-color: #0484CD;
	display: block;
	text-indent: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #363939;
	background-repeat: no-repeat;
	background-position: left center;
}


