#access {
float:left;
width:100%;
}
#access ul {
font-size: 13px;
list-style: none;
padding:0;	
}
#access li {
float: left;
position: relative;
}
#access a {
color: #fff;
display: block;
line-height:45px;
padding:0 15px 0 15px;
text-decoration: none;
}
#access ul ul {
display: none;
float: left;
margin:0;
padding:0;
position: absolute;
left: 0;
z-index: 99999;
}
#access ul ul ul {
left: 100%;
top: 0;
}
#access ul ul a {
background: #1f1e1e;
color: #fff;
font-weight: normal;
height: auto;
line-height: 15px;
padding: 8px 8px;
width: 210px;
text-transform:none;
border-bottom:1px solid #333232;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
background: #0e8cf6; 
color:#fff;
}
#access li:hover > a, 
#access a:focus {
background:#1f1e1e;
color:#fff;
}
#access ul li:hover > ul {
display: block;
}
.current_page_item a { 
background:#1f1e1e;
color:#fff;
}