@charset "utf-8";
/* CSS Document */
/*- Menu Tabs E--------------------------- */

    #tabsE {
	position:fixed;
	margin-top:145px;
	width:800px;
	height:25px;
	font-size:93%;
	line-height:normal;
	background-color: #970000;
      }
    #tabsE ul {
	margin:0 auto;
	padding:0px 0px 0px 0px;
	text-align: center;
	list-style:none;
      }
    #tabsE li {
      display:inline;
      margin:auto;
      padding:0;
      }
    #tabsE a {
      float:left;
      background:url(images/tableftE.gif) no-repeat left top;
      margin:auto;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsE a span {
	display:block;
	padding:5px 33px 5px 33px;
	color:#FFF;
	background-image: url(images/tabrightE.gif);
	background-repeat: no-repeat;
      }
	  #tabsE li a:hover {
color:#FFD700;
}
#tabsE ul li ul {
display:none;
}
#tabsE ul li:hover ul {
display:block;
}
#tabsE li:hover ul li {
float:none;
}

</style>
<!--[if !IE]> <-->
<style type="text/CSS">
#menu li ul {
position:absolute;
}

    /* 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;
      }

        #tabsE #current a {
                background-position:0% -42px;
        }
        #tabsE #current a span {
                background-position:100% -42px;
        }
-->