/* Left Column Menu  */

#left-sidebar ul {
font-family		: Verdana,Arial, Helvetica, sans-serif;
font-size		: 0.9em;
font-weight		: bold;
list-style		: none;
margin			: 0;
margin-top		: 10px;
padding			: 0;
}

#left-sidebar li {
list-style		: none;
margin			: 0;
padding			: 0px 0px 1px 0px;
}

#left-sidebar li a {
height			: 16px;
display			: block;
padding			: 2px 0px 2px 3px;
margin-bottom	: 1px;
color			: #ffffff;
text-decoration	: none;
border			: none;
background		: url(../images/mainlevel.png) repeat-x 0 0;  /*sprite*/
}

#left-sidebar li a:hover {
background		: url(../images/mainlevel.png) repeat-x 0 -20px; /*sprite*/
}

#left-sidebar li a#current  {
background		: url(../images/mainlevel.png) repeat-x 0 -20px; /*sprite*/
}

