#container {
	
}

.navbar {
	height: 20px;
	background-color: #36399E;
	border-style: solid;
	border-width: 0px;
	border-color: #36399E;
	border-bottom: none;
}
/* main menu inactive */
.navbar a {
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bolder;
	color: #36399E;
	border-right: 1px solid #36399E;
	text-decoration: none;
	float: left;
	padding: 5px 20px 5px;
}

.navbar a:hover {
	background-color: silver;
}

.navbar a:active {
	background-color: #36399E;
}
/* main menu selected*/
.navbaractive {
	height: 20px;
	background-color: #36399E;
	border-style: solid;
	border-width: 0px;
	border-color: #36399E;
	border-bottom: none;
}

/* main menu seleted text */
.navbaractive a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bolder;
	color: white;
	border-right: 1px solid #36399E;
	text-decoration: none;
	float: left;
	padding: 5px 20px 5px;
}

.navbaractive a:hover {
	background-color: #36399E;
}

.navbaractive a:active {
	background-color: #36399E;
}

#navbar1 {
	background-color: #36399E;
}

#cells ul {
	list-style: none;
	padding: 0px;
}

#cells li {
	float: left;
}
/* submenu text */
#cells li a {
	background-color: #36399E;
	border-left: 1px solid #45668D;
	font-size: 13px;
	font-weight: normal;
	color: white;
	text-decoration: none;
	display: block;
	height: 20px;
	padding: 3px 15px 4px 15px;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
}
/* child over */
#cells a:hover {
	background-color: ;
	border-top: 1px #45668D;
	border-left: 1px solid #45668D;
}

.cells {
	background-color: #B1C3D9;
	position: absolute;
	float: center;
	display: none;
}

#cell1 {
	margin-left: -1px;
}

#cell2 {
	margin-left: -1px;
}

#cell3 {
	margin-left: -1px;
}

#cell4 {
	margin-left: -1px;
}

#cell5 {
	margin-left: -1px;
}

#cell6 {
	margin-left: -1px;
}

#cell7 {
	margin-left: -1px;
}

#cell8 {
	margin-left: -1px;
}