/* CSS Document */

#menu {
	list-style: none;
	color: #fff;
	padding: 0;
	margin: 0;
	height: 30px;
	position: absolute;
	top: 10px;
	left: 17px;
	}
	
#menu li {
	float: left;
	position: relative;
	height: 30px;
	}
	
#menu a {
	display: block;
	font-size: 12px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	height: 30px;
	float: left;
	position: relative;
	}
	
#menu a strong {
	display: block;
	padding: 0 10px;
	font-weight: normal;
	margin: 5px 0px 0;
	height: 22px;
	line-height: 20px;
	position: relative;	
	}
	
#menu li.has_sub a strong {
	height: 24px;
	}

	
* html #menu a strong {
	float: left;
	}
	
#menu a:hover {
	}
	
.menu_hilite_wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: none;
	}
	
#menu li.over .menu_hilite_wrapper {
	display: none;
	}
	
* html #menu li.over .menu_hilite_wrapper {
	display: none;
	}
	
.menu_hilite {
	position: relative;
	height: 22px;
	margin: 4px 5px 0;
	background: #3ab8db;
	border: 1px solid #fff;
	}

/** drop down **/

#menu li.over {
	z-index: 10;
	}
	
#menu li.over a
 {
	z-index: 20;	
	}

#menu li.over a strong
 {
 	background-color: #c4e7f3;
	border: 1px solid #fff;
	padding: 0 9px 0;
	color: #003684;
	margin-top: 4px;
	cursor: pointer;
	}
	
#menu li.over a:hover strong {
	background: #3ab8db;
	color: #fff;
	}
	
#menu li.over.has_sub a strong {
	border-bottom: none;
	}
	


	
#menu ul a:hover,
#menu ul li.over a:hover
 {
	background: #3ab8db;
	border: none;
	text-decoration: none;
	color: #fff;
	}

#menu li.over ul {
	display: block;
	}
	
#menu li.over ul ul{
	display: none;
	}
	
	
#menu ul li.over ul {
	display: block;
	}
	
#menu ul li.over {
	background: #a1dbed;
	}
	
#menu li.over ul li.over ul ul{
	display: none;
	}
	
#menu li.over ul li.over ul li.over ul {
	display: block;
	}

#menu ul {
	position: absolute;
	display: none;
	padding: 0;
	margin: 0;
	top: 28px;
	left: 0px;
	width: 200px;
	background: #c4e7f3;
	border: 1px solid #fff;
	border-bottom: none;
	}


	
#menu ul ul {
	left: 200px;
	top: -1px;
	background: #a1dbed;
	}
	
#menu ul ul ul{
	left: 200px;
	top: -1px;
	background: #a1dbed;
	}
	
#menu .rightmost ul {
	left: auto;
	right: 0px;
	}
	
#menu .rightmost ul ul {
	left: -202px;
	right: auto;
	}
	
#menu ul li {
	display: block;
	float: left;
	position: relative;
	width: 200px;
	background: none;
	padding: 0;
	height: auto;
	border-bottom: 1px solid #fff;
	}
	
#menu ul li.last {
	border-bottom: none !important;
	}
	
#menu li.over ul a {
	display: block;
	padding: 7px 10px;
	width: auto;
	position: relative;
	height: auto;
	min-height: 10px;
	line-height: 14px;
	text-align: left;
	font-size: 11px;
	float: none;
	margin: 0;
	border: 1px none;
	color: #003684;
	background: none;
	}
	
	
* html #menu li.over ul a {
	height: 1px;
	}
	