#cssmenu-sag {
    background: #333;
    margin: 0;
    padding: 0;
    /* float: right; */
    height: 100%;
    list-style: none;
}
#cssmenu-sag li {
	font-family: Verdana,Helvetica,Arial,sans-serif;
	margin:0px;
	padding: 0;
}
#cssmenu-sag a {
	background: #333;
	border-bottom: 1px solid #393939;
	color: #ccc;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
}
#cssmenu-sag a:hover {
	background: #2580a2 url('../images/hover.gif') left center no-repeat;
	color: #fff;
	padding-bottom: 8px;
}