/* ^^^^^^^^ BELOW IS THE CODE FOR THE MENU ^^^^^^^^^^ */
#stylefour{position:relative;display:block;height:39px;font-size:11px;font-weight:bold;background:transparent url(images/bg_nav.gif) repeat-x top left;font-family:Arial,Verdana,Helvitica,sans-serif;border-top:4px solid #B30000;}
#stylefour ul{margin:0;padding:0;list-style-type:none;width:auto;}
#stylefour ul li{display:block;float:left;margin:0;}
#stylefour ul li a{display:block;float:left;color:#666;text-decoration:none;padding:11px 20px 0 20px;height:23px;background:transparent url(images/nav_grey.gif) no-repeat top right;}
#stylefour ul li a:hover,#stylefour ul li a.current{color:#B30000;background:#fff url(images/nav_yellow.gif) no-repeat top right;}
/* ^^^^^^^^ ABOVE IS THE CODE FOR THE MENU ^^^^^^^^^^ */


/*----------------------------Menu--------------------------------*/
#navigation {
 width: 952px;
 float: left;
 height:39px;
 padding: 0px;
 margin: 0px 0 15px 0;
 font-weight:normal;
 font-size:14px;
 font-family:Arial, Helvetica, sans-serif;
 background-image:url(images/bg_nav.gif);
 background-repeat:repeat-x;
}

#navigation ul {
          margin:0;
          padding:0px;
          list-style:none;
      }
#navigation li {
      display:inline;
      margin:0;
      padding:0;
	  height:31px;
      }
#navigation a {
      float:left;
      display:block;
      padding:7px 15px 8px 15px;
	  margin: 0 2px 0 0;
      color:#ffffff;
	  text-decoration:none;
	  background-image:url(images/nav_grey.gif);
	  background-repeat:repeat-x;
      }
 
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
#navigation a span {float:none;}
    /* End IE5-Mac hack */
#navigation a:hover span {
      color:#FFF;
      }
#navigation a:hover {
      background-image:url(images/nav_yellow.gif);
	  background-repeat:repeat-x;
	  color:#000;
	  padding:9px 15px 9px 15px;
      }
   
#navigation #current a {
      background-image:url(images/nav_yellow.gif);
	  background-repeat:repeat-x;
	  color:#000;
	  padding:9px 15px 9px 15px;
      }
/*---------------------------- End Menu--------------------------------*/
