@CHARSET "UTF-8";

body {
	min-height:800px;
	width:1000px;
	margin:auto;
	border-top:none;
	border-bottom:none;
	border-left:1px solid #a6a6a6;
	border-right:1px solid #a6a6a6;
	}

.clear {
	clear:both;	
	}

#header {
	height:145px;
	/*border:1px solid blue;*/
	}

/* Menu */
#menu {
	width:1000px;
	position:relative;
	z-index:2;
}
	
#menu ul {
	margin:0;
	padding:0;
	height:24px;
	list-style:none;
	border-bottom:4px solid #00b5ff;
	background-image:url(../img/menuBg.jpg);
	background-repeat:repeat-x;
}

.first {
	float:left;
	position:relative;
	background-image:url(../img/menuBg01.jpg);
	background-repeat:no-repeat;
	background-position:100% 50%;
}

.first ul {
	display:none;
	position:absolute;
	width:110px;
	top:24px; 
	left:0;
	border-bottom:0; /*IE7*/ 
}

.first a {
	display:block;
	width:110px;
	height:24px;
	text-align:center;
	text-decoration:none;
	color:#ffffff;
	line-height:25px;
	font-size:14px;
	font-weight:normal;
	font-family:Verdana,Arial;
	overflow:hidden;	
}

.first a:hover {
	color:#ffffff;
	background:url(../img/menuBgh.jpg);
}

#menu ul li li a {
	color:#ffffff;
	background:#00b5ff;
	border-bottom:1px solid #ffffff;
}

#menu ul li li a:hover {
	color:#666666;
	background:#A9D0F5; 
}
