

#nav, #nav ul{
margin:0;
padding:0;
list-style-type:none;
list-style-position:outside;
position:relative;
line-height:30px; 
  z-index: 100;
}

#nav a{
	display:block;
	padding:0px 5px;
/*	background-color:#002776;*/
	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-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}

#nav a:hover{
/*background-color:#cccccc;*/
color:#333;
}

#nav li{
float:left;
position:relative;
}

#nav ul {
position:absolute;
display:none;
width:12em;
top:25px;
}

#nav li ul a{
width:12em;
height:auto;
float:left;
}

#nav ul ul{
top:auto;
}	

#nav li ul ul {
left:12em;
margin:0px 0 0 5px;
}

#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:25px; 
  z-index: 100;
}
#nav1 a{
	display:block;
	color: #ffffff;
/*	background-color:#002776;*/
		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:#002776;*/
color:#060E2F;
}

#nav1 ul {
position:absolute;
display:none;
width:12em;
top:25px;
}