#button {
	position:absolute;
	top:159px;
	left: 0px;
	width:160px;
/*	width: 145px;*/
	height:auto;
	padding: 0;
	margin-bottom: 1em;
	margin-left:10px;
	margin-right:0;
	background-color: #b5cde6;
	color:#24476f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 500;
	clear:right;
	z-index: 900;
	}
#button ul {
	list-style:none;
	margin:0;
	padding:0;
/*	border:none;*/
	}
#button li {
	margin:0px;
	padding:0px;
	border: 1px groove #508fc4;
	background-color:#6699CC;
	}
#button ul li a {
	padding:5px 5px 5px 0;
	border-right:10px solid #508fc4;
	background-color:#b5cde6;
	color:#00337f;
	text-decoration:none;
/*	width:145px;*/
	display: block;
}
#button  li.here {
	padding:5px 5px 5px 0;
/*	border-left:10px solid #1958b7;*/
	color:#f9e966;
/*	width:145px;*/
	width: auto;
	clear:both;
	border-right: 10px solid #d98c3a;
/*	background-color: #6699CC;
	background-color: #508fc4;*/
}

html>body #button li a {
	width:auto;
}

#button li a:hover {
	border-right: 10px solid #5ba3e0;
	background-color:#f9e966;
	color:#24476f;
	display:block;
	font-style: normal;
/*	font-size: 12px;*/
	}
.button_head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #990099;
	font-weight: bold;
	text-decoration: none;
}
/* check out minitabs in !tips 
Listamatic Simple Bits tabbed navbar.mht
*/
#navcontainer
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
/*	margin: 0;*/
	padding: 0;
	height: 28px;
/*	font: 12px;*/
	width:100%;
	list-style-type: none;
	background-color: #00337f;
	border-top-color: #000000;
	border-top-width: 3px;
	border-top-style: solid;
}
#navlist {
	margin-left:165px;
}
#navlist li
{
	float:left;
/*	float:right;*/
	font-size:12px;
	background-color:#00337f;
/*	border-bottom:2px solid #d98c3a;*/
	color:#FFFFFF;
	width:auto;
	height:26px;
	display: block;
	margin-right: 5px;
	padding: 0;
}

#navlist li a, #navlist li a:link
{
	background-color: #508fc4;	/*#0099CC;
/*	background: #00337f;*/
	color: #ffffff;
	text-decoration: none;
	padding: 3px 5px 3px 5px;
	display: block;
	/* adding borders */
	border-left:2px outset;
	border-top:2px outset;
	border-right:2px outset;
}

#navlist li a:hover
{
	color: #00337f;
	border-bottom: 5px solid #d98c3a;
	cursor: pointer;
	background: #f9e966;
}

#navlist li a#current, #navlist li a#current:link
{
	color: #f9e966;
/*	color: #b5cde6; */
	cursor: default;
/*	background-color:#b9e966;
	font-weight: bold;*/
	border-bottom: 5px groove #d98c3a;
	border-left:2px inset;
	border-top:2px inset;
	border-right:2px inset;
}

#navlist li a#current:hover
{
	border-bottom:5px groove #d98c3a;
	color:#00337f;
/*	background: #eee;*/
}
#subnavbar {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	padding-top:3px;
	height: 28px;
	background-color:#fbf8c9;
/*	font: 12px;*/
	width:auto;
	list-style-type: none;
/*	border-top-width: 3px;
	border-top-style: solid;
*/
}
