body         { background-color: #800000; font-family: Book Antiqua, Georgia, Arial, sans-serif; font-size: 12pt; color: #000000 }
a            { font-family: Book Antiqua, Georgia, Tahoma, Arial, sans-serif; color: #800000 }
h1           { font-family: Book Antiqua, Georgia, Tahoma, Arial, sans-serif; color: #800000; font-size: 36pt; font-weight: bold }
h2           { font-family: Book Antiqua, Georgia, Tahoma, Arial, sans-serif; color: #800000; font-size: 18pt; font-weight: bold; text-decoration: underline}
h3			 { font-family: Book Antiqua, Georgia, Tahoma, Arial, sans-serif; color: #800000; font-size: 12pt }
h4			 { font-family: Book Antiqua, Georgia, Tahoma, Arial, sans-serif; color: #333333; font-size: 12pt }
normal       { font-family: Book Antiqua, Georgia, Tahoma, Arial, sans-serif; color: #000000; font-size: 12pt }
li           { font-family: Book Antiqua, Georgia, Tahoma, Arial, sans-serif; font-size: 12pt }
a:link {text-decoration: underline; color: #800000 }


.sgpamenu{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.sgpamenu ul{
font: white 12pt Book Antiqua, Georgia, Tahoma, Arial, sans-serif; 
font-weight: bold;
margin:0;
padding:4px;
list-style:none;
}

.sgpamenu li{
display:inline;
margin:0 2px 0 0;
padding:0;;
}


.sgpamenu a{
float:left;
color: white;
background: #800000 url("images/menuleft.gif") no-repeat left top;
margin:0 2px 0 0;
padding:0 0 1px 3px;
text-decoration:none;
letter-spacing: 1px;
}

.sgpamenu a span{
float:left;
display:block;
background: transparent url("images/menuright.gif") no-repeat right top;
padding: 4px 8px 2px 7px;
}

.sgpamenu a span{
float:none;
}

.sgpamenu a:hover{
background-color: #333333; text-decoration: none; color: white
}

.sgpamenu a:hover span{
background-color: #333333; text-decoration: none; color: white
}

.sgpamenu .selected a, #sgpamenu .selected a span{ /*currently selected tab*/
background-color: #333333; text-decoration: none; color: white;
}

.sgpamenuline{
clear: both;
padding: 0;
width: 100%;
height: 4px;
line-height: 4px;
background: #333333;
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a{
position:absolute;
top: 0;
border: 1px solid black; /*THEME CHANGE HERE*/
border-top-width: 4px; /*Top border width. Should match height of .sgpamenuline above*/
border-bottom-width: 0;
font: #333333 12pt Book Antiqua, Georgia, Tahoma, Arial, sans-serif;
font-weight: bold;
text-align: left;
line-height:18px;
z-index:100;
background-color: white;
width: 175px;
visibility: hidden;
}


.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 5px;
border-top: 0 solid #333333;
border-bottom: 1px solid #333333; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background-color: #800000;
color: white;
}