body {
	margin:0;
	padding:0;
	font-family: Verdana;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: bold;
}

img {
border: none;
} 
 
/*- Menu Tabs 1--------------------------- */ 


#tabs1 {
      float:left;
      width:100%;
      font-size:14px;
	  font-weight:normal;
      line-height:normal;
}
#tabs1 ul {
	margin:0;
	list-style:none;
}
#tabs1 li {
	display:inline;
	margin:0;
	padding:0;
	text-align: center;
}
#tabs1 a {
	text-decoration:none;
	background-image: url(../images/nav_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 39px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 50px;
}
#tabs1 a span {
	float:left;
	display:block;
	background:url("tabright1.gif") no-repeat right top;
	color:#FFF;
	height: 29px;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 20px;
}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs1 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
	margin-left: 50px;
      }
    #tabs1 a:hover {
	background-image: url(../images/nav_select_bg.png);
	background-repeat: repeat-x;
	display: block;
	margin-left: 50px;
      }
    #tabs1 a:hover span {
	background-position:100%;
	background-image: url(../images/nav_select_bg.png);
      }

