/* CSS Document */
/* Main Menu Container */
#menu_container {
	padding: 0;
	margin: 0;
	z-index: 1000;
	right: 0;
	position: absolute;
	bottom: 20px;
	height: 25px;
	}

* html #menu_container{
	width: 580px;
	bottom: -3px;
}

#menu {
	list-style: none;
	color: #fff;
	padding: 0;
	margin: 0; 
	height: 30px;
	font-size: 12px;
	}
	
#menu li {
	float: left;
	position: relative;
	height: 30px;
	padding: 0px;
	}
		
#menu a {
	display: block;
	color: #474747;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	height: 30px;
	float: left;
	position: relative;
	letter-spacing: 1px;
	}
		
#menu a strong {
	display: block;
	font-weight: normal;
	float: left;
	text-align: center;
	cursor: pointer;
	height: 30px;
	padding: 0 10px;
	}
	
* html #menu strong {
	}
	
	
* html #menu li.over ul a {
	height: 1px;
	}
 /** selected **/
 	
#menu .selected{
	background: url(selected.gif) repeat-x 0 0;
	z-index: 1;
}

#menu .selected a{
	background: url(selected.a.gif) no-repeat right 0;
}

#menu .selected a strong{
	background: url(selected.a.strong.gif) no-repeat 0 0;
}

#menu ul .selected{
	background: #fff;
}

#menu ul .selected a,
#menu ul .selected strong{
	background: none;
}

/** drop down **/

#menu li.over,
#menu li.has_sub_over {
	z-index: 16;
	background: url(over.gif) repeat-x 0 0;
	}
	
#menu li.over a,
#menu li.has_sub_over a
 {
	z-index: 20;
	padding-bottom: 5px;	 
	color: #fff;
	background: url(over.a.gif) no-repeat right 0;
	}

#menu li.has_sub_over a{
	background: url(has_sub_over.a.gif) no-repeat right 0;
}

#menu li.over a strong{
	background: url(over.a.strong.gif) no-repeat 0 0;
}

#menu li.has_sub_over a strong{
	background: url(has_sub_over.a.strong.gif) no-repeat 0 0;
}
		
#menu ul a:hover,
#menu ul li.over a:hover,
#menu ul li.has_sub_over a:hover
 {
	background: #1579b7 !important;
	text-decoration: none;
	}

#menu li.over ul, #menu li.has_sub_over ul {
	display: block;
	}
		
#menu ul li.over ul {
	display: block;
	}


#menu li.has_sub_over ul ul{
	display: none;
	}

#menu li.has_sub_over ul li.has_sub_over ul {
	display: block;
	}

#menu ul {
	position: absolute;
	display: none;
	padding: 1px 0px 8px 0;
	margin: 0;
	top: 30px;
	left: 0px;
	width: 220px;
	background:  url(menu.ul.png) no-repeat 0 bottom;
	font-size: 12px;
	z-index: 15;
	}
	
* html #menu ul{
	background: #116193; 
}
	

#menu ul ul {
	top: 0;
	left: 200px;
	background: #fff;
	display: none !important;
	}
	
#menu ul li {
	display: block;
	float: left;
	position: relative;
	width: 218px;
	height: auto;
	border-left: solid 1px #116193;
	border-right: solid 1px #116193;
	background: none !important;
	}

#menu ul li.has_sub_over a strong{
	background: none !important;
}	

	
#menu li.has_sub_over ul a {
	display: block;
	padding: 5px 10px;
	width: auto;
	position: relative;
	height: auto;
	min-height: 12px;
	line-height: 18px;
	text-align: left;
	float: none;
	margin: 0;
	background: none !important;
	font-weight: normal;
	}

