body {
	margin: 0;
	color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	scrollbar-face-color: #D2B48C;
	scrollbar-shadow-color: #EAEAF6;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #EAEAF6;
	scrollbar-darkshadow-color: #EAEAF6;
	scrollbar-arrow-color: #D2B48C;

}

/* DEFAULTS */
ul#navlist2 li a,ul#subnavlist2 li a
{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
text-decoration: none;
}

div#navcontainer2
{
	width: 120px;
	background: #EAEAF6;
}

/* NAV LIST */
ul#navlist2
{
list-style-type: none;
margin: 0;
padding: 0;
}

ul#navlist2 li { display: inline; }

ul#navlist2 li a
{
color: #EAEAF6;
display: block;
background: #9C6331 url(images/puce.png) top left no-repeat;
padding: 2px 0 2px 30px;
border-top: solid 1px #EAEAF6;
width: 120px;
}

ul#navlist2 li a:hover { background: #FF9400 url(images/puce.png) top left no-repeat; }

ul#navlist2 li a#current
{
color: #EAEAF6;
font-weight: 900;
background: #FF9400 url(images/puce.png) top left no-repeat;
}

ul#navlist2 li a#subcurrent
{
color: #EAEAF6;
font-weight: 900;
background: #FF9400 url(images/puce.png) top left no-repeat;
}

/* SUB NAV LIST */
ul#subnavlist2
{
margin: 0 0 0 13px;
list-style-type: none;
padding: 0;
}

ul#subnavlist2 li { display: inline; }

ul#subnavlist2 li a
{
display: block;
color: #EAEAF6;
background: #BF741F;
padding: 2px 0 2px 30px;
border-top: solid 1px #EAEAF6;
height: auto;
width: 107px;
}