/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
	font: bold 12px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	position: absolute;
	left: 183px;
	top: 367px;
	height: 45px;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	margin-right: 0px;
	border: 1px solid #778;
	color: #2d2b2b;
	background: white url(shade.gif) top left repeat-x;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
}

/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */

.modernbricksmenu2{
	padding: 0; /*Brown color theme*/
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-family: "MS Sans Serif", Tahoma, Verdana;
	float: right;
	margin: 0px;
}

.modernbricksmenu2 ul{
	list-style: none;
}

.modernbricksmenu2 li{
	display: inline;
	width: 80px;
}

.modernbricksmenu2 a{
	display: block;
	color: #000;
	text-decoration: none;
	font-weight: normal;
	background-image: url(images/news_head.gif);
	background-repeat: repeat-x;
	width: 80px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	float: left;
}

.modernbricksmenu2 a:hover{
	color: #FFF;
	font-weight: bold;
}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
	color: white;
	background-image: url(images/lastnews_head.gif);
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenu{
	width: 100%; /*leave this value as is in most cases*/
	font-family: "MS Sans Serif", Tahoma, Verdana;
	font-size: 13px;
	font-weight: bold;
}

.indentmenu ul{
	margin: 0;
	padding: 0;
	float: left;
	/* width: 80%; width of menu*/
border-top: 1px solid navy;
	background-image: url(images/news_head.gif);
	background-repeat: repeat-x;
	background-position: center center;
}

.indentmenu ul li{
	display: inline;
}

.indentmenu ul li a{
	float: left;
	color: white;
	text-decoration: none;
	border-right: 1px solid navy; /*navy divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a.selected{
	color: white !important;
	background-repeat: repeat-x;
	background-position: center center;
	background-image: url(images/lastnews_head.gif);
}


.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 450px;
margin-bottom: 1em;
padding: 10px;
}

@media print {
.tabcontent {
display:block !important;
}
}
