/**SIDEBAR MENU STYLED BY SERIRA DESIGNS
******************************************/
.LeftSideBox ul.Categories {
width: 185px;
margin-left: 0px;
margin-bottom: 15px;
padding: 0;
}

.LeftSideBox ul.Categories li {
list-style-position: outside;
list-style:none;
margin: 2px 0;
width: 185px;
}

.LeftSideBox ul.Categories li a {
display: block; 
padding-left:15px;
font: 12px 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif; 
color: #74a9d5;
text-transform: lowercase;
border-bottom: none;
}



.LeftSideBox ul.Categories li a:hover {
color: #384f6a; 
padding-left:15px;
text-decoration: none;
background-image:url(../styleImages/navigation/arrow.jpg);
background-repeat: no-repeat;
background-position: left;
}



.LeftSideBox ul.Categories a#catActive {
color: #384f6a; 
margin: 0 0 0 5px; 
padding: 0;
border-bottom: none;
}




