.left-col ul {
    margin: 0px;
    padding: 6px 6px 0px 0px;
    list-style:none;
    position: relative;
    background: url(../images-design/menu-left-bg.png) no-repeat left top;
    font-size: 107%;
}
.left-col ul ul {
	display:none;
	}
.left-col li {
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
    background: url(../images-design/menu-left-item-border.png) repeat-x left bottom;
}
.left-col a {
    display:block;
    color:#656565;
    font-family: Tahoma, Geneva, sans-serif;
    font-weight:normal;
    text-decoration:none;
    padding: 4px 0px 4px 40px;
    _height: 16px;
    background: url(../images-design/menu-left-item-bg.png) 15px 0px no-repeat;
}
.left-col a:hover {
    background: url(../images-design/menu-left-item-bg.png) -198px 0px no-repeat;
    text-decoration: none;
    color: #16133e;
}
.left-col a.firstlvlactive {
    background: url(../images-design/menu-left-item-bg.png) -411px 0px no-repeat;
    text-decoration: none;
    color: #16133e;
}
.nav-right li {
	padding-left:15px;
	background: url(../images-design/menu-right-item-bg.png) top left no-repeat;
    
	}
.nav-right a.sublvlactive {
	 
color: #cb040c;
}