
<!--Stylesheet for Drop down menu---->

.sidelinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #004d9d;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #5E78A8;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333366;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
}



p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 1.3;
	

}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 1.3;
	

}


a {font-family: verdana; font-size: 13px; font-weight: normal; color: #000099; text-decoration: underline}

a:hover {font-family: verdana; font-size: 13px; font-weight: normal; color: #0066CC; text-decoration: none}

a.a_menu {font-family: verdana; font-size: 12px; font-weight: bold; color: #ffffff; text-decoration:none ; background: #004d9d; padding: 4px }

a.a_menu:hover {font-family: verdana; font-size: 12px; font-weight: bold; color: #6699cc; text-decoration: none; background: #004d9d}

a.a_menunew {font-family: verdana; font-size: 10px; font-weight: bold; color: #ffffff; text-decoration:none ; background: #999999; padding: 4px }

a.a_menunew:hover {font-family: verdana; font-size: 10px; font-weight: bold; color: #0066cc; text-decoration: none; background: #cccccc }


ol {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 72px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000066;
	}

ol li a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	background: #000000;
	padding: 0px;
	border-bottom: 0px solid #ccc;
	}

ol li {	position: relative;
	}

li ol {
	position: absolute;
	left: 10px;
	top: 24px;
	display: none;
	border-left: 1px solid #ccc;
	}

ol, li:hover { 
	color: #3300CC;
	background: #ffffff;
	}
	
li:hover ol, li.over ol { 
	display: block; 
	}	
	
/* Fix IE. Hide from IE Mac \*/
* html ol li { float: left; height: 1%; }
* html ol li a { height: 1%; }
/* End */
