
/* HEADER SECTION */

#topMenuBar
{
   width: 100%;
   height: 38px;
   background: url(../images/nav/topBar-bg.gif) repeat-x top left;
   min-width: 850px;
}

#topMenuBar ul
{
   margin-bottom: 0px;
}

#topMenuBar ul li
{
   line-height: 1.4em;
}

#topMenuContent
{   
   width: 850px;
   margin: 0 auto 0 auto;
}

.topMenuSeparator
{
   float: left;
   margin: 0 15px 0 15px;
   width: 2px;
   height: 38px;
   background: url(../images/nav/topBar-separator.gif) no-repeat top left;
}

#topMenu
{
   text-align: center;
   float: left;
   margin: 0 0 0 5px;
}

#topMenu li
{
   float: left;
   margin: 0 5px 0 5px;
}

#topMenu li a
{
   float: left;
   display: block;
   padding: 10px 10px 0 10px;
   height: 27px;
   color: #666;
   text-decoration: none;
}

#topMenu li a:hover
{
   color: #333;
}

/* Rollover Sliding Doors */

#topMenu li:hover, #topMenu li.over
{
   background: url(../images/nav/topBar-activeRight.gif) no-repeat 100% -38px;
   border-width:0;
}

#topMenu li:hover a, #topMenu li.over a
{
   background: url(../images/nav/topBar-activeLeft.gif) no-repeat 0% -38px;
}

#topMenuLanguage
{
   float: left;
}

#topMenuLanguage li
{
   float: left;
}

#topMenuLanguage li a
{
   float: left;
   display: block;
   padding: 10px 10px 0 10px;
   height: 28px;
   color: #666;
   text-decoration: none;
}

#topMenuLanguage li a:hover
{
   color: #333;
}

#topMenuLanguage li.active a
{
   background: url(../images/nav/topBar-activeArrow.gif) no-repeat top center;
}

