
/* CSS Document */

ul,li {list-style-type:none; text-transform:capitalize;}
.clear {clear:both; *display:inline;/*IE only*/}

/*menu*/
#menu{
	width: 1100px;
	height:58px;
	margin:30px auto;
	border-radius:29px;
	background:#FFFFFF;
	z-index:20;
}
#nav {margin-top:20px; width:1100px; display:block;}
#nav .jquery_out {float:left; width:315px;}
#nav .jquery_out .smile {}
#nav .jquery_inner {}
#nav .jquery {}
#nav .mainlevel {
	float:left;
	line-height:1em;
	color:#fff;
	margin-right:5px;
	height:40px;
	margin-top:9px;
	z-index:100;
}
#nav .mainlevel a {
	float:left;
	line-height:40px;
	letter-spacing:2px;
	color:#000;
	cursor:pointer;
	padding:0 20px 0 20px;
	height:40px;
	font-family:'SCSemiBold';
	border-radius:20px;
	border:#fff solid 1px;
}
#nav .mainlevel a:hover {
	border-radius:20px;
	background:#1a754c;
	font-weight: bold;
	color:#ffffff;
}

#nav .greenactive a{
	float:left;
	line-height:40px;
	letter-spacing:2px;
	color:#ffffff;
	cursor:pointer;
	border-radius:20px;
	background:#1a754c;
	padding:0 20px 0 20px;
	height:40px;
	font-family:'SCSemiBold';
}
#nav .greenactive a:hover{
	color:#e8c626;
}

#nav .mainlevel ul {display:none; position:absolute; background:#FFFFFF; border-bottom-left-radius:20px; border-bottom-right-radius:20px; margin-top:40px; padding:10px 10px 10px 10px; z-index:1;}

#nav .mainlevel ul li a {
	float:left;
	line-height:30px;
	letter-spacing:2px;
	color:#000;
	cursor:pointer;
	padding:0 10px 2px 10px;
	height:30px;
	font-family:'SCSemiBold';
	border-radius:16px;
	border:#fff solid 1px;
}
#nav .mainlevel ul li a:hover {
	border-radius:16px;
	background:#1a754c;
	font-weight: bold;
	color:#ffffff;
}

#nav .mainlevel .greenactive_sub1{
	float:left;
	line-height:30px;
	letter-spacing:2px;
	color:#ffffff;
	cursor:pointer;
	border-radius:16px;
	background:#1a754c;
	padding:0 10px 2px 10px;
	height:30px;
	font-family:'SCSemiBold';
}
#nav .mainlevel .greenactive_sub1:hover{
	color:#e8c626;
}
#nav .mainlevel .greenactive_sub2{
	float:left;
	line-height:30px;
	letter-spacing:2px;
	color:#000;
	cursor:pointer;
	padding:0 10px 2px 10px;
	height:30px;
	font-family:'SCSemiBold';
	border-radius:16px;
	border:#fff solid 1px;
	background:#ffffff;
}
#nav .mainlevel .greenactive_sub2:hover {
	border-radius:16px;
	background:#1a754c;
	font-weight: bold;
	color:#ffffff;
}


.log {text-align:center; color:skyblue; line-height:24px; text-transform:capitalize; margin:50px auto;}
