#access {
   
    clear: both;
    display: block;
    float: left;
    margin: 0 auto 6px;
    width: 100%;
}
#access ul {
    margin: 0px;
    font-size: 13px;
    list-style: none outside none;
    padding-left: 0;
    float: left;
}

#access li {
    margin: 0px;
    float: left;
    list-style: none outside none;
    position: relative;
	font-size: 15px;
	top: 13px;
}
#access a {
    color: #333333;
    display: block;
    line-height: 2.333em;
    padding: 10px 15px 0px 10px;
    text-decoration: none;
	text-transform:uppercase;
	font-weight:bold;
}
#access ul ul {
    display: none;
    float: left;
    left: 0;
    margin: 0;
    position: absolute;
    top: 3.333em;
    width: 188px;
    z-index: 99999;
}
#access ul ul ul {
    left: 100%;
    top: 0;
}
#access ul ul a {
    background: none repeat scroll 0 0 #F1F3F5;
    border-bottom: 1px dotted #DDDDDD;
    color: #333;
    font-size: 13px;
    font-weight: normal;
    height: auto;
    line-height: 17px;
    padding: 10px;
    width: 274px;
}
#access li:hover > a, #access ul ul *:hover > a, #access a:focus {
 
}
#access li:hover > a, #access a:focus {
     color:#d4810c;
}
#access ul li:hover > ul {
    display: block;
}
#access .current-menu-item > a, #access .current-menu-ancestor > a, #access .current_page_item > a, #access .current_page_ancestor > a {
    font-weight: bold;
	color:#d4810c;
}