﻿<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#error{
}

#navigation_bar{
background-image: url(../images/menu_bar_960.png);
height: 29px;
/*float: right;*/
width: 960px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
}

#invertedtabs{
font-family: arial;
font-size: 9.5pt;
text-align:center;
margin:0 auto;
width:100%;
padding: 0;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
padding-left: 0px;
}

#invertedtabs ul{
display:table;
font: bold 11px Arial, Verdana, sans-serif;
margin:0 auto;
margin-bottom: 1em; /*margin between menu and rest of content*/
padding:0;
list-style-type:none;
white-space:nowrap;
}

#invertedtabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
text-transform:none;
line-height: 1.5em;
}


#invertedtabs a{
float:left;
color: #000000;
background: transparent;
margin:0 2px 0 0;
padding:0 0 0 3px;
text-decoration:none;
font-weight:bold;
letter-spacing: 0px;
}

#invertedtabs a span{
float:left;
display:block;
background: transparent url(../images/color_tabs_right2.gif) no-repeat right bottom;
padding:3px 9px 3px 6px;
}

#invertedtabs a span{
float:none;
}


#invertedtabs a:hover{
color: #c41230;
background-color: #ffffff;
}

#invertedtabs a:hover span{
color: #c41230;
background-color: #FFFFFF;
}

#invertedtabs #current a, #invertedtabs #current span{ /*currently selected tab*/
color:#000000;
background-color: #ffffff;
}

#invertedtabsline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
background: #ffffff;
border-bottom: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

</style>