/* CSS Document */

.indentmenu
{
	font:bold 12px Arial;
	width:100%; /*leave this value as is in most cases*/
	margin-top:10px;
}

.indentmenu ul
{
	margin:0;
	padding:0;
	float:left;
	/* width: 80%; width of menu*/
	border-top:1px solid #BBB; /*navy border*/
	background:black url(../images/chromebg.gif) center center repeat-x;
}

.indentmenu ul li
{
	display: inline;
}

.indentmenu ul li a
{
	float:left;
	color:black; /*text color*/
	padding:5px 11px;
	text-decoration:none;
	border-right:1px solid #BBB; /*navy divider between menu items*/
	border-left:1px solid #BBB;
}

.indentmenu ul li a:hover
{
	background:black url(../images/chromebg1.gif) center center repeat-x;
	color:black;
}

.indentmenu ul li a:visited
{
	color: black;
}

.indentmenu ul li a.selected
{
	color:black !important;
	background:black url(../images/chromebg2.gif) center center repeat-x;
}

.tabcontentstyle
{
	/*style of tab content container*/
	border:1px solid gray;
	padding:5px;
}

.tabcontentstyle_frame
{
	width:450px;
	height:400px;
	overflow:auto;
	padding-right:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:10px;
}

.tabcontent
{
	display:none;
}