.shadetabs{


margin-left: 10px;
width: 560px;
}

.shadetabs a{
margin-bottom: 1px;
float: left;
padding: 1px;
border-bottom: 5px solid #ffffff;
}

.shadetabs a:hover{
padding: 1px;
border-bottom: 5px solid #b11d3f;

}

.shadetabs a.selected{ /*selected main tab style */
padding: 1px;
border-bottom: 5px solid #D25A0B;
}


.shadetabs a.selected:hover{ /*selected main tab style */
padding: 1px;
border-bottom: 5px solid #D25A0B;

}
/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */

.homemenu {
padding: 0;
margin-left: 10px;
margin-top: 5px;
margin-bottom: 1px;
width: 561px;
height: 22px;
border-bottom: 3px solid #C5D1D3; /*Brown color theme*/ 
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.homemenu ul{
margin:0;
margin-left: 0; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;

}

.homemenu li{
display: inline;

margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.homemenu a{
	float: left;
	display: block;
	color: white;
	text-decoration: none;
	margin: 0 1px 0 0; /*Margin between each menu item*/
	padding: 3px 9px;
	background-color: #155767; /*Brown color theme*/
	border-top: 1px solid white;
	font-family: Geneva, Arial, Helvetica, sans-serif, "Lucida Console";
	font-size: 12px;
}

.homemenu a:hover{
background-color: #990000; /*Brown color theme*/ 
color: white;
border-color: #596A63;
}

.homemenu a.selected{ /*currently selected tab*/
background-color: #C5D1D3; /*Brown color theme*/ 
color: black;
font-weight:bold;
border-color: #AEBFC1; /*Brown color theme*/ 
}

/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */

.indentmenu{
padding: 0;
margin-bottom: 1px;
width: 280px;
height: 22px;
border-bottom: 3px solid #D25A0B; /*Brown color theme*/ 
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;

}

.indentmenu ul{
margin:0;
margin-left: 0; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;

}

.indentmenu li{
display: inline;

margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.indentmenu a{
	float: left;
	display: block;
	color: white;
	text-decoration: none;
	margin: 0 1px 0 0; /*Margin between each menu item*/
	padding: 3px 11px;
	background-color: #155767; /*Brown color theme*/
	border-top: 1px solid white;
	font-family: Geneva, Arial, Helvetica;
	font-size: 12px;

}
.indentmenu a:hover{
background-color: #990000; /*Brown color theme*/ 
color: white;
border-color: #596A63;

}

.indentmenu a.selected{
background-color: #D25A0B; /*Brown color theme*/ 
color: white;
border-color: #D25A0B; /*Brown color theme*/ 
}
