 #main-nav {
    width: 150px;
    padding: 0;
    margin: 20px 0 0 0;
    font-family: Helvetica, Arial, sans-serif;
    border:solid 0px;
    }

 #main-nav li {
    list-style: none;
    padding-bottom: 10px;
    text-align: left;
    }

 #main-nav li a.nav-top-item {
    background: url('../images/nav/category.jpg') right center no-repeat; /* Background image for default color scheme - green */
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    display: block;
    text-decoration: none;
    height:28px;
    line-height:26px;
    padding-left:10px;
    font-weight:normal;
    }
    
 #main-nav li a.nav-top-item:hover {
    color: #4d0000;
    }

 #main-nav li a.current {
    background: url('../images/nav/category-on.jpg') right center no-repeat; /* Background image for default color scheme - green */
    color: #fff;
    font-weight:bold;
    }
    
 #main-nav li a.current:hover {
    color:#fff;
    }

 #main-nav ul {
    padding: 0;
    font-size: 12px;
    margin: 0;
    background:#4d0000;
    width:148px;
    margin-left:2px;
    }

 #main-nav ul li {
    list-style: none;
    margin: 0;
    text-align: left;
	padding: 0;
	font-weight:normal;
    }

 #main-nav ul li a {
    padding: 8px 16px;
    display: block;
    color: #fff;
    font-size: 13px;
    line-height: 13px;
    font-weight:normal;
    height:13px;
    text-transform: capitalize;
    }

 #main-nav ul li a:hover {
 	font-weight:normal;
 	color:#cc0000;
 }
 
 a.current{
 	color:#4d0000;
 }
 #main-nav ul li a.current:hover {
	color:#cc0000;
	font-weight:bold;
    }

 #main-nav ul li a.current {
 	font-weight:bold;
 	color:#cc0000;
    background: transparent url('../images/menu-current-arrow.gif') right center no-repeat !important;
    }