/* CSS Document */
/*BEGIN DROP DOWN STYLING */
table.subnav {
	background-color: #f9fbff;
}

table.subnav td { 
	white-space: nowrap; 
	border-bottom: solid 1px #325473; 
	border-top: solid 0px #325473;
	border-right: solid 1px #325473; 
	border-left: solid 1px #325473; 
}

table.subnav td a { 
	display: block; 
	padding: 3px 5px; color: #325473 !important; 
	text-decoration: none !important; 
	font:normal 11px "Trebuchet MS", verdana, arial, helvetica, sans serif;
}
	
table.subnav td a:hover {
	background-color: #325473; 
	color: #ffffff !important; 
	text-decoration: none; 
	font:normal 11px "Trebuchet MS", verdana, arial, helvetica, sans serif;
}
/*END DROP DOWN STYLING */
