#nav {
	clear: both;
	position: relative;
	
	
}

#nav ul {
	padding: 0;
	margin: 0;
}

#nav li {
	padding: 0;
	margin: 0;
}

#nav2 ul {
	margin: 0;
	padding: 0;
}
/*
#nav2 li {
	margin: 0;
}
*/

#nav2 {
	position: relative;
	clear: both;
	width: 895px;
	height: 30px;
	background-color: #00aad3;
}


#menuList {
	
/*  vertical-align: 10px; */
/*  width: 120px; */
}

#menuList li {
	padding: 5px;
	padding-top: 30px;
	text-align:  center;
	list-style: none;
	font-size: 12px;
	
}

#menuList .menuBar {
	float: left;
	width: 101px;
	margin-top:25px;
	padding:5px;
	color: #ffffff;
	height: 18px;
/*	border-top: solid 5px #fff;  */
	border-right: solid 1px #fff;
	background: transparent url(mid-off.gif) no-repeat  bottom;
}



#menuList .hovermenuBar {
	float: left;
	width: 101px;
	padding: 5px;
	padding-top:20px;
	height:28px;
	color: #fff;
/*	border-top: solid 5px #42a2ed;  */
	border-right: solid 1px #fff;
	background: url(l-on.gif) no-repeat;
	background-position: bottom ;

}



.menuBar li:last-child {
  border-right: solid 1px #f4f4f4;
}

a.actuator {
 
  color: #ffffff;
  background-color: transparent; 
  text-decoration: none;
}

li.hovermenuBar a.actuator {
    color: #fff;
    margin-top: 10px;
    background-color: transparent;
}

li.hovernavleft a.actuator {
    color: #fff;
    background-color: transparent;
}

li.hovernavright a.actuator {
    color: #fff;
    background-color: transparent;
}

a.actuator:hover {
    color: #fff;
}

li.menuBar a.actuator:visited {
	color: #ffffff;
}

.menu {
  position: absolute;
  visibility: hidden;
/*
  top: 0px;
  left: 0px;
*/
}

.menu li {
	margin: 0px;
	margin-right: 10px;
	display: inline; 
	font-size: 11px;
	
	padding: 5px;
	background-color: #00aad3;
	color: #fff;
}

.menu li a {
	color: #fff;
	text-decoration: none;
	background-color: transparent;
}

.menu li a:hover {
	text-decoration: underline;
}


