/*-------- Side Menu ---------*/
#sidemenu {
	width:185px;
	font-weight: bold;
	font-size : 14px;
	position:relative;left:-40px;top:20px; 
	}

#sidemenu ul 
{
	margin:0 0 15px 0; /* space between menu items (Top Right Bottom Left) */
	padding:0;
	border:none;
	}

#sidemenu ul li {
	list-style: none;
	list-style-image: none;
	background-color: #a6adb4;
	width:100%;
	height:40px; /* height of the menu items */
	line-height:40px;  /* height of the menu items */
	}

#sidemenu ul li a 
{
	display:block;
    padding: 0px 0px 0px 41px; /* space between the box edges and text (Top Right Bottom Left) */
    color: #57626e;
    text-decoration: none;
	width:auto !important;
	width:100%;

	}

#sidemenu ul li a:hover, #sidemenu ul li .selected
{
    background-color: #6e8d7a;
    color:#ffffff;
	}