

#nav, #nav ul{
margin:0;
padding:0;
list-style-type:none;
list-style-position:outside;
position:relative;
line-height:40px; 
  z-index: 100;
}

#nav a{
	display:block;
	text-decoration:none;
	/*	
color:#c5c5c5;

	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #363636;*/
/*	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;*/
		border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#nav a:hover{
background-color:#cccccc;
color:#333;
}

#nav li{
	float:left;
	position:relative;
}

#nav ul {
position:absolute;
display:none;
width:12em;
top:35px;
}

#nav li ul a{
	width:12em;
	height:auto;
	float:left;
	background-color: #2383BF;
}

#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:22px; 
  z-index: 100;
}
#nav1 a{
		text-decoration:none;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
			border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #999999;

}
#nav1 a:hover{
background-color:#193359;
color:#ffffff;
}

#nav1 ul {
position:absolute;
display:none;
width:12em;
top:45px;
}