@charset "UTF-8";
/* CSS Document */

#navigation img{
}

.navButton{
	display: block;
	float: left;
	padding:0 20px 0 0;
}

.dropdown{
	font-family: Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	width: 650px;
	padding: 10px 10px;
	border-left: 1px solid #666;
	line-height: 14px;
}

.dropdown a:link{
	text-decoration: none;
	color: #005dab;
}
.dropdown a:visited{
	text-decoration: none;
	color: #005dab;
}
.dropdown a:hover{
	text-decoration: none;
	border-bottom:1px dotted #005dab;
	color: #005dab;
}
.dropdown a:active{
	text-decoration: none;
	color: #a97313;
	border-bottom:1px dotted #a97313;

}

.dropdown .navSubMenu{
	clear: both;
	display: block;
	margin-bottom: 5px;
}

.dropdown .navSubTitle{
	float: left;
	display: block;
	color: #005dab;
	width: 100px;
	text-transform: uppercase;
	font-weight: bold;
}

.dropdown .navSubLinks{
	float: right;
	display: block;
	width: 550px;
}
