.menu {
    position: relative;
    z-index: 1000;
	float:left;
}
.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: 122px;
    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: 126px;
}
a.menu-button-inner {
    display: block;
    padding: 10px 10px 6px 11px;
    color: #ffffff;
    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: #ffffff; /*url("../images/menu/bg_submenu.gif") 0 bottom repeat-x*/
    width: 180px;
    left: 0;
}
.submenu a {
    padding: 3px 10px;
	border-bottom: 1px #666 dotted;
	color:#000000;	
}
.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 a:hover {
    background-color: #ff6400;
    color: #ffffff; 
}
.submenu li:hover a.sl-inner, .submenu li.over a.sl-inner {
    background-color: #ff6400;
    color: #ffffff;
    background-image: url("../images/menu/arrow_light.gif");
}
/* //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: #ffffff; /*url("../images/menu/bg_subsub.gif") 0 bottom repeat-x*/
}
.subsub li a {
    color: #000000;
}
.subsub li:hover a.simple {
    display: none;
}
.subsub a.full {
    display: none;
    overflow: hidden;
    position: relative;
}
.subsub li:hover a.full {
    display: block;
    background: #ff6400;
    color: #ffffff;
    padding-bottom: 10px;
}
.subsub a .instock {
    position: absolute;
    right: 5px;
}
.subsub .full .model {
    font-weight: bold;
}
.price_cnt {
    color: #000000;
	font-size:10px;
}
.subsub .full .price, .subsub .full .stock {
    color: #ffffff;
	font-size:11px;	
}
.subsub .full .stock {
    display: inline;
    position: absolute;
    right: 5px;
    top: 5px;
}
/* //Subsub */