@CHARSET "ISO-8859-1";
/* Menu_sections */
div.web_section_menu ul li a {
	display:block;
	text-decoration:none;
	color:#ffffff;
	width:134px;
	height:18px;
	text-align:center;
	border:1px solid #fff;
	border-width:1px 1px 0 0;
	background:#092679;
	line-height:19px;
}

div.web_section_menu ul {
	padding:0;
	margin:0;
	list-style-type: none;
	
	font-family: arial;
	font-style: oblique;
	font-weight: bold; 
	font-style: italic;
	font-size: 9px;
}

div.web_section_menu ul li {
	float:left;
	margin-right:1px;
	position:relative;
}

div.web_section_menu ul li ul {
	display: none;
}

/* specific to non IE browsers */
div.web_section_menu ul li:hover a {
	color:#fff;
	background:#314fa5;
}

div.web_section_menu ul li:hover ul {
	display:block;
	position:absolute;
	top:0;
	left:135px;
	width:105px;
}

div.web_section_menu ul li:hover ul li a.hide {
	background:#dfc184;
	color:#fff;
}

div.web_section_menu ul li:hover ul li:hover a.hide {
	width:120px;
}

div.web_section_menu ul li:hover ul li a {
	display:block;
	background:#062a8f;
	color:#fff;
	width:120px;
}

div.web_section_menu ul li:hover ul li a:hover {
	background:#103bb8;
	color:#fff;
}