/* Left Menu */

#nav
{
padding: 0 0 0 0;
background: #d6d6d6;
background-repeat: repeat;
width: 100px;
height: 100%;
min-height: 100%;
}
#nav ul
{
list-style-type: none; 
margin: 0; 
padding: 0px 0; 
width: 100px;
}
#nav ul ul 
{
padding: 0px;
}
#nav li a 
{
margin: 0 3px; 
padding: 2px 3px 2px 5px; 
width: 100%; 
font-weight: normal; 
text-decoration: none; 
color:#000;
}
#nav ul li
{
padding: 0px;
margin: 0 0 0 0;
list-style-type: none;
float: left;
}
#nav ul li a
{
float: left;
display: block;
width: 100px;
margin: 0;
padding: 0;
}
#nav li a 
{
display: block; 
width: auto;
}
#nav ul li a:hover
{
text-decoration: none; 
background-color:#ffffff;
}
#nav li a:hover
{
color:#980a04; 
text-decoration: none; 
background-color:#f9f7ea;
}
#nav li a.lvl1_high  
{
color:#485056; 
font-weight: normal; 
font-size: 0.9em;
padding: 2px 2px 2px 22px;
background: url(../menuimages/i_arrow.gif) no-repeat 2px; 
background-color:#f5f0de;
border-bottom: 1px solid #E2E2E2;
}
#nav li a.lvl1_norm  
{
color:#980a04; 
font-weight: normal; 
font-size: 0.9em;
padding: 2px 2px 2px 22px;
background: url(../menuimages/i_arrow2.gif) no-repeat 2px; 
background-color:#ffffff;
border-bottom: 1px solid #E2E2E2;
}
#nav li a.lvl2_norm  
{
color:#485056; 
font-weight: normal; 
font-size: 0.9em;
padding: 2px 12px 2px 12px;
background: url(../menuimages/green_arrow_down.gif) no-repeat 100px; 
background-color:#ffffff;
border-bottom: 1px solid #E2E2E2;
}
#nav li a.lvl2_high  
{
color:#485056; 
font-weight: bold; 
font-size: 0.9em;
padding: 2px 12px 2px 12px;
background: url(../menuimages/i_arrow4.gif) no-repeat 100px; 
background-color:#fffff0;
border-bottom: 1px solid #E2E2E2;
}
#nav li a.lvl3_high  
{
color:#485056; 
font-weight: normal; 
font-size: 0.9em;
padding: 2px 2px 2px 22px;
background: url(../menuimages/i_arrow3.gif) no-repeat 2px; 
background-color:#f5f0de;
border-bottom: 1px solid #E2E2E2;
}
#nav li a.lvl4_high  
{
color:#485056; 
font-weight: normal; 
font-size: 0.9em;
padding: 2px 2px 2px 22px;
background: url(../menuimages/green_arrow2.gif) no-repeat 2px; 
background-color:#f5f0de;
border-bottom: 1px solid #E2E2E2;
}
#nav a#bottom
{
font-size:0.3em; 
color:#0d41a7;  
font-style:italic; 
font-weight:bold; 
text-decoration:none; 
height:10px;
padding: 0 5px 0 5px;
}EXT-ALIGN: left
}

/* End Left Menu */

/* Content section */


footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #5d5d5d;
}

