.indentmenu{
font-family:Arial Narrow, Helvetica Neue, Helvetica, Arial; letter-spacing:0px; font-size:17px; font-weight:bold;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/

/*background: black url(../images_fn/indentbg.gif) center center repeat-x;*/
}

.indentmenu ul li{
display:inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 4px 15px 4px 20px;
text-decoration:none;
border-right: 1px solid #000; /*navy divider between menu items*/
outline: none;
}

.indentmenu ul li a:hover{
color:#999999;
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a.selected{
color: white !important;
background: url(../images_fn/arrow_fn.jpg) 8px center no-repeat;
}





.plainmenu{
font-family:Arial Narrow, Helvetica Neue, Helvetica, Arial; letter-spacing:0px; line-height: 16px; font-size:16px; font-weight:bold;
width: 100%; /*leave this value as is in most cases*/
}

.plainmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/

/*background: black url(../images_fn/indentbg.gif) center center repeat-x;*/
}

.plainmenu ul li{
display: inline;
}

.plainmenu ul li a{
float: left;
color: #000; /*text color*/
padding: 0px 10px 0px 10px;
text-decoration: none;
border-right: 2px solid #000; /*navy divider between menu items*/
outline: none;
}

.plainmenu ul li a:hover{
color: #333;
}

.plainmenu ul li a:visited{
color: #000;
}

.plainmenu ul li a.selected{
color: #600909 !important;
background: url(../images_fn/arrow_red.png) 3px center no-repeat;
}






.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 450px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
