@charset "utf-8";

/* For menuhome Testing Only */

body, html{margin:0;padding:0;font-size:100%;}
.hand{cursor:pointer;}
.help{cursor:help;}

/* CSS Popout menuhome */

#menuhome{
width:600px;
background-image:url(/images/home/fond_navigation_2010.gif);
background-repeat:repeat-y;
position:absolute;
top:277px;
left:305px;
height:auto;
z-index:2;

}

#menuhome a, #menuhome h2{
/*display:block;*/
margin:0;
/*border-width:0.1em;
border-style:solid;
border-color:#ccc #888 #555 #bbb;*/
text-indent:3px;
/*width:13em;*/
}

#menuhome a{
padding:0 0 0 0;
}

#menuhome a{
/*background:#eee;*/
text-decoration:none;
}

#menuhome h2{
color:#fff;
background:#000;
text-transform:uppercase;
margin:0;
padding:.1em 0;
}

#menuhome li{
list-style-type:none;
}

#menuhome ul li{
position:relative;
width:170px;
float:left;
margin-left:9px;
display:block;
}

#menuhome ul ul li {
	text-indent:5px;
	margin-left:3px;

}

#menuhome ul ul li:first-child{
margin-top:10px;
/*display:none;*/
}

/* Fix IE. Hide from IE Mac \*/
* html #menuhome ul li{float:left;height:1%;}
* html #menuhome ul li a{height:1%;}
/* End */

div#menuhome ul, div#menuhome ul ul, div#menuhome ul ul ul{
margin:0;
padding:0;
list-style-image:none;
}

div#menuhome ul ul, div#menuhome ul ul ul, div#menuhome ul li:hover ul ul, div#menuhome ul li:hover ul ul ul{
}

div#menuhome ul li:hover ul, div#menuhome ul ul li:hover ul, div#menuhome ul ul ul li:hover ul{
/*display:block;*/
}

/* Styling for Expand */

#menuhome a.submenu, #menuhome a.submenu:visited{
font-weight:bold;
text-indent:3px;
color:#000;
/*background:#eee url(/images/arrow_level1.gif) no-repeat bottom right;*/
}

#menuhome a.submenu:hover{
/*color:#a00;*/
/*background:#ddd;*/
}

#menuhome a.submenu:active{
color: #ff0000;
background:#ccc;
}
.submenu1 {
	font:normal 1.1em/1em verdana,arial,helvetica,sans-serif;
	height:100%;
	padding-left:10px;
	margin-bottom:5px;
}
.submenu2 {
	font:normal 1.1em/1em verdana,arial,helvetica,sans-serif;
	padding-left:10px;
	margin-bottom:5px;
}
.submenu3 {
	font:normal 1.1em/1em verdana,arial,helvetica,sans-serif;
	padding-left:10px;
}
.level2 {
	font:normal 0.7em/1.1em verdana,arial,helvetica,sans-serif;
}
.level2 li a:hover {border-left: 0px solid #a6a6a6;}
