@charset "utf-8";
/* CSS Document */
html, body, ul, li, h1, h2, h3, h4, h5, h6, p, fieldset, legend {padding:0; margin:0;}
ul,li {list-style-type:none; text-transform:capitalize;}
.clear {clear:both; *display:inline;/*IE only*/}

/*menu*/
#nav {margin:0 auto 0px; display:block;}
#nav .mainlevel {float:left;/*IE6 only*/}
#nav .mainlevel a {color:#ffffff; font-size: 14px; text-decoration:none; text-align:center; line-height:60px; display:block;width:125px;}
#nav .mainlevel a:hover {color:#ffffff; font-size: 14px; text-decoration:none; background:url(../images/meunnow.jpg) no-repeat right;}
#nav .mainlevel ul {display:none; position:absolute;}
#nav .mainlevel li {border-top:1px dotted #cccccc; background:#4a4949;/*IE6 only*/}


#sub .sublevel a {background:#4a4949; color:#ffffff; text-decoration:none; text-align:center; line-height:28px; display:block; width:125px;}
#sub .sublevel a:hover {color:#fff; text-decoration:none; background:#0b59cf;}
#sub .sublevel li {border-top:1px dotted #cccccc;/*IE6 only*/}
