/* Generated by KompoZer */
.bluetabs{
border-bottom: 2px solid gray;
}

.bluetabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 16px Verdana;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.bluetabs li{
display: inline;
margin: 0;
}

/*.bluetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(media/bluetab.gif) top left repeat-x;
}*/ 

.bluetabs li a{

text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: yellow url(media/bluetab.gif) top left repeat-x; /* THEME CHANGE HERE*/
}

.bluetabs li a:visited{
color: #2d2b2b;
}

.bluetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
background: red
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
background-image: url(media/bluetabactive.gif); /*THEME CHANGE HERE*/
border-bottom-color: white;
}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

body {
  /* background-color:#0080c0;*/
  padding: 0px;
  margin: 0px;
  background-color: white;
  font-family: Verdana;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: medium;
  line-height: 1.5em;
  font-size-adjust: none;
  font-stretch: normal;
}

p {
  margin-left: 2em;
}

h1 {
  margin: 0;
  padding: 0;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: large;
  font-weight: bold;
}
h2 {
  margin: 0;
  padding: 0;
  font-family: Arial,Helvetica,sans-serif;
  font-size: large;
  font-style: normal;
  font-weight:normal;
  font-variant: normal;
  text-decoration: underline;
}

hr {
  border-style: solid none none;
  border-color: #cccccc;
  border-width: 1px medium medium;
  height: 1px;
  margin-bottom: 5px;
}

#menuBar {
  /* background-color: #0080c0; */
  background-color: #00ffff;
  /* background-color: aqua; */
  margin: 0px;
  padding: 0px;
  left = 50;
  text-align: center
}

#cats {
  float: left;
  font-family: "Times New Roman",Times,serif;
  font-size: large;
  font-weight: bold;
  text-align: left;
  /* background-color: #0080c0; */
  background-color:white;
  height: 100%;
  line-height: normal;
  position: relative;
  width: 100%;
  overflow: visible;
  visibility: visible;
  display: inline;
}

#tabs {
  border-bottom: 1px solid #bcd2e6;
  background: #0080c0 none repeat scroll 0% 50%;
  float: left;
  width: 100%;
  font-size: 93%;
  line-height: normal;
}
#tabs ul {
  margin: 0;
  padding: 10px 10px 0 50px;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
#tabs li {
  margin: 0;
  padding: 0;
  display: inline;
}

#tabs a {
  margin: 0;
  padding: 0 0 0 4px;
  text-color: Black;
  background: transparent url(tableft.gif) no-repeat scroll left top;
  float: left;
  text-decoration: none;
}

#tabs a span {
  background: transparent url(tabright.gif) no-repeat scroll right top;
  padding: 5px 15px 4px 6px;
  float: left;
  display: block;
  color: black
}

#tabs a span {
  margin: auto;
  right: 2px;
  width: auto;
  height: auto;
  color: black;
  float: none;
}
#tabs a:hover span {
  color: #0080c0
}
#tabs a:hover {
  background-position: 0% -42px;
}
#tabs a:hover span {
  color:yellow;
  background-position: 100% -42px;
}
