/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */

.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
/*border-top: 1px solid darkred; /*darkred border*/*/
/*background: black url(indentbg.gif) center center repeat-x;*/
}

.indentmenu ul li{
display: inline;
margin: 0;
}

.indentmenu ul li a{
float: left;
margin-left: 0px;
color: black; /*text color*/
padding: 0px 0px;
text-decoration: none;
position: relative;
/*position:absolute;*/
z-index:1;
/*background: white url(shade.gif) top left repeat-x;*/
/*border-right: 1px solid darkred; /*darkred divider between menu items*/
}

.indentmenu ul li a:visited{
color: black;
}

.indentmenu ul li a.selected{
/*color: black !important;*/
/*border-bottom-color: white;*/
padding-top: 0 px; /*shift text down 1px*/
padding-bottom: 0 px;
/*background-image: url(shadeactive.gif);*/

/*background: black url(indentbg2.gif) center center repeat-x;*/
}


/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */



.webboardmenu{
font: bold 13px Arial;
/*width: 100%; /*leave this value as is in most cases*/
}

.webboardmenu ul{
margin: 0;
padding: 0;
float: left;
 width: 100%;/* width of menu*/
/*border-top: 1px solid darkred; /*darkred border*/*/
background:  url(images\table\webboard\table-webboard_01.gif) top left repeat-x;
}

.webboardmenu ul li{
display: inline;
margin: 0;
}

.webboardmenu ul li a{
float: left;
margin-left: 0px;
color: black; /*text color*/
padding: 0px 0px;
text-decoration: none;
position: relative;
/*position:absolute;*/
z-index:1;
/*background: white url(\images\table\webboard\table-webboard_01.gif) top left repeat-x;*/
/*border-right: 1px solid darkred; /*darkred divider between menu items*/
}

.webboardmenu ul li a:visited{
color: black;
}

.webboardmenu ul li a.selected{
/*color: black !important;*/
/*border-bottom-color: white;*/
padding-top: 0 px; /*shift text down 1px*/
padding-bottom: 0 px;
/*background-image: url(shadeactive.gif);*/

/*background: black url(indentbg2.gif) center center repeat-x;*/
}

