body {
	margin:0;
	padding:0;
	font: bold 14px/1.5em Verdana;
}
h2 {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px;
	padding: 0px 0px 0px 15px;
}

/*- Menu Tabs I--------------------------- */

#tabsI {
  float:left;
  width:690;
  background:transparent;  
  font-size:93%;
  line-height:normal;
/*	border-bottom:1px solid #DD740B; */
	margin:0 0 4px 0;
}
#tabsI ul {
	margin:0;
	padding:10px 10px 0 0px;
	list-style:none;
}
#tabsI li {
  display:inline;
  margin:0;
  padding:0;
}
#tabsI a {
  float:left;
  background:url("../images/tableftI.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 5px;
  text-decoration:none;
}
#tabsI a span {
  float:left;
  display:block;
  background:url("../images/tabrightI.gif") no-repeat right top;
  padding:6px 10px 5px 2px;
  color:#FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsI a span {float:none;}
/* End IE5-Mac hack */
#tabsI a:hover span {
  color:#FFF;
}
#tabsI a:hover {
  background-position:0% -42px;
 }
#tabsI a:hover span {
  background-position:100% -42px;
 }
#tabsI #current a {
	background-position:0% -42px;
}
#tabsI #current a span {
	background-position:100% -42px;
}
/*button  */


#button {
	width: 12em;
	border-right: 1px solid #000;
	padding: 0 0 1em 0;
	margin:0 0.5em 1em 0;
	font-family: Tahoma, Arial, sans-serif;
	        /*'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif;*/
	font-size : 10px;
	background-color: #90bade;
	color: #333;
	width:110px;
	float:left;
}

#button ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
  }

#button li {
  border-bottom: 1px solid #90bade;
  margin: 0;
  list-style: none;
  list-style-image: none;
  }

#button li a {
  display: block;
  padding: 5px 5px 5px 0.5em;
  border-left: 10px solid #1958b7;
  border-right: 10px solid #508fc4;
  background-color: #2175bc;
  color: #fff;
  text-decoration: none;
  width: 100%;
  }

html>body #button li a {
  width: auto;
  }

#button li a:hover {
  border-left: 10px solid #1c64d1;
  border-right: 10px solid #5ba3e0;
  background-color: #2586d7;
  color: #fff;
  }

#button li #active {
  border-left: 10px solid #1c64d1;
  border-right: 10px solid #5ba3e0;
  background-color: #2586d7;
  color: #fff;
  }