/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	padding-top: 3px;
	padding-right: 10;
	padding-bottom: 3px;
	padding-left: 10;
	background-color: #718EA8;
	float: left;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	clear: both;
}

.shadetabs li{
	display: inline;
	margin: 0;
	background-color: #718EA8;
}

.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 3px 7px;
	margin-right: 3px;
	color: #FFFFFF;
	border-right-color: #778;
	background-repeat: repeat-x;
	background-position: left top;
}

.shadetabs li a:visited{
	color: #FFFFFF;
}

.shadetabs li a:hover{
	text-decoration: underline;
	color: #FFFFFF;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
	border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}


/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */

.modernbricksmenu2{
padding: 0;
width: 530px;
border-top: 5px solid #D25A0B; /*Brown color theme*/ 
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.modernbricksmenu2 ul{
margin:0;
margin-left: 10px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.modernbricksmenu2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.modernbricksmenu2 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; /*Brown color theme*/
	border-top: 1px solid white;
}

.modernbricksmenu2 a:hover{
background-color: #D25A0B; /*Brown color theme*/ 
color: white;
}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
background-color: #D25A0B; /*Brown color theme*/ 
color: white;
border-color: #D25A0B; /*Brown color theme*/ 
}

/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenu{
	width: 650px; /*leave this value as is in most cases*/
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	float: left;
	background-image: url(../images/img03.gif);
	background-repeat: repeat;
	height: 40px;
	margin-top: 20px;
}

.indentmenu ul{
	margin: 0;
	padding: 0;
	float: left;
	color: #666;
	width: 650px;
}

.indentmenu ul li{
	display: inline;
	color: #666;
}

.indentmenu ul li a{
	float: left;
	color: #666;
	text-decoration: none; /*darkred divider between menu items*/
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 24px;
	padding-bottom: 3px;
	padding-left: 23px;
	height: 40px;
}

.indentmenu ul li a:visited{
	color: #000;
}

.indentmenu ul li a.selected{
	color: #FFFFFF !important;
	padding-top: 10px; /*shift text down 1px*/
	padding-bottom: 3px;
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #666;
	height: 26px;
	float: left;
}

