@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#88BEE6;
	margin: 0px;
	padding: 0px;
	text-align:center;
}

#container { width: 790px;
height: auto;
margin: 20px auto;
padding:0;
text-align:center;
}

#top {
	width: 790px;
	height:422px;
	background-repeat:no-repeat;
	margin-bottom: -20px;
	background-image: url(../images-ccs/top.jpg);
}

/* -- Navigation style -- */

#nav {width: 790px;
height: 116px;
background:   url("../images-ccs/navBG.jpg");
background-repeat:no-repeat;
position: relative;
font-size: 10px;
font-weight:800;
margin: 0;
overflow: hidden;
}

#nav ul #horizOne {
padding: 0;
margin: 0;
}

#nav ul #horizTwo {
padding: 0;
margin: 0;
}

#nav li {
width: 131px;
height: 45px;
display: block;
text-align:center;
margin:0;
list-style-type:none;
}

li#menuOne {
position: absolute;
left: 0px;
top: 0;
}

li#menuTwo{
position: absolute;
left: 132px;
top: 0;
}

li#menuThree {
position: absolute;
left: 264px;
top: 0;
}

li#menuFour {
	position: absolute;
	left: 395px;
	top: 0;
}

li#menuFive {
	position: absolute;
	left: 526px;
	top: 0;
}

li#menuSix {
	position: absolute;
	left: 657px;
	top: 0;
}

li#menuSeven {
position: absolute;
left: 0px;
top: 59px;
}

li#menuEight{
position: absolute;
left: 132px;
top:59px;
}

li#menuNine {
position: absolute;
left: 264px;
top: 59px;
}

li#menuTen {
	position: absolute;
	left: 526px;
	top: 59px;
}

li#menuEleven {
	position: absolute;
	left: 657px;
	top: 59px;
}

#nav a {
color:#FFFFFF;
text-decoration: none;
display:block;
height: 58px;
width: 131px;
}

#nav a:hover {
background-image:  url("../images-ccs/linkHoverBG.png");
background-repeat:no-repeat;
background-position: center top(-20px);
overflow:visible;
color: rgb(20,66,144);
height: 58px;
width: 393px;
display: block;
position:relative;
left: -131px;
}
