.shadetabs{
	margin-left: 140px;
	margin-top: 10px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
	margin-right: auto;
}
.shadetabs li{
	display: inline;
	margin: 0;
	text-decoration: none;
}
.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 3px 7px;
	margin-right: 3px;
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
}
.shadetabs li a:hover{
text-decoration: underline;
}
.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 3px;
}
.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}
.modernbricksmenu2{
padding: 0;
width: 362px;
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;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
}
.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}
.indentmenu ul{
	margin: 0;
	padding: 0;
	float: left; /*darkred border*/
	background: black url(indentbg.gif) center center repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
}
.indentmenu ul li{
display: inline;
}
.indentmenu ul li a{
	float: left;
	padding: 3px 11px;
	text-decoration: none; /*darkred divider between menu items*/
	border-right-width: 1px;
	border-right-style: solid;
}
.indentmenu ul li a.selected{
	padding-top: 4px; /*shift text down 1px*/
	padding-bottom: 2px;
	background-repeat: repeat-x;
	background-position: center center;
}