/* CSS Document */

/* MENUS */

#home_menus li
{
	display: inline;
	list-style-type: none;
}
#home_menus li:before { font-weight:bold; color:#144B60; content: "| "; }
#home_menus li:first-child:before { content: ""; }

/*IE workaround*/
/*All IE browsers*/
* html #home_menus li
{
border-left: 2px solid #144B60;
padding: 0 0.4em 0 0.4em;
margin: 0 0.4em 0 -0.4em;
}

/*Win IE browsers - hide from Mac IE\*/
* html #home_menus { height: 1%; }

* html #home_menus li
{
display: block;
float: left;
}

/*End hide*/
/*Mac IE 5*/

#home_menus li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	padding:0 5px 0 5px;
	text-decoration:none;
	color:#000;
}
#home_menus li a#selected {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	padding:0 5px 0 5px;
	text-decoration:none;
	color:#00599B;
	background-color:#F5F7F9;
}
#home_menus li a:hover {
	border-bottom:2px solid #D6DFE6;
	background-color:#F5F7F9;
}

.home_peu {
	clear:both;
	text-align: center;
	padding:0 0 2px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	background-color:#005389;
}