/*Left Navigation Meny Style*/

#menu td {
	border-bottom: 2px solid #999;
	padding: 0.2em;
	font-size:12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}	
#menu A:link {
	color: #003366;
	text-decoration: none;

}
#menu A:active {
	color: #0062bf;
	text-decoration: none;
}
#menu A:visited {
	color: #0062bf;
	text-decoration: none;
}
#menu A:hover {
	color: #B22222;
	text-decoration: underline;
}
#menu .white_text {
	color: #FFFFFF;
}
