/* CSS Document */
/* Main Menu Container */
#menu_container {
	height: 75px;
	padding: 0;
	margin: 0 auto;
	z-index: 1000;
	position: relative;
	width: 950px;
	}

#menu {
	list-style: none;
	color: #fff;
	padding: 0;
	margin: 0;
	height: 45px;
	font-size: 15px;
	background:url(menu.gif) repeat-x 0 0;
	}
	
#menu li {
	float: left;
	position: relative;
	height: 40px;
	padding: 0px;
	background: none;
	}
	
	
#menu a {
	display: block;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	height: 40px;
	float: left;
	position: relative;

	border-right: solid 1px #1a4671;
	border-left: solid 1px #416e9b;

	}

#menu a:hover{
	background: url(hover.gif) repeat-x 0 0;
}
		
#menu a strong {
	display: block;
	font-weight: normal;
	float: left;
	height:40px;
	cursor: pointer;
	min-width:40px;
		padding: 0px 8px 0px 8px;
	}
	
* html #menu strong {
	}

/*	#menu .selected{
		background: url(current_repeat.gif) repeat-x 0 0;
	}
	
	#menu .selected a{
		background: url(current_left.gif) no-repeat 0 0;
		border-left: solid 1px #1a4671;
	}
	
	#menu .selected a strong{
		background: url(current_right.gif) no-repeat right 0;
	}
	
	#menu ul .selected{
		background: url(current_repeat.gif) repeat-x 0 0;
	}
	
	#menu ul .selected a{
		background: url(current_left.gif) no-repeat 0 0;
	}
	
	#menu ul .selected a strong,
	#menu ul .selected a
	{
		background: none;
	}
	
	#menu ul .selected{
		background: url(menu_ul_hover.gif) no-repeat 0 0px;
	} */


/** drop down **/

#menu li.over {
	z-index: 10;
	}
	
#menu li.over a,
#menu li.has_sub_over a
 {
	z-index: 20;
	background: url(hover.gif) repeat-x 0 0;
	color: #fff;
	}
	
#menu li.over a strong,
#menu li.has_sub_over a strong{
	background:none;
}

		
#menu ul a:hover,
#menu ul li.over a:hover,
#menu ul li.has_sub_over a:hover
 {
	background: url(menu_ul_hover.gif) no-repeat 0 -30px;
	text-decoration: none;
	color: #fff;
	}
	

#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: 10px 14px 15px 14px;
	margin: 0;
	top: 40px;
	left: -5px;
	width: 210px;
	background: url(menu_ul.png) repeat-y 0 bottom;
	line-height:30px;
	}

* html #menu ul{
	background: url(menu_ul.gif) repeat-y 0 bottom;
}

#menu .last ul{
	left:-79px;
}
	

#menu ul ul {
	top: 0;
	left: 200px;
	background: #fff;
	}
	
#menu ul li {
	display: block;
	position: relative;
	background: none;
	padding: 0;
	margin:0;
	height:30px;
	}
	
		

#menu ul li.last {
	border-bottom: none !important;
	}
	
#menu li.has_sub_over ul a {
	display: block;
	position: relative;
	font-size: 12px;
	text-align: left;
	float: none;
	margin: 0;
	color: #fff;
	background: none;
	border:none;
	width: 162px;
	padding: 0px 10px;
	height: 29px;
	line-height: 30px;
	background: url(menu_ul_hover.gif) no-repeat 0 0;
	}
	
* html #menu li.over ul a {
	height: 1px;
	}
	
	
#menu li.last ul{
	right: -37px;
	left: auto;
}
