/* CSS Stylesheet for CUPIDE side navbar */

#sidebar {
	clear: both;
	width: 132px;
	padding: 0px;
	background: #006352;
	position: absolute;
	top:7px;
	left: 0px;
}

#sidebar a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: white;
	text-decoration: none;
	background: #006352;
	border-bottom: 1px #98a1a8 solid;
	border-left: 3px solid #006352;
	display: block;
	padding: 5px 3px 5px 3px;
	font-size: 11px;
	margin: 0;
	font-weight: 400;
	width: 132px;
	
}
html>body #sidebar a {
	width:132px;
}

#sidebar a:hover {
	color:white;
	background : #900;
	text-decoration:none;
	padding: 5px 3px 5px 3px;
	border-left: 3px solid #B82F2F;	
	width:132px;
	
}
html>body #sidebar a:hover {
	width:132px;
}

#sidebar a.current {
	color:white;
	font-weight:700;
	text-decoration:none;
	background: #900;
}

