/* CSS Document */
/* Main Menu Container */
#menu_container {
	padding: 0;
	margin: 0;
	z-index: 1000;
	right:0;
	position: absolute;
	bottom:0;
	width: 447px;
	height: 25px;
	background: url(menu_wrapper.gif) repeat-x 0 0;
	}

#menu {
	list-style: none;
	color: #fff;
	padding: 0;
	margin: 0; 
	height: 25px;
	font-size: 14px;
	background: url(menu.gif) no-repeat right 0;

	}
	
#menu li {
	float: left;
	position: relative;
	height: 25px;
	padding: 0px;
	background: url(menu_li.gif) repeat-x 0 0;
	}
	
#menu li.first{
	background: none;
	border-right: solid 1px #fff;
}	
#menu li.first a{
	background: url(menu_home.gif) no-repeat 0 0;
	width: 35px;
	padding:0;
	}

#menu li.first a:hover{
	background: url(menu_home.gif) no-repeat 0 bottom;
	}
		
#menu li.first a strong{
	display: none;
	}
	
#menu a {
	display: block;
	color: #606a74;
	text-align: center;
	text-decoration: none;
	line-height: 25px;
	height: 25px;
	float: left;
	position: relative;
	padding: 0px 7px 0;
	letter-spacing: 1px;
	color: #fff;
	}
		
#menu a strong {
	display: block;
	font-weight: bold;
	float: left;
	cursor: pointer;
	min-width: 45px;
	padding-top: 2px;
	}

* html #menu a {
	line-height: 23px;
	}
	
* html #menu .item_1 a strong {
		width: 50px;
		display: block;
		
	}

/** drop down **/

#menu li.over {
	z-index: 10;
	background: #f25800;
	}
	
#menu li.over a,
#menu li.has_sub_over a
 {
	z-index: 20;
	padding-bottom: 0;
	background: #f25800;
	color: #333;
	}
		
#menu ul a:hover,
#menu ul li.over a:hover,
#menu ul li.has_sub_over a:hover
 {
	background: #f46d18;
	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: 0px;
	margin: 0;
	top: 25px;
	left: 0px;
	width: 140px;
	background: #f25800;
	font-size: 11px;
	}
	
#menu .last ul{
	left: auto;
	right: 0;
}

#menu ul ul {
	top: 0;
	left: 200px;
	background: #fff;
	display: none !important;
	}
	
#menu ul li {
	display: block;
	float: left;
	position: relative;
	width: 140px;
	background: none;
	padding: 0;
	height: auto;
	}
	

#menu li.has_sub_over ul .first{
	border: none;
}

	
#menu li.has_sub_over ul a {
	display: block;
	padding: 5px 9px;
	width: auto;
	position: relative;
	height: auto;
	min-height: 12px;
	line-height: 12px;
	text-align: left;
	float: none;
	margin: 0;
	color: #fff;
	background: none;
	font-weight: bold;
	}
	
* html #menu li.over ul a {
	height: 1px;
	}
	
