/* =Menu
-------------------------------------------------------------- */
@font-face {
    font-family: 'CenturyGothic';
    src: url('gothic.eot');
    src: url('gothic.eot?#iefix') format('embedded-opentype'),
         url('gothic.woff') format('woff'),
         url('gothic.ttf') format('truetype'),
         url('gothic.svg#gothic') format('svg');
}
#access {
float:left;
}
#access, div.menu {
font-size: 15px;
margin:0;
*margin:0;
padding:0;
position: relative;
font-family: 'CenturyGothic';
text-rendering: optimizeSpeed;
text-rendering: optimizeLegibility;
font-weight:500;
z-index:9999;
}
#access .menu-header ul,
div.menu ul {
list-style: none;
margin: 0;
}
#access .menu-header li,
div.menu li {
float: left;
position: relative;
text-transform:uppercase;
text-align:center;
}
#access a {
color: #163a46;
display: block;
text-decoration: none;
}

#access ul li {
position:relative; z-index:1000;
}

#access ul li:hover {

}


#access ul li a {
padding:8px 39px 12px 39px;
text-shadow: -1px 1px 2px #78949c;
}


#access ul ul {
display: none;
position: absolute;
top:38px;
left: 0;
float: left;
z-index: 9;
font-size:11px;
padding:0;
background:#c1f1ff;
width:100%;
text-align:left;
}
#access ul ul li {
clear:both;
font-family:Arial, Helvetica, sans-serif;
text-transform:capitalize;
padding:0;
min-width:100%;
text-align:left;
background:url(../images/bg_li.jpg) top repeat-x;
}

#access ul ul li:hover {
background-image:none;
}

#access ul ul ul {
left: 100%;
top: 0;
}
#access ul li li a {
padding:10px;
height: auto;
text-shadow:none;
}
#access li:hover > a {
color:#fc6701;
text-shadow: -1px 1px #2b728b;
background:url(../images/bg_li_hover.jpg) top center no-repeat;
}

#access ul ul li:hover > a {
background:#c0f1ff;
color:#fc6701;
text-shadow:none;
}
#access ul li:hover > ul {
display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
color:#fc6701;
text-shadow: -1px 1px #2b728b;
background:url(../images/bg_li_hover.jpg) top center no-repeat;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
color:#fc6701;
text-shadow: -1px 1px #2b728b;
}
