.nav_row
	{
	height:33px;
	width:800px;
	position:relative;
	float:left;
	background-image: url(../images/nav_bg.gif);
	}
.nav_row_space_left
	{
		height:33px;
		width:10px;
		position:relative;
		float:left;
	}
.nav_row a
	{
		color:#FFFFFF;
		font-size:11px;
		font-weight:bold;
		text-decoration:none;
	}
.nav_row a:hover
	{
		color:#FF0000;
		font-weight:bold;
	}
.nav_row_row_spacer
	{
		height:10px;
		position:relative;
		float:left;
		background-color:#FFCC00;
		width:inherit;
	}
.nav_tab_left
	{
		position:relative;
		float:left;
		background-image:url(../images/tab_left.gif);
		background-repeat:no-repeat;
		height:33px;
		width:6px;
	}
.nav_tab_center
	{
		position:relative;
		float:left;
		background-image:url(../images/tab_center.gif);
		height:33px;
		width:auto
	}		
.nav_tab_center br
	{
		line-height:10px;
	}		
.nav_tab_right
	{
		position:relative;
		float:left;
		background-image:url(../images/tab_right.gif);
		background-repeat:no-repeat;
		height:33px;
		width:31px;
	}

