/* -----BUTTONS----- */
.navigationbuttons{
list-style: none;
padding: 0;
margin: 0;
width:180px;
margin: 40px 5px}

.navigationbuttons li{
float: Left;
margin: 1px 0px}

.navigationbuttons li.unselected a{		/* Used for each unselected line in the navigation bar*/
line-height: 35px;
float: left;
width: 180px;
display: block;
text-decoration: none;
text-align: left;
text-indent: 18px;
color: Black;
font-size: 11pt;
font-family: "Verdana", Times, serif;
background-color: #a0a0a0}

.navigationbuttons li.selected {	  	/* Used for the selected line in the navigation bar*/
line-height: 35px;
float: left;
width: 180px;
display: block;
text-decoration: none;
text-align: left;
text-indent: 18px;
color: Black;
font-size: 11pt;
font-family: "Verdana", Times, serif;
background-color: #a9f01c}

.navigationbuttonspacer{				/* Used as a spacer in the menu*/
line-height: 15px;
float: left;
width: 180px;
display: block;
text-decoration: none;
text-align: left;
text-indent: 18px;
color: Black;
font-size: 11pt;
font-family: "Verdana", Times, serif;
background-color: black}

.navigationbuttons li a:hover{			/* Used when mouse over (each line)*/
color: white;
background-image: url("../images/buttons/sidebutton_over.gif");
background-repeat:no-repeat}

/* Hide from IE5-Mac \*/
.navigation li a{float: none}
/* End hide */



/* -----TABS----- */
.container {clear:both; float:left; width:100%; overflow:hidden;}

.navigationtabs{
list-style: none;
padding: 0;
margin: 0;
float:left;
position:relative; 
left:51%;
outline: none}

.navigationtabs li{
float:left; 
position:relative; 
left:-50%;
margin: 0px 0px}

.navigationtabs li.unselected a{		/* Used for each unselected line in the navigation bar*/
line-height: 40px;
width: 130px;
display: block;
text-decoration: none;
text-align: center;
text-indent: 0px;
color: White;
font-size: 11pt;
font-family: "Verdana", Times, serif;
background-image: url("../images/buttons/topbutton_unselected.gif");
background-repeat:repeat-x}

.navigationtabs li.selected {	  	/* Used for the selected line in the navigation bar*/
line-height: 40px;
width: 130px;
display: block;
text-decoration: none;
text-align: center;
text-indent: 0px;
color: #ff9900;
font-size: 11pt;
font-family: "Verdana", Times, serif;
font-weight: bold;
background-image: url("../images/buttons/topbutton_unselected.gif");
background-repeat:repeat-x}

.navigationtabs li.selected a{	  	/* Used for the selected line in the navigation bar with a hyperlink*/
line-height: 40px;
width: 130px;
display: block;
text-decoration: none;
text-align: center;
text-indent: 0px;
color: #ff9900;
font-size: 11pt;
font-family: "Verdana", Times, serif;
font-weight: bold;
background-image: url("../images/buttons/topbutton_unselected.gif");
background-repeat:repeat-x}

.navigationtabs li a:hover{			/* Used when mouse over (each line)*/
color: White;
background-image: url("../images/buttons/topbutton_selected.gif");
background-repeat:repeat-x}

.leftend {	  						/* Used for left end of bar table*/
line-height: 40px;
width: 50px;
display: block;
background-image: url("../images/buttons/topbutton_leftend.gif");
background-repeat: no-repeat;
background-position: right}

.rightend {	  						/* Used for Right end of bar table*/
line-height: 40px;
width: 50px;
display: block;
background-image: url("../images/buttons/topbutton_rightend.gif");
background-repeat: no-repeat;
background-position: left}

/* Hide from IE5-Mac \*/
.navigation li a{float: none}
/* End hide */