@charset "utf-8";
/* CSS Document */
html, body, ul, li, h1, h2, h3, h4, h5, h6, fieldset, legend {padding:0; margin:0;}
body {font:12px/normal Verdana, Arial, Helvetica, sans-serif;}
ul,li {list-style-type:none; text-transform:capitalize;}
.clear {clear:both; *display:inline;/*IE only*/}

/*menu*/

#nav{margin:auto; width:1000px; display:block;height:35px;}
#nav .mainlevel {float:left; width:113px;color:#fff;height:35px;padding-left:0;/*IE6 only*//* padding-left:1px; background:url(../images/nav_li_right.png) no-repeat left center;*/}
#nav .mainlevel:hover{float:left; width:113px;color:#fff;height:35px; background:url(../images/nav_hover.png) no-repeat center;}
#nav .mainlevel .active{background:url(../images/nav_hover.png) no-repeat;}
#nav .mainlevel a {color:#000; text-decoration:none; line-height:35px; display:block;text-align:center;color:#fff;height:35px;width:113px; font-size:13px; font-weight:bold;}
#nav .mainlevel a:hover,.navhm,#nav .mainlevel .navhm a{color:#fff; text-decoration:none;width:113px;height:35px;display:block; line-height:35px; background:url(../images/nav_hover.png) no-repeat;}


#nav .mainlevel ul {display:none; position:absolute;/*margin-left:-1px;*/ background:#fff; }
#nav .mainlevel li {   width:113px;height:35px;margin-top:-1px;background:#038DD8; margin-top:1px;/*IE6 only*/position: relative;z-index: 99;}
#nav .mainlevel li a{ width:113px;}
#nav .mainlevel li a:hover{background:#07A0F0;width:113px;}

