/* #6 -- Navigation (Main Menu Module) -- */
.mod_navigation {
  
}
.mod_navigation ul.level_1{
  background: url(../images/menuBgr.jpg) repeat-x top left;
  height: 40px;
  margin: 0px;
  padding: 0px;
  width: 640px;
  position: absolute;
  top: 60px;
  right: 30px;
}
.mod_navigation ul.level_1 li
{
display: block; 
float: left;
padding: 6px 45px 0px 45px;
border-right: 1px #ffffff solid;
height: 43px;
}

.mod_navigation ul.level_1 li.last
{
border: none;
}

.mod_navigation ul.level_1 li a
{
 font: normal 17px/26px Arial, serif; 
}

.mod_navigation ul.level_1 li a:hover
{
 color: #291411;  
}

.mod_navigation ul.level_1 li.active{
  
}
.mod_navigation ul.level_1 li.active span.active
{
font: normal 17px/26px Arial, serif;
color: #291411; 
}

 /* #6 -- Left Navigation  -- */

#menuLeft 
{
 
}

#menuLeft li
{
  
}
#menuLeft li a{
   color: #e1ce8a;
   font: normal 14px/26px Arial, serif;
  
   padding: 0px 0px 0px 15px;
}
#menuLeft li a:hover{
 background: url(../images/arrowLeftMenu.gif) no-repeat 0px 5px;
     text-decoration: underline;
}
#menuLeft strong
{
font: bold 14px/26px Arial, serif;
background: url(../images/arrowLeftMenu.gif) no-repeat 0px 5px;
   padding: 0px 0px 0px 15px;

}
#menuLeft li.active span.active{
   color: #e1ce8a;
   font: normal 14px/26px Arial, serif;
   background: url(../images/arrowLeftMenu.gif) no-repeat 0px 5px;
   padding: 0px 0px 0px 15px;
   text-decoration: underline;
}



