#access {
float: right;
}
#access ul {
font-size: 14px;
list-style: none;
padding-left: 0;
margin-top: 10px;
}
#access li {
float: left;
position: relative;
}
#access a {
color: #000;
display: block;
line-height:49px;
padding:0 20px 0 20px;
text-decoration: none;
text-transform:uppercase;
font-weight:400;
text-decoration:none;
}
#access ul ul {
display: none;
float: left;
margin: 0;
position: absolute;
left: 0;
width: 188px;
z-index: 99999;
}
#access ul li {
}
#access ul ul ul {
left: 100%;
top: 0;
}
#access ul ul a {
background: #000;
color: #fff;
font-size: 13px !important;
font-weight: normal;
height: auto;
line-height: 15px;
padding: 8px 8px;
width: 172px;
text-transform:none;
border-bottom:1px solid #3e3e3e;
}
#access li:hover > a, #access ul ul :hover > a, #access a:focus {
background: #009846;
color:#e07c2e;
}
#access li:hover > a, #access a:focus {
background: #009846;
color:#fff;
}
#access ul li:hover > ul {
display: block;
}
#access a.current-menu-item {
background: #009846;
color:#fff;
}