﻿
/* 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;
	line-height: 40px;
	background-repeat: no-repeat;
	background-position: center center;
}
font{
    color:#666666;
}
a{
	color: #333333;
	text-decoration: none;
}
.clear {clear:both; *display:inline;/*IE only*/}
.p{
	top:10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
}

/*menu*/
#nav {
	width:1000px;
	display:block;
}
#nav .mainlevel {
	float:left;/*IE6 only*/
}
#nav .mainlevel a {
	text-align:center;
	line-height:60px;
	display:block;
	width:163px;
	font-size: 18px;
	font-weight: bold;
	vertical-align: bottom;
	color: #ffffff;
	left:200px;
	top:5px;
	position:relative;
}
#nav .mainlevel a:hover {
	color:#FFFFFF;
	text-decoration:none;
	height: 60px;
	width: 163px;
	font-weight: bolder;
	background-color: #f84653;
}
#nav .mainlevel ul {display:none; position:absolute;}
#nav .mainlevel li {border-top:1px solid #ffffff;/*IE6 only*/}


#sub_0 .sublevel a {background:#FFC; color:#000; text-decoration:none; text-align:center; line-height:40px; display:block;  width:99px;}
#sub_0 .sublevel a:hover {color:#fff; text-decoration:none; background:#062723;}
#sub_0 .sublevel li {border-top:1px solid #fff; ;/*IE6 only*/}
