/* CSS Document */
#nav {
	padding: 0px;
	width: 909px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	height:25px;
	background-image: url(Images/navbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #0E2B7E;
	border-bottom-color: #0E2B7E;
	z-index:100;
	
}
#nav a, #nav a:visited {
	text-decoration: none;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color:#FFFFFF;
	text-align: center;
	line-height: 21px;
	width:150px;
	
}
#nav a:hover {
	color:#FFFFFF;
	text-decoration: none;
	background-image: url(Images/navbg_hover.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #000;
}
#nav ul li a {
	height:25px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #0E2B7E;
}
#nav ul {
	padding:0px;
	list-style: none;
	width:100%;
	margin:0px;
	z-index:1;
}
  
#nav li {
	float: left;
	position: relative;
	display: block;
	height: 25px;
	margin:0px;
	padding: 0px;
}
#nav li:hover {
}
#nav ul li ul {
	display:none;
}
#nav ul li:hover ul {
	display:block;
	position:absolute;
	height: auto;
	z-index:100;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
}
#nav ul li ul li a {
	height:auto;
	z-index: 1000;
	margin:0px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
#nav ul li ul li a:hover {
	height: auto;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000;
}
#nav ul li ul li {
	background-color: #6666CC;
	margin:0px;
	padding: 0px;
	z-index: 1;
	height: auto;
}
