#nav, #nav ul{
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:55px;
	z-index: 50;
	text-align: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0.5em;
}

#nav a{
	display:block;
	text-decoration:none;
	text-align: left;
	padding-top: 0px;
	padding-right: 0.7em;
	padding-bottom: 0px;
	padding-left: 0.7em;
	font-size: 2em;
	font-weight: normal;
	color: #ffffff;
}

#nav a:hover{
	color: #FFF;
	background-color: #64B5EC;
	background-image: none;
}

#nav li{
	float:left;
	position:relative;
	text-align: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #7ABFEE;
}

#nav ul {
	position:absolute;
	display:none;
	width:222px;
	top:40px;
	text-align: left;
}

#nav li ul a{
	width:200px;
	height:auto;
	float:left;
	background-color: #0A6AA9;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	color: #FFF;
	border-right-style: none;
}
#nav li ul a:hover{
	background-color: #64B5EC;
	background-image: none;
	color: #FFF;
}
#nav ul ul{
top:auto;
}	

#nav li ul ul {
left:12em;
margin:0px 0 0 10px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:block;
}

#nav1, #nav1 ul{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:24px;
	z-index: 100;
}
#nav1 li{
	float:left;
	position:relative;
	text-align: left;
	margin-right: 0.7em;
	margin-left: 0.7em;
}
#nav1 li span{
	text-decoration:none;
	font-size: 1.3em;
	font-weight: normal;
	color: #333;
}
#nav1 a{
	text-decoration:none;
	font-size: 1.4em;
	font-weight: normal;
	color: #000;
}
#nav1 a:hover{
	text-decoration: underline;
}

#nav1 ul {
position:absolute;
display:none;
width:12em;
top:18px;
margin: 0px;
}
#nav1 li li {

margin: 0px;
}
#nav1 li ul a{
	width:15em;
	height:auto;
	float:left;
	background-color: #1675B2;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	color: #FFF;
	border-right-style: none;
	z-index: 100;
	margin: 0px;
	padding-top: 0.4em;
	padding-right: 0.7em;
	padding-bottom: 0.4em;
	padding-left: 0.7em;
}
#nav1 li ul a:hover{
	background-color: #333;
	color: #FFF;
	text-decoration: none;
}
#nav1 ul ul{
	top:auto;
}	

#nav1 li ul ul {
	left:12em;
	margin:0px;
}

#nav1 li:hover ul ul, #nav1 li:hover ul ul ul, #nav1 li:hover ul ul ul ul{
display:none;
}
#nav1 li:hover ul, #nav1 li li:hover ul, #nav1 li li li:hover ul, #nav1 li li li li:hover ul{
display:block;
}
