/* CSS Document */
/* Main Menu Container */
#menu_container {
	height: 50px;
	padding: 0;
	margin: 0;
	z-index: 50;
	position: absolute;
	top:0px;
	right:0;
	}

#menu {
	list-style: none;
	color: #fff;
	padding: 0;
	margin: 0;
	height: 30px;
	font-size: 10px;
	float:right;
	}
	
#menu li {
	float: left;
	position: relative;
	background: url(menu_li.gif) no-repeat right center;
	padding: 0px;
	}

#menu li.last {
	background: none;
	}
	
#menu a{
	display: block;
	color: #2b68b2;
	text-align: center;
	text-decoration: none;
	line-height: 27px;
	float: left;
	position: relative;
	padding: 15px 5px 5px 5px;
    font-family:Calibri, Arial, sans-serif;
	font-size:19px;
	letter-spacing:0px;
	background: url(hover_bg.png) repeat-x 0 -100px;
	}
	
* html #menu a{
	background: none;
}
		
#menu a strong {
	display: block;
	font-weight: normal;
	float: left;
	cursor: pointer;
	color: #2b68b2;
	min-width:35px;
	}
	
* html #menu strong {
	}

/** drop down **/

#menu li.over {
	z-index: 10;
	}
	
#menu li.over a,
#menu li.has_sub_over a
 {
	z-index: 20;
	padding-bottom: 0;
	background: #dee9f6 url(hover_bg.png) repeat-x 0 0;
	/* border-bottom: 2px solid #ccdaeb; */
	color: #0ba3ca;
	}

#menu li.has_sub_over a
 {
	z-index: 20;
	padding-bottom: 0;
	background: #dee9f6 url(hover_bg.png) repeat-x 0 0;
	border-bottom: none;
	color: #0ba3ca;
	}
	
	
		
#menu ul a:hover,
#menu ul li.over a:hover,
#menu ul li.has_sub_over a:hover
 {
	background: #bdd3ee;	
	text-decoration: none;
	/*color: #555;*/
	}

#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: 5px;
	margin: 0;
	top: 42px;
	left: 0px;
	width: 165px;
	background: #dee9f6;
	border: none;
	font-size: 12px;
	border-bottom: 2px solid #ccdaeb;
	}
	

#menu ul ul {
	top: 0;
	left: 200px;
	background: #fff;
	}
	
#menu ul li {
	display: block;
	float: left;
	position: relative;
	width: 200px;
	background: none;
	padding: 0;
	height: auto;
	}
	
#menu ul li.last {
	border-bottom: none !important;
	}
	
#menu li.has_sub_over ul a {
	display: block;
	padding: 6px 10px;
	width: 145px;
	position: relative;
	height: auto;
	min-height: 12px;
	line-height: 16px;
	text-align: left;
	float: none;
	margin: 0;
	border: none;
	color: #2b68b2;
	background: none;
	font-size:13px;
	font-weight:bold;
	font-family:Calibri, Arial, sans-serif;
	text-transform: none;
	
	}
	
* html #menu li.over ul a {
	height: 1px;
	}
	
#menu .selected a{
	background: #dee9f6 url(hover_bg.png) repeat-x 0 0;
	/* border-bottom: solid 2px #fff; */
	padding-bottom: 0;
}