.menu {
    position: relative;
    z-index: 1000;
	background: url(/public/modules/Menu/theme1/images/global_bg.jpg) bottom center no-repeat;
}
.menu ul {
    padding: 0;
}
.menu-ul, .menu li {
    display: block;
    list-style: none;
}
.menu a span, .menu a {
    cursor: pointer;
}
.menu a {
    text-decoration: none;
    display: block;
}
.menu-ul {
    height: 37px;
    padding: 0;
    margin: 0 10px;
}
.menu-button {
    width: auto;
	height: 37px;
	/*padding-left: 15px;
	padding-right: 15px;*/
    float: left;
    text-align: center;
    position: relative;
	background: url(/public/modules/Menu/theme1/images/button_bg.jpg) 0 0 repeat-x;
}

.menu-button a.inner {
    display: block;
    padding: 10px 10px 6px 11px;
    color: #000;
    font-weight: bold;
	text-decoration: none;
    position: relative;
}
.menu-button:hover a.inner, li.over a.inner, li.active a.inner {
    background: #322f2a center no-repeat;
	background-position: 42px 27px;
    padding-bottom: 10px;
	color: #ec6104;
	text-decoration:underline;
    z-index: 1001;
}
/*** Submenu ***/
.submenu {
    display: none;
    text-align: left;
}
li:hover .submenu, li.over .submenu, .test_submenu {
    display: block;
    position: absolute;
    background: #ffffff;
    width: 180px;
    left: 0;
    border: 5px solid #35322d;
    top: 35px;
    z-index: 1002;
}
.submenu li {
	vertical-align: bottom;
}
.submenu li a {
    position: relative;
	line-height: 150%;
	text-decoration: none;
}
.submenu li.first a {
    padding-top: 5px;
}
.submenu li.last a {
    padding-bottom: 5px;
}
.submenu .em {
    font-weight: bold;
}
.submenu a {
    padding: 3px 10px;
    color: #000000;
}
.submenu .instock {
    display: inline;
    position: absolute;
    right: 10px;
    top: 5px;
}
.submenu .sl {
    position: relative;
}
.menu ul ul a:hover {
    background-color: #35322d;
    color: #ffffff; 
}
.submenu li:hover a.em_inner, .submenu li.over a.em_inner {
    background-color: #35322d;
    color: #ffffff;
}
.submenu li .full {
    display: none;
}
.submenu li:hover .full, .submenu li.over .full, .submenu li .test_full {
    display: block;
    position: absolute;
    margin-left: 180px;
    width: 175px;
    top: -5px;
    background: #35322d;
    padding: 8px;
    border: 5px solid #35322d;  
}
.submenu .full a {
    padding: 0;
}
.submenu .full a.title {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    margin: 10px 0 7px;
}
.submenu .full .count {
    font-weight: bold;
    color: #ffffff;
    display: block;
}
.submenu .full .price {
    font-weight: bold;
    color: #ff6001;
    display: block;
}
.submenu .full .links-list {
    margin: 10px 0;
}
.submenu .full .links-list a {
    color: #ffffff;
    font-weight: normal;
    background: transparent url("/public/modules/Menu/theme1/images/arrow-bullet.gif") 0 center no-repeat;
    padding-left: 8px;
}
.submenu .full a:hover {
    text-decoration: underline;
}
/* //Submenu */
