body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #2A00AA;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #2A00AA;
}
a:hover {
	text-decoration: none;
	color: #2A00AA;
}
a:active {
	text-decoration: underline;
	color: #2A00AA;
}
/* CSS Document */
#subMenu {
  float:left;
  width:100%;
  background: #FFFFFF;
  font-size:9;
  line-height:20px;
  border-top:1px solid;
  border-bottom:1px solid;
  }
#noMenu {
  float:left;
  width:100%;
  background: #FFFFFF;
  font-size:9;
  line-height:20px;
  border-bottom: 1px solid #FFFFFF;
  border-top: 1px solid #FFFFFF;
  }
#menu {
  float:left;
  width:100%;
  background: #000000 url("Images/bg2.gif") repeat-x bottom;
  font-size:9;
  line-height:normal;
  }
#menu ul {
  margin:0;
  padding:3px 3px 0;
  list-style:none;
  }
#menu li {
  float:left;
  background:url("Images/norm_left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 3px;
  border-bottom:1px solid navy;
  }
#menu a {
  float:left;
  display:block;
  background:url("Images/norm_right.gif") no-repeat right top;
  padding:5px 5px 4px 4px;
  text-decoration:none;
  font-weight:bold;
  color:navy;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#menu a {float:none;}
/* End IE5-Mac hack */
#menu a:hover {
  color:white;
  }
#menu #current {
  background-image:url("Images/norm_left_on.gif");
    border-bottom:0px solid navy;

  }
#menu #current a {
  background-image:url("Images/norm_right_on.gif");
  color:#333;
  padding-bottom:5px;
  }