

div.rootNav
{
	position:absolute;
	left:0px;
	top:0px;
	width:200px;
	height:100%;
	z-index:1;
}

table.toolbox 
{
	width:200px;
	height:17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: white;
	text-align: left;
	
	border-color: #000099;
	border-width: 0px;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: solid;
}

#tbsearch
{
	width:50%;
	height:17px;
}

#tbnavigation
{
	width:50%;
	height:17px;
}
	
td.tb-inactive
{
	cursor:pointer;
	background-color:#000099; 
}
	
td.tb-active
{
	cursor:default;
	color: white;
	font-weight: bold;
	background-color:#000099; 
}

table.navtitle
{
	width:100%;
	padding-left:18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border:0px none black;
}
