
.menu0{
padding: 0;
width:100%;
border-bottom: 2px solid #D25A0B; /*Brown color theme*/ 
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.menu0 ul{
margin:0;
margin-left: 0px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.menu0 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.menu0 a{
float: left;
display: block;
font: bold 11px Arial;
color: white;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
background-color: black; /*Brown color theme*/ 
border-top: 1px solid white;
}

.menu0 a:hover{
background-color: #D25A0B; /*Brown color theme*/ 
color: white;
}

.menu0 a.selected{ /*currently selected tab*/
background-color: #D25A0B; /*Brown color theme*/ 
color: white;
border-color: #E6A45E; /*Brown color theme*/ 
}
/*--------------------------------*/


.menu1{
padding: 0;
width:100%;
border-bottom: 2px solid #F66D6D; /*NewBlue color theme*/ 
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.menu1 ul{
margin:0;
margin-left: 0px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.menu1 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.menu1 a{
float: left;
display: block;
font: bold 11px Arial;
color: white;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
background-color: black; /*Brown color theme*/ 
border-top: 0px solid white;
}

.menu1 a:hover{
background-color: #F66D6D; /*Brown color theme*/ 
color: white;
}

.menu1 a.selected{ /*currently selected tab*/
background-color: #F66D6D; /*Brown color theme*/ 
color: white;
border-color: #D25A0B; /*Brown color theme*/ 
}
/*--------------------------------*/

/*--------------------------------*/


.menu2{
padding: 0;
width:100%;
border-bottom: 2px solid #679ECD; /*Brown color theme*/ 
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.menu2 ul{
margin:0;
margin-left: 0px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.menu2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.menu2 a{
float: left;
display: block;
font: bold 11px Arial;
color: white;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
background-color: #4E3F31; /*Brown color theme*/ 
border-top: 1px solid white;
}

.menu2 a:hover{
background-color: #679ECD; /*Brown color theme*/ 
color: white;
}

.menu2 a.selected{ /*currently selected tab*/
background-color: #679ECD; /*Brown color theme*/ 
color: white;
border-color: #E6A45E; /*Brown color theme*/ 
}
/*--------------------------------*/




.menu3{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}
.tabcontentiframe
{
	background:red;
	width: 100%; 
}
.menu3 ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
border-top: 1px solid darkred; /*darkred border*/
background: black url(images/ajaxtabs/indentbg.gif) center center repeat-x;
}

.menu3 ul li{
display: inline;
}

.menu3 ul li a{
float: left;
color: black; /*text color*/
padding: 3px 11px;
text-decoration: none;
border-right: 1px solid darkred; /*darkred divider between menu items*/
}

.menu3 ul li a:visited{
color: black;
}

.menu3 ul li a.selected{
color: black !important;
padding-top: 4px; /*shift text down 1px*/
padding-bottom: 2px;
background: black url(images/ajaxtabs/indentbg2.gif) center center repeat-x;
}

/*--------------------------------------*/

.menu4{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}
.tabcontentiframe
{
	background:red;
	width: 100%; 
}
.menu4 ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
border-top: 1px solid gray; /*darkred border*/
background: black url(images/ajaxtabs/menu4bg.gif) center center repeat-x;
}

.menu4 ul li{
display: inline;
}

.menu4 ul li a{
float: left;
color: white; /*text color*/
padding: 3px 11px;
text-decoration: none;
border-right: 1px solid gray; /*darkred divider between menu items*/
border-left: 1px solid gray; /*darkred divider between menu items*/
}

.menu4 ul li a:visited{
color: black;
}

.menu4 ul li a.selected{
color: black !important;
padding-top: 4px; /*shift text down 1px*/
padding-bottom: 2px;
background: black url(images/ajaxtabs/menu4.gif) center center repeat-x;
}

/*--------------------------------------*/

.menu5{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}
.tabcontentiframe
{
	background:red;
	width: 100%; 
}
.menu5 ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
border-top: 1px solid gray; /*darkred border*/
border-bottom: 1px solid gray; /*darkred border*/
background: black url(images/ajaxtabs/menu5bg.gif) center center repeat-x;
}

.menu5 ul li{
display: inline;
}

.menu5 ul li a{
float: left;
color:black; /*text color*/
padding: 3px 11px;
text-decoration: none;
border-right: 1px solid gray; /*darkred divider between menu items*/
border-left: 1px solid gray; /*darkred divider between menu items*/
}

.menu5 ul li a:visited{
color: black;
}

.menu5 ul li a.selected{
color: black !important;
padding-top: 4px; /*shift text down 1px*/
padding-bottom: 2px;
background: black url(images/ajaxtabs/menu5.gif) center center repeat-x;
}

