.mainContainer{
    margin-top:-14px;
    margin-left: 45px;
    text-transform: uppercase;
}
#cssmenu {
    position: relative;
}
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #menu-button {
    border: 0 none;
    box-sizing: border-box;
    display: block;
    line-height: 1;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
}
#cssmenu::after, #cssmenu > ul::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
#cssmenu #menu-button {
    display: none;
}
#cssmenu {
    background: transparent url("images/menubar.png") no-repeat scroll right top;
    /*font-family: Arial,Helvetica,sans-serif;*/
}
#cssmenu > ul > li {
    float: left;
    padding-top: 0px;
    left: -7px;
}
#cssmenu.align-center > ul {
    font-size: 0;
    text-align: center;
}
#cssmenu.align-center > ul > li {
    display: inline-block;
    float: none;
}
#cssmenu.align-center ul ul {
    text-align: left;
}
#cssmenu.align-right > ul > li {
    float: right;
}
#cssmenu > ul > li > a {
    border-right: 1px solid #999;
    color: #000;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1px;
    padding: 14px 10px 0px;
    text-decoration: none;
    text-transform: uppercase;
    height: 40px;
}
#cssmenu > ul > li:hover > a {
    
    color: #7e2674;
}
/*#cssmenu > ul > li.has-sub > a {
    border-right: 1px dotted #999;
    padding-right: 30px;
}
#cssmenu > ul > li.has-sub > a::after {
    background: #dddddd none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    right: 11px;
    top: 22px;
    width: 8px;
}
#cssmenu > ul > li.has-sub > a::before {
    background: #dddddd none repeat scroll 0 0;
    content: "";
    display: block;
    height: 8px;
    position: absolute;
    right: 14px;
    top: 19px;
    transition: all 0.25s ease 0s;
    width: 2px;
}
#cssmenu > ul > li.has-sub:hover > a::before {
    height: 0;
    top: 23px;
}*/
#cssmenu ul ul {
    left: -9999px;
    position: absolute;
}
#cssmenu.align-right ul ul {
    text-align: right;
}
#cssmenu ul ul li {
    height: 0;
    transition: all 0.25s ease 0s;
}
#cssmenu li:hover > ul {
    left: auto;
}
#cssmenu.align-right li:hover > ul {
    left: auto;
    right: 0;
}
#cssmenu li:hover > ul > li {
    height: 35px;
}
#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0;
}
#cssmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}
#cssmenu ul ul li a {
    background: #eee none repeat scroll 0 0;
    background-size: 100% 100% ;
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    color: #000;
    font-size: 12px;
    font-weight: 400;
    padding: 11px 15px;
    text-decoration: none;
    width: 188px;
}
#cssmenu ul ul li:last-child > a, #cssmenu ul ul li.last-item > a {
    border-bottom: 0 none;
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
    color: #7e2674;
}
/*#cssmenu ul ul li.has-sub > a::after {
    background: #dddddd none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    right: 11px;
    top: 16px;
    width: 8px;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
    left: 11px;
    right: auto;
}
#cssmenu ul ul li.has-sub > a::before {
    background: #dddddd none repeat scroll 0 0;
    content: "";
    display: block;
    height: 8px;
    position: absolute;
    right: 14px;
    top: 13px;
    transition: all 0.25s ease 0s;
    width: 2px;
}
#cssmenu.align-right ul ul li.has-sub > a::before {
    left: 14px;
    right: auto;
}
#cssmenu ul ul > li.has-sub:hover > a::before {
    height: 0;
    top: 17px;
}*/
#cssmenu.small-screen {
    width: 100%;
}
#cssmenu.small-screen ul {
    background: #333 none repeat scroll 0 0;
    display: none;
    width: 100%;
}
#cssmenu.small-screen.align-center > ul {
    text-align: left;
}
#cssmenu.small-screen ul li {
    border-top: 1px solid rgba(120, 120, 120, 0.2);
    width: 100%;
}
#cssmenu.small-screen ul ul li, #cssmenu.small-screen li:hover > ul > li {
    height: auto;
}
#cssmenu.small-screen ul li a, #cssmenu.small-screen ul ul li a {
    border-bottom: 0 none;
    width: 100%;
}
#cssmenu.small-screen > ul > li {
    float: none;
}
#cssmenu.small-screen ul ul li a {
    padding-left: 25px;
}
#cssmenu.small-screen ul ul ul li a {
    padding-left: 35px;
}
#cssmenu.small-screen ul ul li a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #dddddd;
}
#cssmenu.small-screen ul ul li:hover > a, #cssmenu.small-screen ul ul li.active > a {
    color: #000;
}
#cssmenu.small-screen ul ul, #cssmenu.small-screen ul ul ul, #cssmenu.small-screen.align-right ul ul {
    left: 0;
    margin: 0;
    position: relative;
    text-align: left;
    width: 100%;
}
/*#cssmenu.small-screen > ul > li.has-sub > a::after, #cssmenu.small-screen > ul > li.has-sub > a::before, #cssmenu.small-screen ul ul > li.has-sub > a::after, #cssmenu.small-screen ul ul > li.has-sub > a::before {
    display: none;
}*/
#cssmenu.small-screen #menu-button {
    background: #333 none repeat scroll 0 0;
    color: #dddddd;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 17px;
    text-transform: uppercase;
}
#cssmenu.small-screen #menu-button::after {
    border-bottom: 2px solid #dddddd;
    border-top: 2px solid #dddddd;
    content: "";
    display: block;
    height: 4px;
    position: absolute;
    right: 17px;
    top: 22px;
    width: 20px;
}
#cssmenu.small-screen #menu-button::before {
    background: #dddddd none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    right: 17px;
    top: 16px;
    width: 20px;
}
#cssmenu.small-screen #menu-button.menu-opened::after {
    background: #000 none repeat scroll 0 0;
    border: 0 none;
    height: 2px;
    top: 23px;
    transform: rotate(45deg);
    width: 15px;
}
#cssmenu.small-screen #menu-button.menu-opened::before {
    background: #000 none repeat scroll 0 0;
    top: 23px;
    transform: rotate(-45deg);
    width: 15px;
}
#cssmenu.small-screen .submenu-button {
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    cursor: pointer;
    display: block;
    height: 46px;
    position: absolute;
    right: 0;
    top: 0;
    width: 46px;
    z-index: 99;
}
#cssmenu.small-screen .submenu-button.submenu-opened {
    background: #262626 none repeat scroll 0 0;
}
#cssmenu.small-screen ul ul .submenu-button {
    height: 34px;
    width: 34px;
}
#cssmenu.small-screen .submenu-button::after {
    background: #dddddd none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    right: 19px;
    top: 22px;
    width: 8px;
}
#cssmenu.small-screen ul ul .submenu-button::after {
    right: 13px;
    top: 15px;
}
#cssmenu.small-screen .submenu-button.submenu-opened::after {
    background: #ffffff none repeat scroll 0 0;
}
#cssmenu.small-screen .submenu-button::before {
    background: #dddddd none repeat scroll 0 0;
    content: "";
    display: block;
    height: 8px;
    position: absolute;
    right: 22px;
    top: 19px;
    width: 2px;
}
#cssmenu.small-screen ul ul .submenu-button::before {
    right: 16px;
    top: 12px;
}
#cssmenu.small-screen .submenu-button.submenu-opened::before {
    display: none;
}
#cssmenu.small-screen.select-list {
    padding: 5px;
}
