#sidemenucontainer li a
{
	background-color: #e3e2f2;
}
#sidemenucontainer li a:hover
{
	background-color:#f0eff7;
}
/*Make the same color as the hover*/
#sidemenucontainer  li .highlightme
{
	background-color: #f0eff7;
}


/*Dont change these*/

#sidemenu{
background-image:url(imgs/sidemenu_top.gif);
}
#sidemenubottom{
background-image:url(imgs/sidemenu_bottom.gif);
}

#sidemenuline{
background-image:url(imgs/sidemenu_line.gif);
}