

/* ------------------------------------------------------------------------------------
-- PRIMARY NAVIGATION
------------------------------------------------------------------------------------ */
#navMain .container {width:987px; height:31px; position:relative; top: -41px; right:1px; }
#navMain { text-align:center; color:#D3D2D2;  height:31px;}
#navMain ul {width:575px; height:31px; padding:0; list-style-type:none; z-index:505;}
#navMain li { float:left; width:115px; height:31px;  background: url(../images/menu-a.png) 0 0 no-repeat; padding: 5px 0 0 0; }
#navMain li:hover{position:relative; z-index:500; background: url(../images/menu-b.png) 0 0 no-repeat;  }

#navMain  ul li a:link, #navMain  ul li :visited  {display:block; width:115px; height:31px; color:#fff; text-decoration:none; position:relative;  top:-5px;  padding: 5px 0 0 0;}
#navMain  ul li a:hover, #navMain  ul li :hover > a, #navMain .nav a:hover {display:block; width:115px; height:26px; color:#fff; text-decoration:none; position:relative;  top:-5px;  padding: 5px 0 0 0; }

#navMain ul li a.active{position:relative; z-index:500;  font-weight: bold; background: url(../images/menu-c.png) 0 0 no-repeat; top:-5px;}

