/* CSS Document */
/* Main Menu Container */
#menu_container {
	height: 40px;
	padding: 0;
	margin: 0 auto;
	z-index: 1000;
	position: relative;
	background:url(menu.gif) repeat-x 0 0;
	}

#menu {
	list-style: none;
	color: #fff;
	padding: 0;
	margin: 0;
	height: 40px;
	font-size: 15px;
	width:950px;
	margin: 0 auto;
	}
	
#menu li {
	float: left;
	position: relative;
	height: 40px;
	padding: 0px;
	}
	
	
#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 #133b66;
	border-left: solid 1px #43658b;

	}
	
#menu .first a{
	border-left: solid 1px #1a4671;
	padding-left:1px;
	background:url(menu_fix_light.gif) repeat-y 0 0;
}

#menu .last a{
	border-right: solid 1px #416e9b;
	padding-right:1px;
	background:url(menu_fix_dark.gif) repeat-y right 0;
}

#menu a:hover{
	background: url(hover.gif) repeat-x 0 0;
}
		
#menu a strong {
	display: block;
	float: left;
	height:40px;
	cursor: pointer;
	min-width:40px;
	padding: 0px 10px 0px 10px;
	}
	
* 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;
	}
	
	
