.indentmenu {
  background-color: #990000;
  background-position: right center;
  background-repeat: repeat-y;
  display: block;
  height: 440px;
  left: 20px;
  padding-top: 140px;
  position: absolute;
  top: 0;
  width: 200px;
  z-index: 1;
}

.indentmenu ul {
  margin: 0;
  padding: 0;
  z-index: 1;
}
.indentmenu ul li {
  height: 30px;
  list-style: none outside none;
  padding-left: 12px;
}

a {  color: #FFFFFF;
}

.indentmenu ul li a:hover {
	color:#900; background-color:#fff
}

.indentmenu ul li a {
  display: block;
  font: 18px arial;
  letter-spacing: 4px;
  margin: 4px 12px 0 0;
  min-width: 0;
  padding: 4px;
  text-align: left;
  text-decoration: none;
}

a.tabselected {color:#000}


.tabcontent a {
  color: #CC3300;
  display: inline;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 17px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

.tabcontent a:hover {color:#CC0}
.tabcontent p.test:hover {color:#900}

.tabcontent p.test {color:#fff; font-family: 'Wire One',sans-serif;
  font-size: 22px}



#castpagelink { position:absolute; left:0; top:411px; width:150px}

#castpagelink a{
display: block;
font: 16px/24px century gothic;
outline: 0 none;
padding: 2px 3px 4px 20px;
text-decoration: none
}

#castpagelink a:hover{
	background-image:url(menuback.png);
}



.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 450px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent {
	left:0;
	top:150px;
  width: 280px;
  height:400px}

@media print {
.tabcontent {
display:block !important;
}
}
