/* Sous Navigation */

#subnavcontainer{
	width:190px;
	margin-top:7px;
}

#subnavtop{
	width:190px;
	background:url(../images/nav/subnav_top.gif) no-repeat;
	padding-top:7px;
	padding-bottom:10px;
}

#subnavtop h2{
	color:#FFFFFF;
	margin:0;
	padding:0;
	margin-left:10px;
	font-size:12pt;
}

.subnav{
	background:url(../images/nav/subnav_bckg.gif) top no-repeat;
	padding-left:20px;
	padding-right:10px; /* added not tested */
	padding-top:7px;
	padding-bottom:7px;
	font-weight:bold;
}

.subnav h3, .subnav h3 a, .subnav h3 a:hover, .subnav h3 a:active, .subnav h3 a:visited {
	margin:0px;
	padding:0px;
	border:0px;
	font-size:9pt;
	font-weight:bold;
	color:#41d9ff;
	text-decoration:none;
}
.subnav h3 a:hover {
	text-decoration:underline;
	font-weight:bold;
}

#subnavactive {
	color:#FFFFFF;
}

#subnavbottom{
	width:190px;
	height:5px;
	background:url(../images/nav/subnav_bottom.gif) no-repeat;
	margin-bottom:7px;
}
