body {
	padding:0;

} 
/*- Menu Tabs E--------------------------- */

  #tabsE {
 	Position:absolute; left: 205px;
     float:left;
      width: 760px; /* 100% */
      margin-left:auto;
      background:#fff;
      font-size:95%;
      
      line-height:normal;

      }
    #tabsE ul {
	margin: 0;
	padding:0px 10px 0 0px; /* 10px 10px 0 50px */
	list-style:none;
      }
    #tabsE li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsE a {
      float:left;
      background:url("tableftE.gif") no-repeat left top;
      margin: 0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsE a span {
      float:left;
      display:block;
      background:url("tabrightE.gif") no-repeat right top;
      padding:2px 18px 4px 6px; /* 5px 15px 4px 6px */
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \ */
    #tabsE a span {float:none;}
    /* End IE5-Mac hack */
    #tabsE a:hover span {
      color:#ccc;
      }
    #tabsE a:hover {
      background-position:0% -45px;
      }
    #tabsE a:hover span {
      background-position:100% -45px;
      }  

/* Menu */

#menu {
	width: 800px;
	height: 25px;
	margin: auto;
	
}


#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	/* display: block; */
	float: left;
	width: 133px;
	height: 25px;
	/* background: #FFFFFF url(/images/img3.GIF) repeat-y; */
	/* margin: auto; */
	padding: 4px 0 0 0;
	background: url(/images/img5-bb.jpg) repeat-x;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	/* margin-right: .45px; */
	color: #ffffff;
}

#menu a:hover, #menu .active a {
	background: url(/images/img6-b.jpg);
	/* color: #ffffff; */
}

#menu_middle {
	
	float: center;
	height:25px;	
	width: 960px;
	margin: auto;
	background: url(/images/img4_middle.JPG) no-repeat;
		
}

#menu_middle p {
	padding: 2px 0 0 10px;
	font-size: 11px;
	text-align: left;
	font-weight: bold;	
	color: #FFFFFF;
}

.horiz li
{

display: inline;
}

.horiz ul
{
margin: 0;
padding: 0;
text-align: left; /* to center the text remove this line */
list-style-type: none;
font-family: Georgia, "Times New Roman", sans-serif;
font-size: 14px;
line-height: 20px; /* 17px */
}

.horiz a
{
padding: 2px 1em 2px 1em;
/* background-color: #a75355; */
}

.horiz a:link, .horiz a:visited
{
color: #FFF;
text-decoration: none;
}

.horiz a:hover
{
}


