@charset "utf-8";
/* CSS Document */

/*- Menu Tabs E--------------------------- */

    #tabsE {
	float:left;
	width:100%;
	font-size:100%;
	line-height:normal;
	background-color: #CCCC00;
      }
    #tabsE ul {
	margin:0;
	list-style:none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
      }
    #tabsE li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsE a {
	float:left;
	margin:0;
	padding:0 0 0 0px;
	text-decoration:none;
	background-image: url(../tabimages/tableftE.gif);
	background-repeat: no-repeat;
	background-position: left top;
      }
    #tabsE a span {
	float:left;
	display:block;
	padding:5px 15px 4px 6px;
	color:#FFF;
	background-image: url(../tabimages/tabrightE.gif);
	background-repeat: no-repeat;
	background-position: right top;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsE a span {float:none;}
    /* End IE5-Mac hack */
    #tabsE a:hover span {
      color:#FFF;
      }
    #tabsE a:hover {
      background-position:0% -42px;
      }
    #tabsE a:hover span {
      background-position:100% -42px;
      }  
	
