﻿#tabs {
float:left;
width:100%;
background: #7D0407;
background: url("images/menubar.jpg")
line-height:normal;
border-bottom:1px solid red;
}
#tabs ul {
margin:0;
padding:0px 0px 0 0px;
list-style:none;
}
#tabs li {
display:inline;
margin:0;
padding:0;
}
#tabs a {
float:left;
background:url("images/tableft.jpg") no-repeat left top;
margin:0;
padding:0 0 0 5px;
text-decoration:none;
}
#tabs a span {
float:left;
display:block;
background:url("images/tabright.jpg") no-repeat right top;
padding:5px 15px 4px 6px;
color:#FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span {
color:#7D0407;
}
#tabs a:hover {
background-position:0% -42px;
}
#tabs a:hover span {
background-position:100% -42px;
}
#menubg {
background-image: url(images/menubar.jpg);
width:100%;
height:28;
padding:0px;
}
#shadow {
background-image: url(images/shadow.jpg);
width:100%;
height:14;
padding:0px;
}
A.bottommenu:link	{
color: #ffffff;
font-size:10pt;
font-family:arial;
font-weight:normal;
text-decoration:none;
cursor:hand;
}
A.bottommenu:visited	{
color: yellow;
font-size:10pt;
font-family:arial;
font-weight:normal;
text-decoration:none;
cursor:hand;
}
A.bottommenu:active	{
color: yellow;
font-size:10pt;
font-family:arial;
font-weight:normal;
text-decoration:none;
cursor:hand;
}
A.bottommenu:hover	{
color: black;
font-size:10pt;
font-family:arial;
font-weight:normal;
text-decoration:underline;
cursor:hand;
}
A.credit:link	{
color: #ffffff;
font-size:10pt;
font-family:arial;
font-weight:normal;
text-decoration:none;
cursor:hand;
}
A.credit:visited	{
color: yellow;
font-size:10pt;
font-family:arial;
font-weight:normal;
text-decoration:none;
cursor:hand;
}
A.credit:active	{
color: yellow;
font-size:10pt;
font-family:arial;
font-weight:normal;
text-decoration:none;
cursor:hand;
}
A.credit:hover	{
color: white;
font-size:10pt;
font-family:arial;
font-weight:normal;
text-decoration:underline;
cursor:hand;
}

A.pagelinks:link	{
color: #33369D;
font-size:10pt;
font-family:arial;
font-weight:normal;
text-decoration:none;
cursor:hand;
}
A.pagelinks:visited	{
color: black;
font-size:10pt;
font-family:arial;
font-weight:normal;
text-decoration:none;
cursor:hand;
}
A.pagelinks:active	{
color: yellow;
font-size:10pt;
font-family:arial;
font-weight:normal;
text-decoration:none;
cursor:hand;
}
A.pagelinks:hover	{
color: black;
font-size:10pt;
font-family:arial;
font-weight:normal;
text-decoration:underline;
cursor:hand;
}