.left-menu {
    display: block;
    margin: 0 0 20px;
    padding: 0;
	text-transform: uppercase;
	font-weight: 600;
}

h2.zags {
font-family: 'Caviar Dreams', arial;
    font-size: 30px;
margin-top: 0;
    font-weight: 300;
background: rgba(0, 0, 0, 0) url("/images/pols.png") repeat-x scroll 0 12px;
}

h2.zags span {
background: #e9e9e9 none repeat scroll 0 0;
padding-right:10px;
}



.left-menu li {
   background: #cfcfd3 none repeat scroll 0 0;
    border-radius: 15px;
    display: block;
    float: left;
    margin: 1px 0;
    width: 100%;
	position:relative;
}





.left-menu li:hover {
background:#fcb040;
}

.left-menu li a {
background: rgba(0, 0, 0, 0) url("/images/mv.png") no-repeat scroll right center;
color: black;
display: block;
font-size: 17px;
padding: 9px 10px;
text-decoration: none;
}

.left-menu li.selected {
background:#fcb040;
}

.left-menu li a:hover {
text-decoration:none;
}
.left-menu li:hover ul {
	display:block;
}

.left-menu ul {
	position:absolute;
	top:0; 
	left:90%;
	float:none;
	z-index:10;
	display:none;
}
.left-menu ul li {
	float:none;
	width:auto;
	white-space:nowrap;
}
.left-menu ul li a {
	padding-right:30px;
}