


.vertical ul{
	margin: 0;
	padding: 0;
	width: 240px; /* Main Menu Item widths */
	list-style-type: none;
	font: bold 12px Verdana;
	/*border-bottom: 1px solid #ccc; */
	position:relative;
	z-index: 3;
}

.vertical ul li ul{
	background: #1F5AA3 url('/ath-observatoire/custom/img/cms/website/bg_menu_back.gif') repeat-x;
}	

 
.vertical ul li{
	position: relative;
}

/* Top level menu links style */
	.vertical ul li a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: white;
	text-decoration: none;
	padding: 6px;
	text-decoration: none ;
	border-right: 1px solid #ccc;
}

/* Top level menu links style */
	.vertical ul li ul li a{
	border-bottom: 1px solid #778;
	border-right: 1px solid #778;
}

.vertical ul li a:link, .vertical ul li a:visited, .vertical ul li a:active{
	/*background: #414141; background of menu items (default state)*/
	color: white;
	text-decoration: none 
}


.vertical ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background: #C15A26; 
	color: white;
	text-decoration: none 
}

.vertical ul li a:hover{
	text-decoration: none 
}

.vertical ul li ul li a:hover{
	background: #C15A26;  /*background of menu items during onmouseover (hover state)*/
}


/*Top level menu link items style*/
.vertical ul li a.menuIn:link, .vertical ul li a.menuIn:visited, .vertical ul li a.menuIn:active, .vertical ul li a.menuIn{
	background-image: url('/ath-observatoire/custom/img/cms/website/menu2_nav_in.gif') ;
	background-repeat: repeat-x;
	color: #7B7C7E; 
	font-weight: bold;
	margin-bottom:10px;
	background-color: #8B8B8D;
}

/*Top level menu link items style*/
.vertical ul li a.menuOut:link, .vertical ul li a.menuOut:visited, .vertical ul li a.menuOut:active, .vertical ul li a.menuOut{
	background-image: url('/ath-observatoire/custom/img/cms/website/bg_menu2.gif') ;
	background-repeat: repeat-x;
	margin-bottom: 10px ;
}

/*Sub level menu items */
.vertical ul li ul{
	position: absolute;
	margin-left: 240px;
	width: 180px; /*Sub Menu Items width */
	top: 0;
	display:none;
	font-weight: normal;
}


/*Sub level menu items */
.vertical ul li ul li ul{
	position: absolute;
	margin-left: 178px;
	width: 180px; /*Sub Menu Items width */
	top: 0;
	font-weight: normal;
}

.vertical ul li ul li {
	border-left: 2px solid #FFFFFF;
}

 
/* Holly Hack for IE \*/
* html .vertical ul li { float: left; height: 1%; }
* html .vertical ul li a { height: 1%; }
/* End */

/*Arrow code - looks like <a class="haschild" href="#">Text <span>Arrow</span></a> can be turned on/off with arrow class*/
.arrow a span{
	float:right;
}
.arrow a span.noshow{
	visibility: hidden;
	display:none;
}
