/* SmoothMenu mandatory properties */
ul{
	margin: 0;
	padding:0;
}
.smooth-menu li{
		cursor: pointer;
}

.smooth-menu li a {
	position: relative;
z-index: 2;
    color: #dccea6;
	
 	font: 16px sans-serif, Arial, Helvetica, Georgia, sans-serif;
    text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	padding: 5px;
        padding-left: 12px;
        padding-right: 12px;
}


.smooth-menu li a:hover {
	background-color: #52400e;
}

.smooth-menu li.selected a {
	background-color: #ebe4d9;
    color: #52400e;
}

.smooth-menu {
	margin: 0;
}
/* END OF SmoothMenu mandatory properties */

/* Don't apply padding here (offsetWidth will differ in IE)
    If you need padding add it to the child anchor */
.menu-one li {
	float: left;
	list-style: none;
}



.vmenu {
	margin:0;
	padding:0;
}

.vmenu li a {
        z-index: 1;
        position: relative;
        display: block;
        font: 16px sans-serif, Arial, Helvetica, Georgia, sans-serif;
 	text-decoration: none;
        font-weight: bold;
        cursor: pointer;
	background-color: #ccbea9;
	margin: 2px;
	padding-left: 10px;
        border: 1px solid #ccc; 
        -webkit-border-radius: 4px;
        -khtml-border-radius: 4px;
        -moz-border-radius: 4px
}

.vmenu li a:hover {
	background-color: #EEEEEE;
}

.vmenu li.selected a{
	background-color: #EEEEEE;
}

.vmenu li.selected a:hover{
	background-color: #ccbea9;
}

.vul{
        list-style: none;
	
}
