
#navv, #navv ul{
margin:0;
padding:0;
list-style-type:none;
list-style-position:outside;
position:relative;
line-height:1.5em; 
z-index:999;
font: 10px Trebuchet MS, Century Gothic, Tahoma, Arial;
font-weight:bold;
letter-spacing:1px;  
}

#navv a{
display:block;
text-decoration:none;
background: url(../img/menu_lifestyle_bg.jpg);
background-repeat:repeat-x;
height:28px;
padding-top:10px;
text-decoration: none;
width: 163px;
color: #91860F;
text-align:center;

border-right:1px solid #91860F;
border-bottom:2px solid #91860F;
cursor:pointer;
}

#navv a:hover{
background: #91860F;
color: #FFFFFF;
}

#navv li{
float:left;
position:relative;
}

#navv ul {
position:absolute;
display:none;
margin-top:2px;
width: 163px;
top:38px;
font-weight:normal;

}

#navv li ul a{
width: 163px;
padding-top:12px;
padding-bottom:12px;
height:auto;
vertical-align:middle;
float:left;
background: url(../img/menu_dropdown_bg.png);
border:1px solid #91860F;
border-top:none;
}

#navv ul ul{
top:auto;
border:1px solid #91860F;
}	

#navv li ul ul {
left:154px;
top:10px;
border:1px solid #91860F; 
border-left:none;
margin:0px 0 0 10px;
}

#navv li:hover ul ul, #navv li:hover ul ul ul, #navv li:hover ul ul ul ul{
display:none;
}
#navv li:hover ul, #navv li li:hover ul, #navv li li li:hover ul, #navv li li li li:hover ul{
display:block;
}
