/* COMMUN */
.menu
{
 clear:both;
 z-index:1000;	
}
#nav, #nav ul
{
 margin:0;
 padding:0;
 list-style:none;
}
#nav li
{
 float:left;
 width:auto;
 font-size:11px;
}
#nav li ul a
{
 width:125px;
 _width:135px;
}
#nav li ul
{
 position:absolute;
 background-color:#ffffff;
 width:135px;
 margin-left:2px;
 left:-999em;
 border:1px solid #cccccc;
 border-top-style:none;
 padding:0;
 margin:0;
}
#nav li ul ul
{
 margin:-20px 0 0 120px;
 border-top-color:#cccccc;
 border-top-style:solid;
 border-width:1px;
}
#nav li:hover ul ul, #nav li.sfhover ul ul
{
 left:-999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul
{
 left:auto;
}
#nav .nopads
{
 padding:0;
 margin:0;
 border:0;
 cursor:pointer;
}
.m1, .m2, .m3, .m4, .m5, .m6, .m7,
.m1on, .m2on, .m3on, .m4on, .m5on, .m6on, .m7on
{
 height:22px;
 display:block;
 text-indent:-10000px;
 cursor:pointer;
 background-position:0 0;
 padding:0;
 margin:0;
}
.lien
{
 display:block;
 padding:5px;
 width:auto;
 text-decoration:none;
 color:#003366;
}
.lien:hover
{
 background-color:#ededed;
 text-decoration:none;
}
.theme
{
 position:absolute; 
 top:-22px;
 left:-1px;
 border:0;
}
/* MENUS */
.m1
{
 background:url(../images/menu_1_off.gif) no-repeat;
 width:66px;
}
.m1on
{
 background:url(../images/menu_1.gif) no-repeat;
 width:66px;
}
.m2
{
 background:url(../images/menu_2_off.gif) no-repeat;
 width:66px;
}
.m2on
{
 background:url(../images/menu_2.gif) no-repeat;
 width:66px;
}
.m3
{
 background:url(../images/menu_3_off.gif) no-repeat;
 width:52px;
}
.m3on
{
 background:url(../images/menu_3.gif) no-repeat;
 width:52px;
}
.m4
{
 background:url(../images/menu_4_off.gif) no-repeat;
 width:58px;
}
.m4on
{
 background:url(../images/menu_4.gif) no-repeat;
 width:58px;
}
.m5
{
 background:url(../images/menu_5_off.gif) no-repeat;
 width:79px;
}
.m5on
{
 background:url(../images/menu_5.gif) no-repeat;
 width:79px;
}
.m6
{
 background:url(../images/menu_6_off.gif) no-repeat;
 width:60px;
}
.m6on
{
 background:url(../images/menu_6.gif) no-repeat;
 width:60px;
}
.m7
{
 background:url(../images/menu_7_off.gif) no-repeat;
 width:62px;
}
.m7on
{
 background:url(../images/menu_7.gif) no-repeat;
 width:62px;
}