#nav, #nav ul {
  	text-decoration: none;
	float: left;
	width: 77em;
	list-style-type: none;
	line-height: 2em;
	background-image: none;

	color: #000;
	padding: 0;
	list-style: none;
}
#nav li {
	list-style: none;
}
#nav li li {
	background:#01a4e9;
	padding-left: 5;
	padding-top: 1;
	padding-bottom: 2;
	height: 2em;
	border:0px solid #ffffff;
	text-decoration: none;

}
ul#nav li li a{
	background:#01a4e9;
	width:16em;
	height:2em;
	padding-left:5px;

}
#nav a {
	display: block;
	border-left:solid 0px;
	border-color:#ffffff;
}
#nav a.menuparent  {
	font-weight:normal;
}

#nav li {
	float: left;
	width:auto;
}

#nav ul li a {
	color: #fff;
	font-size:12px;
	font-weight:normal;
	border-left:solid 0px;

}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 17em;
	font-size:12px;
	font-weight: bold;
        -moz-box-shadow: 3px 3px 3px #000000;
    -webkit-box-shadow: 3px 3px 3px #000;
        box-shadow: 3px;
}

#nav li li {
	width: 17em;
	height:2em;
}

#nav li ul ul {
	margin: -1.45em 0 0 14em !important;
	margin: -1.45em 0 0 14.45em ;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav ul li a:hover {
	left: -999em;
	background: #01a4e9;
	font-weight:bold;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul {
	left: auto;
	background: #01a4e9;
}

#nav li li:hover {
	background: #01a4e9;
	font-weight:bold;
}
#nav li.nav2act a {
	font-weight:bold;
}
#nav li.nav2act a:hover {
	background: #01a4e9;
	font-weight:bold;
}