/* ######### CSS for Shade Tabs. Remove if not using ######### */
.shadetabs{
	padding: 2px 0;
	margin-left: 0px;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 1px;
	list-style-type: none;
	text-align: right; /*set to left, center, or right to align the menu as desired*/
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
}

.shadetabs li{
	display: inline;
	margin: 0;
}

.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	margin-right: 3px;
	color: #2d2b2b;
	padding-top: 3px;
	padding-right: 7px;

	padding-left: 7px;
}



.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: 3px;
	background: transparent;
}

.modernbricksmenu2 ul{
	margin:30px;
	margin-left: 10px; /*margin between first menu item and left browser edge*/
	padding: 0;
	list-style: none;
}

.modernbricksmenu2 li{
	margin: 0 0px 0 0;
	padding: 0;
	text-transform:uppercase;
}

.modernbricksmenu2 a{
	float: left;
	text-decoration: none;
	margin: 0 0px 0 0; /*Margin between each menu item*/
	padding: 5px 10px;
	background-color: black;
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
}

.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{
	
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	}

.indentmenu ul{
	margin: 0;
	padding: 0;
	float: right;
	/* width: 80%; width of menu*/
border-top: 4px solid darkred; /*darkred border*/
	background: black url(indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
	float: left;
	color: black;
	text-decoration: none;
	border-right: 1px solid darkred; /*darkred divider between menu items*/
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 11px;
}

.indentmenu ul li a:visited{
color: black;
}

.indentmenu ul li a.selected{
	color: black !important;
	padding-top: 1px; /*shift text down 1px*/
	padding-bottom: 4px;
	background: black url(indentbg2.gif) center center repeat-x;
}
