body
{
	/*background-color: #FFFFFF;*/
	margin-top: 4px;
	margin-bottom: 4px;
	scrollbar-arrow-color: #FF9933;
	scrollbar-face-color: #FFFFFF;
	scrollbar-track-color: #EEEEEE;
	scrollbar-shadow-color: #FF9933;
	scrollbar-highlight-color: #FF9933;
	scrollbar-3dlight-color: #FF9933;
	scrollbar-darkshadow-Color: #FF9933;
}
		
.tabmain
{
	border-top: 1px; /* solid #FF9933;*/
	border-right: 1px; /* solid #FF9933;*/
	border-bottom: 1px; /* solid #FF9933;*/
	border-left: 1px; /*solid #FF9933;*/
	border-style: solid;
	border-color: #FF6600;
}

div#navcontainer
{
	width: 780;
	height: 25;
}

div#navcontainer ul
{
	/*font-family: Arial, Helvetica, sans-serif;*/
	font: 14px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	font-weight: bold;
	color: white;
	text-align: center;
	margin: 0;
	padding: 0;
	/*white-space: nowrap;*/
}

div#navcontainer ul li
{
	list-style: none; /* remove bullets and list indents */
	margin: 0;
	padding: 0;
	display: inline;
}

div#navcontainer ul li a
{
	float: left;
	width: 130;
	height: 25;
	background: url("button_main.jpg") no-repeat;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 170%;
}

div#navcontainer ul li a:hover
{
	background: url("button_over.jpg") no-repeat;
	color: #FFFFFF;
}

div#navcontainer ul li a:active
{
	background: url("button_active.jpg") no-repeat;
	color: #FFFFFF;
}

/*div#navcontainer #active a
{
	background: url("button_active.jpg") no-repeat;
	color: #FFFFFF;
}*/