/*- Menu--------------------------- */
	
#nav {
	list-style-type: none;
	text-transform: uppercase;
	border-size: 1px;
	float: left;
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 10px;
	background-image: url(images/menu-background.jpg);
	background-repeat: repeat-x;
	}
.menu-hover {
	color: #FFFFFF;
	height: 50px;
	float: left;
}

#nav li {
	float: left;
	position: block;
	color: #FFFFFF;
	text-align: center;
	line-height: 15px;
	list-style-type: none;
	background-color: #000066;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
	display: block;
	}
	
#nav a {
	display: block;
	text-decoration: none;
	list-style-type: none;
	font-weight: normal;
	float: left;
	padding-right: 12px;
	padding-left: 12px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFFFFF;
	}	
	
#nav a:hover {
	display: block;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(images/menu-background.jpg);
	background-repeat: repeat-x;
	}
.indent {
	margin-left: 5px;
}

	
#nav li ul {
	display:none;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	left:-1px;
	width:16em;
	position: absolute;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	background-color: #132A50;
	margin-top: 22px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	list-style-type: none;
	}	

	#nav li ul a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}	

#nav li ul li {
	width:100%;
	}	
	
#nav li:hover ul, #nav li ul li:hover{
	display:block;
	}	
	
/*- End menu--------------------------- */
