/*menu*/
#nav .jquery_out {float:left; display:block; text-align:center;}
#nav .jquery_out .smile {padding-left:1em;}
#nav .jquery {margin-right:1px;padding:0 2em;}
#nav .mainlevel { float:left; font-size: 20px; /*IE6 only*/}
.sub { font-size: 16px; }
#nav .mainlevel a {color:#fff; text-decoration:none;  display:block; }
#nav .mainlevel a:hover { color:#fff; text-decoration:none; }
#nav .mainlevel .sub { display:none; position:absolute; z-index: 1000; }
#nav .mainlevel li { background:#006bbb; /*IE6 only*/ border-top-width: 1px; border-top-style: solid; border-top-color: #eee; }
#nav .mainlevel li a:hover { background-color: #0083e5; }
.r_cate1 { margin-left:170px; position: absolute; }
.r_cate1 li a { background:#4fd4ff; }



/* drop down =================================================================*/
#nav li .sub_products {
position: absolute;
left:250px;
top: 146px;
z-index: 99999;
background: #006bbb;
display: none;
width:957px;
margin:0 auto;
}
#nav li .row {
clear: both;
float: left;
margin-bottom: 10px;
}
#nav li .sub_products ul {
list-style: none;
margin: 0; 
width:190px;
padding:10px 20px 20px 20px;
}
#nav .sub_products ul li {
width: 100%;
line-height:17px;
text-transform: none;
text-align:left;
padding-top:10px;
padding-bottom:10px;
}

#nav .sub_products a { width:190px; float: none; display: block; text-decoration: none; line-height:20px; padding-top:10px; font-weight:900; font-size:18px; background:none; margin:auto; text-transform:none; vertical-align: middle; color: #ffe100; }
#nav .sub_products a:hover { float: none; display: block; text-decoration: none; font-weight:900; font-size:18px; color: #ffe100; background-color: #0083e5; }
#nav .sub_products ul li a { float: none; text-indent: 0; height: auto; font-weight:400; font-size:16px; display: block; text-decoration:none !important; color: #FFF; width:190px; }
#nav .sub_products ul li a:hover { text-decoration:underline; font-size:16px; font-weight:400; color: #FFF; }
.nav_bump {
margin:0 auto;
height:360px;
min-width:230px;
position:relative !important;
left:0 !important;
text-align: left;
}
.nav_bump div {
margin:20px 0 0 0 ;
float:left;
text-align:left;
width:230px;
}
.nav_bump ul { text-decoration:none; background:none; }
#nav .sub_products .nav_bum div ul li a {
	text-decoration:none;
}
