/* CSS Document */

div.csmenu {
	background-color:#FFFFFF;
	font-family :  Arial, Tahoma, Verdana, sans-serif;
	font-size:11px;
	color:#999999;
	padding-left: 1em;
	width: 760px;
	text-align: left;
}

div.csmenu a {
	color: #D5383E; 
	font-weight: bold;
	text-decoration:none;
	text-transform:lowercase;
}

div.csmenu a:hover {
	color: #D5383E; 
	font-weight: bold;
	text-decoration: underline; 
}

div.csmenu a:visited {
	color: #D5383E; 
	font-weight: bold;
	text-decoration: none; 
}
