.art-nav
{
   background: #77CCE9;
   background: linear-gradient(top, rgba(137, 211, 236, 0.1) 0, rgba(137, 211, 236, 0.1) 50%, rgba(137, 211, 236, 0.1) 60%, rgba(97, 196, 229, 0.1) 100%) no-repeat;
   background: -webkit-linear-gradient(top, rgba(137, 211, 236, 0.1) 0, rgba(137, 211, 236, 0.1) 50%, rgba(137, 211, 236, 0.1) 60%, rgba(97, 196, 229, 0.1) 100%) no-repeat;
   background: -moz-linear-gradient(top, rgba(137, 211, 236, 0.1) 0, rgba(137, 211, 236, 0.1) 50%, rgba(137, 211, 236, 0.1) 60%, rgba(97, 196, 229, 0.1) 100%) no-repeat;
   background: -o-linear-gradient(top, rgba(137, 211, 236, 0.1) 0, rgba(137, 211, 236, 0.1) 50%, rgba(137, 211, 236, 0.1) 60%, rgba(97, 196, 229, 0.1) 100%) no-repeat;
   background: -ms-linear-gradient(top, rgba(137, 211, 236, 0.1) 0, rgba(137, 211, 236, 0.1) 50%, rgba(137, 211, 236, 0.1) 60%, rgba(97, 196, 229, 0.1) 100%) no-repeat;
   background: linear-gradient(top, rgba(137, 211, 236, 0.1) 0, rgba(137, 211, 236, 0.1) 50%, rgba(137, 211, 236, 0.1) 60%, rgba(97, 196, 229, 0.1) 100%) no-repeat;
   -svg-background: linear-gradient(top, rgba(137, 211, 236, 0.1) 0, rgba(137, 211, 236, 0.1) 50%, rgba(137, 211, 236, 0.1) 60%, rgba(97, 196, 229, 0.1) 100%) no-repeat;
   -webkit-border-radius:20px;
   -moz-border-radius:20px;
   border-radius:20px;
   -webkit-box-shadow:0 0 7px 4px rgba(0, 0, 0, 0.01);
   -moz-box-shadow:0 0 7px 4px rgba(0, 0, 0, 0.01);
   box-shadow:0 0 7px 4px rgba(0, 0, 0, 0.01);
   /*margin:10px auto 0;*/
   margin: 0 auto 0;
   position: relative;
   z-index: 100;
   font-size: 0;
   text-align: right;
}

ul.art-hmenu a, ul.art-hmenu a:link, ul.art-hmenu a:visited, ul.art-hmenu a:hover 
{
   outline: none;
   position: relative;
   z-index: 11;
}

ul.art-hmenu, ul.art-hmenu ul
{
   display: block;
   margin: 0;
   padding: 0;
   border: 0;
   list-style-type: none;
   margin-right: -17px;
}

ul.art-hmenu li
{
   position: relative;
   z-index: 5;
   display: block;
   float: left;
   background: none;
   margin: 0;
   padding: 0;
   border: 0;
}

ul.art-hmenu li:hover
{
   z-index: 10000;
   white-space: normal;
}

ul.art-hmenu:after, ul.art-hmenu ul:after
{
   content: ".";
   height: 0;
   display: block;
   visibility: hidden;
   overflow: hidden;
   clear: both;
}

ul.art-hmenu, ul.art-hmenu ul 
{
   min-height: 0;
}

ul.art-hmenu 
{
   display: inline-block;
   vertical-align: bottom;
   padding-left: 20px;
   padding-right: 20px;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

.art-nav:before 
{
   content:' ';
}

.desktop-nav.art-nav{
   width: 700px;
   padding-left: 7px;
   padding-right: 7px;
}

.art-hmenu-extra1
{
   position: relative;
   display: block;
   float: left;
   width: auto;
   height: auto;
   background-position: center;
}

.art-hmenu-extra2
{
   position: relative;
   display: block;
   float: right;
   width: auto;
   height: auto;
   background-position: center;
}

.art-hmenu
{
   float: right;
}

.art-menuitemcontainer
{
   margin:0 auto;
}
ul.art-hmenu>li {
   margin-left: 4px;
}
ul.art-hmenu>li:first-child {
   margin-left: 2px;
}
ul.art-hmenu>li:last-child, ul.art-hmenu>li.last-child {
   margin-right: 2px;
}

ul.art-hmenu>li>a
{
   -webkit-border-radius:7px;
   -moz-border-radius:7px;
   border-radius:7px;
   padding:0 25px;
   margin:0 auto;
   position: relative;
   display: block;
   height: 26px;
   cursor: pointer;
   text-decoration: none;
   color: #000000;
   line-height: 26px;
   text-align: center;
}

.art-hmenu a, 
.art-hmenu a:link, 
.art-hmenu a:visited, 
.art-hmenu a.active, 
.art-hmenu a:hover
{
   font: 16px supermarket, sans-serif;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
   text-align: left;
}

ul.art-hmenu>li>a.active
{
   background-image: url('../img/menuactiveitem.png');
   background-position: right;
   background-repeat: no-repeat;
   -webkit-border-radius:7px;
   -moz-border-radius:7px;
   border-radius:7px;
   padding:0 25px;
   margin:0 auto;
   color: #000000;
   text-decoration: none;
}

ul.art-hmenu>li>a:visited, 
ul.art-hmenu>li>a:hover, 
ul.art-hmenu>li:hover>a {
   text-decoration: none;
}

ul.art-hmenu>li>a:hover, .desktop ul.art-hmenu>li:hover>a
{
   background: #47BAE1 url('../img/menuhovereditem.png') right;
   -webkit-border-radius:7px;
   -moz-border-radius:7px;
   border-radius:7px;
   padding:0 25px;
   margin:0 auto;
}
ul.art-hmenu>li>a:hover, 
.desktop-nav ul.art-hmenu>li:hover>a {
   color: #E0EEF0;
   text-decoration: none;
}

ul.art-hmenu li li a
{
   background-image: url('../img/menuitem.png');
   background-position: right;
   background-repeat: no-repeat;
   -webkit-border-radius:7px;
   -moz-border-radius:7px;
   border-radius:7px;
   padding:0 25px;
   margin:0 auto;
}
ul.art-hmenu li li 
{
   float: none;
   width: auto;
   /*margin-top: 1px;
   margin-bottom: 1px;*/
   margin-top: -1px;
}
.desktop-nav ul.art-hmenu li li ul>li:first-child 
{
   margin-top: 0;
}

ul.art-hmenu li li ul>li:last-child 
{
   margin-bottom: 0;
}

.art-hmenu ul a
{
   display: block;
   white-space: nowrap;
   height: 26px;
   min-width: 7em;
   border: 0 solid transparent;
   text-align: left;
   line-height: 26px;
   color: #0C2B32;
   font: 16px supermarket, sans-serif;
   font-weight: bold;
   text-decoration: none;
   text-transform: none;
   margin:0;
}

.art-hmenu ul a:link, 
.art-hmenu ul a:visited, 
.art-hmenu ul a.active, 
.art-hmenu ul a:hover
{
   text-align: left;
   line-height: 26px;
   color: #0C2B32;
   font: 16px supermarket, sans-serif;
   font-weight: bold;
   text-decoration: none;
   text-transform: none;
   margin:0;
}

ul.art-hmenu ul li a:hover, .desktop ul.art-hmenu ul li:hover>a
{
   color: #ffffff;
   background: url('../img/menuhovereditem.png') right;
   background-repeat: no-repeat;
   -webkit-border-radius:7px;
   -moz-border-radius:7px;
   border-radius:7px;
   margin:0 auto;
}

.desktop ul.art-hmenu ul li:hover  
{
	background-image: url('../img/menubghover.png');
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	border-radius:7px;
}

/* new edit */
ul.art-hmenu ul li a, .desktop ul.art-hmenu ul li>a
{
   color: #000000;
   background: url('../img/menuactiveitem.png') right;
   background-repeat: no-repeat;
   -webkit-border-radius:7px;
   -moz-border-radius:7px;
   border-radius:7px;
   margin:0 auto;
}

.desktop ul.art-hmenu ul li  
{
	background: url('../img/menuitem.png') left repeat-x;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	border-radius:7px;
}
/* end new edit */

.art-hmenu ul a:hover
{
   text-decoration: none;
}

.art-hmenu ul li a:hover
{
   color: #000000;
}

.desktop-nav .art-hmenu ul li:hover>a
{
   color: #000000;
}

ul.art-hmenu ul:before
{
   background: #285EDC;
   background: transparent;
   -webkit-border-radius:7px;
   -moz-border-radius:7px;
   border-radius:7px;
   -webkit-box-shadow:0 0 0 0 #000000;
   -moz-box-shadow:0 0 0 0 #000000;
   box-shadow:0 0 0 0 #000000;
   margin:0 auto;
   display: block;
   position: absolute;
   content: ' ';
   z-index: 1;
}
.desktop-nav ul.art-hmenu li:hover>ul {
   visibility: visible;
   top: 100%;
}
.desktop-nav ul.art-hmenu li li:hover>ul {
   top: 0;
   left: 100%;
}

ul.art-hmenu ul
{
   visibility: hidden;
   position: absolute;
   z-index: 10;
   left: 0;
   top: 0;
   background-image: url('../img/spacer.gif');
}

.desktop-nav ul.art-hmenu>li>ul
{
   padding: 10px 30px 30px 30px;
   margin: -10px 0 0 -30px;
}

.desktop-nav ul.art-hmenu ul ul
{
   padding: 30px 30px 30px 10px;
   margin: -30px 0 0 -9px;
}

.desktop-nav ul.art-hmenu ul.art-hmenu-left-to-right 
{
   right: auto;
   left: 0;
   margin: -10px 0 0 -30px;
}

.desktop-nav ul.art-hmenu ul.art-hmenu-right-to-left 
{
   left: auto;
   right: 0;
   margin: -10px -30px 0 0;
}

.desktop-nav ul.art-hmenu li li:hover>ul.art-hmenu-left-to-right {
   right: auto;
   left: 100%;
}
.desktop-nav ul.art-hmenu li li:hover>ul.art-hmenu-right-to-left {
   left: auto;
   right: 100%;
}

.desktop-nav ul.art-hmenu ul ul.art-hmenu-left-to-right
{
   right: auto;
   left: 0;
   padding: 30px 30px 30px 10px;
   margin: -30px 0 0 -9px;
}

.desktop-nav ul.art-hmenu ul ul.art-hmenu-right-to-left
{
   left: auto;
   right: 0;
   padding: 30px 10px 30px 30px;
   margin: -30px -9px 0 0;
}

.desktop-nav ul.art-hmenu li ul>li:first-child {
   margin-top: 0;
}
.desktop-nav ul.art-hmenu li ul>li:last-child {
   margin-bottom: 0;
}

.desktop-nav ul.art-hmenu ul ul:before
{
   border-radius: 7px;
   top: px;
   bottom: px;
   right: px;
   left: px;
}

.desktop-nav ul.art-hmenu>li>ul:before
{
   top: px;
   right: px;
   bottom: px;
   left: px;
}

.desktop-nav ul.art-hmenu>li>ul.art-hmenu-left-to-right:before {
   right: px;
   left: px;
}
.desktop-nav ul.art-hmenu>li>ul.art-hmenu-right-to-left:before {
   right: px;
   left: px;
}
.desktop-nav ul.art-hmenu ul ul.art-hmenu-left-to-right:before {
   right: px;
   left: px;
}
.desktop-nav ul.art-hmenu ul ul.art-hmenu-right-to-left:before {
   right: px;
   left: px;
}
