img {
border: none;
}
/*Menu Tabs*/
#tabs {
	float:right;
	width:587px;
	font-size:93%;
	line-height:normal;
	margin: 0;
	height: 60px;
      }
#tabs ul {
	margin:0;
	padding:0px 5px 0 5px;
	list-style:none;
      }
#tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
#tabs a {
      float:left;
      background:url(images/navbar/tableft5c.gif) no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
	  font: bold 10px/1.5em Verdana;
      }
#tabs a span {
      float:left;
      display:block;
      background:url(images/navbar/tabright5c.gif) no-repeat right top;
      padding:5px 15px 4px 3px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
    /* End IE5-Mac hack */
#tabs a:hover span {
      color:#FFF;
      }
#tabs a:hover {
      background-position:0% -42px;
      }
#tabs a:hover span {
      background-position:100% -42px;
      }
#tabs #current a {
      background-position:0% -42px;
      }
#tabs #current a span {
      background-position:100% -42px;
      }

#box-nav-top {
	height: 15px;
	width: 760px;
	text-align: left;
	background:url(images/navbar/3x20t.gif) repeat-x;
	float:left;
}
.text-white-nav
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.text-white-nav a
{
	text-decoration:none;
	color:Gray;
	background:url(images/navbar/3x20t.gif) repeat-x;
	margin: 0 0 0 10px;
}

.text-white-nav a:hover
{
	color:Red;
	background:url(images/navbar/3x20t.gif) repeat-x;
	text-decoration: underline;
}

/*Navigation Bar at Bottom*/
#box-nav {
	height: 10px;
	width: 760px;
	text-align: center;
	background:url(images/navbar/11x19gr.gif) repeat-x;
	float: left;
	
}
.text-white-bar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding:5px 0 5px 0;
}
.text-white-bar a{
	text-decoration:none;
	color:#ffffff;
	background: url(images/navbar/11x19gr.gif) repeat-x;
	}
.text-white-bar a:hover {
	color: #000066;
	background: url(images/navbar/11x19gr.gif) repeat-x;
	text-decoration: underline;
}
.text-white-bar span 
{
	width:2px;
	height:10px;
	margin: 0 2px 0 4px;
	color:#ffffff;
	background: url(images/navbar/11x19gr.gif);
}

