#menu-container
	{
	position: absolute;
	width:670px;
	text-align: center;
	}

#menu {
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	background-color: #182665;
	border-right-width: 1px;
	border-right-color: #182665;
	text-align: center;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	
}

#menu ul {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:11em;
	height: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	background-color: #182665;
	text-align:center

}

#menu a, #menu h2 {
	text-align: center;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	background-color: #182665;
	border-right-width: 1px;
	border-right-color: #182665;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
}

#menu h2 {
	color: #FFFFFF;
	background-color: #182665;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	text-align: center;
	
}

#menu a {
	text-align: center;
	display:block;
	color: #FFFFFF;
	background: #0A43AA url(images/degrademenu.jpg)  repeat-x;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}

#menu a:hover {
	color: #000000;
	background: #ACBED4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
}

#menu li {
	position: relative;
	background-color: #83BB3E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	float:left;
	text-align: center;

	
}

#menu ul ul {
	position: absolute;
	z-index: 500;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	display:block;
	text-align: center;
}

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	display:block;
	text-align: center;
	
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	text-align: center;
	left:0;
	
}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
}

