#wrapperNav {
	width:300px;
	height:55px;
	background-color:#e7e6e5;
	background-image:url(../Assets/Images/layout/login2.png);
	background-repeat:no-repeat;
	background-position: top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

#loginAlign{
	padding-left:20px;
	height:10px;
	margin: 0px 0px 0px 0px;

}
div.loginText{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	padding-top: 8px;
	*padding-top: 12px;
}

div.loginButton { padding-top: 8px; *padding-top: 12px;}

#floatingNav {
	width:300px;
	height:100%;
	position:relative;
}

#floatingNav div {
	position:absolute;
	bottom:0;
	right:0;
}

.clearB4
{
	clear:both;
}

#menuDroite{
padding-left:20px;}

/************************** TABBED CONTAINER DEV ****************/
#navcontainer
{
padding: 0em 0 0em 0;
width:192px;
height:35px;
*height: 12px;
text-align:center;
}

/* to stretch the container div to contain floated list */
#navcontainer:after
{
content: ".";
display: block;
line-height: 1px;
font-size: 1px;
clear: both;
}

ul#navlist
{
list-style: none;
padding: 0;
margin: 0 auto;
font-size: 2em;
}

ul#navlist li
{
display: block;
float: left;
margin: 0;
padding: 0;
}

ul#navlist li a
{
	display: block;
	margin-left:10px;
	margin-right:0px;
	height:35px;
	color: #FFF;
	text-decoration: none;
}

#navcontainer>ul#navlist li a { width: auto; }

/************ HOME ACTIVE ****************/
ul#navlist li.homeNotSelected a
{
	background:url(../Assets/Images/layout/btn_menuA1_home.gif) no-repeat;
	color:#FFFFFF;
	width:58px;
}
ul#navlist li.homeNotSelected a p
{
	color:#FFFFFF;
	margin-top:0px;
	*margin-top:10px;
	padding-top:10px;
	*padding-top:0px;
	width:58px;
}
ul#navlist li.homeNotSelected a:hover
{
	background:url(../Assets/Images/layout/btn_menuA3_home.gif) no-repeat;
	color:#FFFFFF;
	width:58px;
}
ul#navlist li.homeActive a
{
	background:url(../Assets/Images/layout/btn_menuA2_home.gif) no-repeat;
	color:#FFFFFF;
	width:58px;
}

ul#navlist li.homeActive a:hover
{
	background:url(../Assets/Images/layout/btn_menuA1_home.gif) no-repeat;
	color:#FFFFFF;
	width:58px;
}

ul#navlist li.homeActive a:hover p
{
	margin-top:0px;
	*margin-top:10px;
	padding-top:10px;
	*padding-top:0px;
	color:#FFF;
}

/************ // HOME ACTIVE ****************/
ul#navlist li.menuNotSelected a
{
	background:url(../Assets/Images/layout/btn_menuA1.gif) no-repeat;
	color: #FFF;
	width:84px;
}

ul#navlist li.menuSelected a
{
	background:url(../Assets/Images/layout/btn_menuA2.gif) no-repeat;
	color: #CCC;
	width:84px;
}

ul#navlist li.menuNotSelected a p
{
	*margin-top:12px;
	color:#FFF;
	padding-top:12px;
	*padding-top:0px;
	width:84px;
	cursor:pointer;
	cursor:hand;
}

ul#navlist li.menuNotSelected a:hover
{
	background:url(../Assets/Images/layout/btn_menuA3.gif) no-repeat;
	color: #FFF;
	width:84px;
}

ul#navlist li.menuSelected a p
{
	*margin-top:5px;
	color:#FFF;
	padding-top:5px;
	*padding-top:0px;
	width:84px;
	cursor:pointer;
	cursor:hand;
}

/************************** // TABBED CONTAINER DEV ****************/



