/* CSS Menu Special */
body, html {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
#menu {
	width:150px;
	border-top:0;
	font-size:12px;
	color:#002400;
	font-weight:bold;
	
}
#menu a {
	display:block;
	padding:4px;
	width:120px;
	background-color:#CDD7DA;
	color: #0000FF;
	
	
}
#menu a:hover {
	background-color:#fff;color: #EC0000;
	text-decoration: none;
}

