/* styles for main navigation bar */

.navbar
{
	width: auto;
	height: 31px;
	border: solid #999999 1px;
	background: white;
	background-image: url('../images/navbar_bg_normal.gif');
}

a.navlink
{
	text-decoration: none;
}

.navblock, .navcurrent
{
	font: 12px Verdana;
	text-align: center;
	white-space: nowrap;
	line-height: 30px;

	width: auto;
	height: 31px;
	float: left;
	padding: 0px 15px 0px 15px;
	
	border-right: solid #999999 1px;
}

a.navlink .navblock
{
	background: white;
	background-image: url('../images/navbar_bg_normal.gif');
	color: #666666;
}

a.navlink:hover .navblock
{
	background: #3399ee;
	background-image: url('../images/navbar_bg_over.gif');
	color: white;
}

.navcurrent
{
	background: #99ccff;
	background-image: url('../images/navbar_bg_active.gif');
	color: white;
}
