
#cssmenu ul, #cssmenu li, #cssmenu span, #cssmenu a {
    margin: 0;
    padding: 0;
/*    position: relative;*/
}
#cssmenu::after, #cssmenu ul::after {
    clear: both;
    content: "";
    display: block;
}
#cssmenu a {
    color: #333333;
    display: inline-block;
	font-family: 'Inknut Antiqua', serif;
    font-size: 12px;
    min-width: 35px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px 0 #eeeeee;
}
#cssmenu ul {
    list-style: outside none none;
}
#cssmenu > ul > li {
    float: left;
}
#cssmenu > ul > li.active > a {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #d9d9d9 0%, #bfbfbf 100%) repeat scroll 0 0;
    box-shadow: 0 0 10px #979797 inset, 0 10px 10px #979797 inset;
    filter: none;
}
#cssmenu > ul > li.active a:hover {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #d9d9d9 0%, #bfbfbf 100%) repeat scroll 0 0;
    filter: none;
}
#cssmenu > ul > li a {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ffffff 0%, #e5e5e5 50%, #d7d7d7 51%, #ededed 100%) repeat scroll 0 0;
    border-bottom: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    border-top: 1px solid #d2d2d2;
    box-shadow: 0 0 0 1px #ffffff inset;
    filter: none;
    line-height: 34px;
    padding: 0 35px;
}
#cssmenu > ul > li a:hover {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #d9d9d9 0%, #bfbfbf 50%, #b0b0b0 51%, #c7c7c7 100%) repeat scroll 0 0;
    filter: none;
}
#cssmenu > ul > li:first-child a {
    border-left: 1px solid #d2d2d2;
    border-radius: 5px 0 0 5px;
}
#cssmenu > ul > li:last-child a {
    border-radius: 0 5px 5px 0;
}
#cssmenu .has-sub {
    min-width: 220px;
}
	
#cssmenu .has-sub:hover ul {
    display: block;
}
#cssmenu .has-sub a {
	min-width:100%;
	box-sizing:border-box;
}
#cssmenu .has-sub ul {
    display: none;
    left: -1px;
    min-width: 100%;
    position: relative;
    text-align: center;
}
#cssmenu .has-sub ul li {
    text-align: center;
}
#cssmenu .has-sub ul li a {
    border-left: 1px solid #d2d2d2;
    border-top: 0 none;
    display: block;
    font-size: 12px;
    line-height: 120%;
    padding: 9px;
    text-align: center;
}
