#sidebar {
	width: 250px;
	float: left;
	margin: 0;
	float: left;
	
	
	
}
#modules {
	text-decoration: none;
	margin: auto;
	width: 250px;
	/*padding: 10px;*/
}
#modules ul {
	display: block;
	text-decoration: none;
	/*background-color: #FFCC66;*/
	background-color: #b9c0ff;
	line-height: 50px;
}
#modules li {
	display: block;
	text-align: center;
	text-decoration: none;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	width: 250 px;
	
}
#modules a {
	font-size: 13 pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #515bbc;
	text-decoration: none;
	height: 30 px;
	width: 250 px;
	display: block;
}

#modules a:hover {
	font-color: #ffffff;
	color: #FFFFFF;
	background-color: #CCCCCC;
	height: 30 px;
	width: 250 px;
	
}
