#cssmenu, #cssmenu > ul {
    background: rgba(0, 0, 0, 0) url("/menu/images/highlight-bg.png") repeat scroll 0 0;
    font-family: "Open Sans",sans-serif;
    font-weight: normal;
    padding-bottom: 3px;
	margin-top: 10px;
}
#cssmenu::before, #cssmenu::after, #cssmenu > ul::before, #cssmenu > ul::after {
    content: "";
    display: table;
}
#cssmenu::after, #cssmenu > ul::after {
    clear: both;
}
#cssmenu {
    width: auto;
}
#cssmenu > ul {
    background: rgba(0, 0, 0, 0) url("/menu/images/menu-bg.png") repeat scroll 0 0;
    margin: 0;
    padding: 0;
    position: relative;
}
#cssmenu > ul li {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
#cssmenu > ul > li {
    float: left;
    position: relative;
}
#cssmenu > ul > li > a {
    color: white;
    display: block;
    font-size: 17px;
    line-height: 18px;
    padding: 23px 13px;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(151, 99, 33, 0.43);
    /*text-transform: uppercase;*/
}
#cssmenu > ul > li:hover > a {
    background: rgba(0, 0, 0, 0) url("/menu/images/hover.png") repeat scroll 0 0;
}
#cssmenu > ul > li > a > span {
    line-height: 18px;
}
#cssmenu > ul > li.active > a, #cssmenu > ul > li > a:active {
    background: rgba(0, 0, 0, 0) url("/menu/images/highlight-bg.png") repeat scroll 0 0;
}
#cssmenu > ul ul {
    background: rgba(0, 0, 0, 0) url("/menu/images/hover.png") repeat scroll 0 0;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 120px;
    transition: all 0.35s ease-in-out 0.2s;
    visibility: hidden;
    z-index: -1;
}
#cssmenu > ul li:hover ul {
    color: #000;
    left: 0;
    margin: 0;
    opacity: 1;
    top: 64px;
    visibility: visible;
    /*z-index: 2;*/
	z-index: 100;
}
#cssmenu > ul ul::before {
    background: transparent none repeat scroll 0 0;
    content: "";
    height: 20px;
    position: absolute;
    top: -10px;
    width: 100%;
}
#cssmenu > ul ul li {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}
#cssmenu > ul ul li a {
    border-left: 4px solid transparent;
    color: white;
    display: block;
    font-size: 17px;
    padding: 18px 20px;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(151, 99, 33, 0.43);
    /*text-transform: uppercase;*/
    transition: all 0.35s ease-in-out 0s;
    width: 150px;
}
#cssmenu > ul ul li a:hover {
    background: rgba(0, 0, 0, 0) url("/menu/images/highlight-bg.png") repeat scroll 0 0;
    border-left: 4px solid #055988;
}
#cssmenu > ul ul li a:active {
    background: rgba(0, 0, 0, 0) url("/menu/images/menu-bg.png") repeat scroll 0 0;
}
#cssmenu > ul ul li a:hover {
    background: rgba(0, 0, 0, 0) url("/menu/images/highlight-bg.png") repeat scroll 0 0;
    border-left: 4px solid #055988;
}
