.menu {
    position: relative;
    z-index: 1000;
	float:left;
	width: 980px;
	    background: #0f3262 url("../images/menu/bg_menu.jpg") 0 0 repeat-x;
}
.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 {
	float:left;
    background: #0f3262 url("../images/menu/bg_menu.jpg") 0 0 repeat-x;
    height: 34px;
}
.menu-button {
    width: 139px;
    float: left;
    text-align: center;
    background: transparent url("../images/menu/divider.gif") 0 center no-repeat;
    position: relative;
}
.menu .first {
    background: none;
}
.menu-button-wider {
    width: 146px;
}
a.menu-button-inner {
    display: block;
    padding: 10px 10px 6px 11px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    right: -1px;
    margin-left: -1px;
	
}
.menu .expand {
    background: transparent url("../images/menu/arrow_down_light.gif") right 5px no-repeat;
    padding-right: 14px;
}
.menu-button:hover a.menu-button-inner, li.over a.menu-button-inner {
    background: #06F url("../images/menu/bg_menu.jpg") 0 -34px repeat-x; /**/
    color: #ffffff;
    z-index: 1001;
}
.menu-button:hover .expand, li.over .expand {
    background-image: url("../images/menu/arrow_down_dark.gif");
}
/*** Submenu ***/
.submenu {
    display: none;
    text-align: left;
}
li:hover .submenu, li.over .submenu {
    display: block;
    position: absolute;
    background: #f8780c; /*url("../images/menu/bg_submenu.gif") 0 bottom repeat-x*/
    width: 180px;
    left: 0;
}
.submenu a {
    padding: 3px 10px;
	border-bottom: 1px #FFF dotted;
	color:#FFF;	
}
.submenu .sl {
    position: relative;
}
.submenu a.sl-inner {
   /* background: transparent url("../images/menu/arrow_dark.gif") 170px 6px no-repeat;*/
}
.submenu a.sl-inner:hover {
    
}
.menu ul ul li a:hover {
    background: #fff url("../images/menu/arrow_light.gif") 250px 6px no-repeat;
    color: #000; 
}
.submenu li:hover a.sl-inner, .submenu li.over a.sl-inner {
    color: #000;
    background: #fff url("../images/menu/arrow_light.gif") 170px 6px no-repeat;
}
/* //Submenu */
/*** Subsub ***/
.subsub {
    display: none;
}
.submenu li:hover .subsub, .submenu li.over .subsub {
    display: block;
    position: absolute;
    margin-left: 180px;
    width: 200px;
    top: 0;
    background: #034a6d url("../images/menu/bg_subsub.gif") 0 top repeat-x;
}
.subsub li a {
    color: #fff;
}
.subsub li:hover a.simple {
    display: none;
}
.subsub a.full {
    display: none;
    overflow: hidden;
    position: relative;
}
.subsub li:hover a.full {
    display: block;
    background: #fff;
    color: #000;
    padding-bottom: 10px;
}
.subsub a .instock {
    position: absolute;
    right: 5px;
}
.subsub .full .model {
    font-weight: bold;
}
.price_cnt {
    color: #ff0000;
	font-size:10px;
	font-weight:bold;
}
.subsub .full .price, .subsub .full .stock {
    color: #000;
	font-size:11px;	
}
.subsub .full .stock {
    display: inline;
    position: absolute;
    right: 5px;
    top: 5px;
}
/* //Subsub */
