.menu{
display : none ;
}
.rootVoices td.rootVoice{
height : 37px ;
vertical-align : middle ;
cursor : pointer ;
padding-left : 21px ;
padding-right : 21px ;
}
.rootVoices td.rootVoice a{
font-size : 16px ;
font-family : Century Gothic, Futura, sans-serif ;
font-weight : normal ;
color : #fff ;
cursor : pointer ;
}
.rootVoices td.rootVoice.selected a, .rootVoices td.rootVoice a:hover, .rootVoices td.Selected a{
color : #fdff7a ;
}
.rootVoices.vertical{
width : 140px ;
}
.menuShadow{
padding : 2px ;
padding-bottom : 0px ;
left : -2px ;
top : 1px ;
}
.menuContainer{
background-color : #a37d2d ;
position : absolute ;
-moz-box-shadow : #666 1px 1px 3px ;
-webkit-box-shadow : #666 1px 1px 3px ;
}
.menuContainer.submenuContainer{
border-top : none!important ;
}
.menuContainer .line{
background-color : transparent ;
width : 100% ;
}
.menuContainer td a, .menuContainer div a{
font-size : 12px ;
padding-right : 15px ;
color : #fff ;
text-decoration : none ;
}
.menuContainer td.voice{
padding : 7px ;
}
.menuContainer .separator{
background-color : #999 ;
height : 1px ;
}
.menuContainer .textBox{
color : #fff ;
font-family : Arial ;
font-size : 12px ;
padding : 10px ;
}
.menuContainer .selected td{
background-color : #534c3a ;
}
.menuContainer .selected td, .menuContainer .selected td a, .menuContainer .selected div{
color : #fdff7a ;
}
.menuContainer .subMenuOpener{
background-image : url("https://siteimages.s3.amazonaws.com/menuArrow.gif") ;
background-repeat : no-repeat ;
background-position : right ;
}
