
/*
CSS Navigation Menu Designs courtesy of http://exploding-boy.com
see http://exploding-boy.com/images/cssmenus/menus.html for details
*/

    #tabbedMenu {
      float:left;
      width:100%;
      background:#fcf3f8;
      font-size:93%;
      line-height:normal;
	  border-bottom:1px solid #f4b7d6;
      }
    #tabbedMenu ul {
	  margin:0;
	  padding:10px 10px 0 50px;
	  list-style:none;
      }
    #tabbedMenu li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabbedMenu a {
      float:left;
      background:url("../images/tableftD.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabbedMenu a span {
      float:left;
      display:block;
      background:url("../images/tabrightD.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#c7377d;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabbedMenu a span {float:none;}
    /* End IE5-Mac hack */
    #tabbedMenu a:hover span {
      color:#c7377d;
      }
    #tabbedMenu a:hover {
      background-position:0% -42px;
      }
    #tabbedMenu a:hover span {
      background-position:100% -42px;
      }  
