/* CSS Document */
/* CSS Document */
html, body, ul, li, h1, h2, h3, h4, h5, h6, fieldset, legend {padding:0; margin:0;}
body {}
ul,li {list-style-type:none; text-transform:capitalize;}
.clear {clear:both; *display:inline;/*IE only*/}

/*menu*/
#nav {margin:0 auto; width:940px; display:block; padding:0 0 0 20px; height:35px;}
#nav .mainlevel {float:left; width:100px;/*IE6 only*/}
#nav .mainlevel a {
	color:#272727;
	text-decoration:none;
	line-height:35px;
	display:block;
	padding:0 0px;
	width:102px;
	text-align:center;
	background-image: url(../images/nav-line_21.gif);
	background-repeat: no-repeat;
	background-position: right;
	font-size:14px;

}

#nav .mainlevel a:hover {
	color:#fff;
	text-decoration:none;
	font-weight:600;
	background-color: #FFE60C;
	background-image: url(../images/nav-hover_19.gif);
	background-repeat: no-repeat;
	background-position: center 0;
}




#nav .mainlevel2 {float:left; width:100px;/*IE6 only*/}
#nav .mainlevel2 a {
	color:#272727;
	text-decoration:none;
	line-height:35px;
	display:block;
	padding:0 0px;
	width:102px;
	text-align:center;
	background-repeat: no-repeat;
	background-position: right;
	font-size:14px;

}

#nav .mainlevel2 a:hover {
	color:#fff;
	text-decoration:none;
	font-weight:600;
	background-color: #FFE60C;
	background-image: url(../images/nav-hover_19.gif);
	background-repeat: no-repeat;
	background-position: center 0;
}





#nav .mainlevel ul {display:none; position:absolute;}
#nav .mainlevel li {border-top:1px solid #fff; background:#ffe60c; width:115px;/*IE6 only*/}
.log {text-align:center; color:skyblue; line-height:35px; text-transform:capitalize; margin:50px auto;}
#nav .mainlevel li a {
	color:#003DD7;
	background-image: none;
	width:115px;
	line-height:28px;
	font-size:12px;
}
#nav .mainlevel li a:hover {
	font-weight: normal;
	background-image: none;
	color:#fff;
	background-color: #0A9EE5;
	
}


#nav .mainlevel2 ul {display:none; position:absolute;}
#nav .mainlevel2 li {border-top:1px solid #fff; background:#ffe60c; width:115px;/*IE6 only*/}
.log {text-align:center; color:skyblue; line-height:35px; text-transform:capitalize; margin:50px auto;}
#nav .mainlevel2 li a {
	color:#003DD7;
	background-image: none;
	width:115px;
	line-height:28px;
	font-size:12px;
}
#nav .mainlevel2 li a:hover {
	font-weight: normal;
	background-image: none;
	color:#fff;
	background-color: #0A9EE5;
	
}


#current-nav {color:#ff0;}