.navArea {
	background-color: #FFFFFF;
	background-image: url(img_layout/tabmenu/nav_bg.gif);
	background-repeat: repeat-x;
	background-position: 9px 0px;
	height:24px;
	overflow:hidden;
	}
	
.navContent{
	position:relative;
	left:30px;
	height:15px;
	margin-top:9px;
}
	
.navLeftActive {
	background-image: url(img_layout/tabmenu/nav_left_active.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 15px;
	width:12px;
	float:left;
	}
	
.navLeftPassive {
	background-image: url(img_layout/tabmenu/nav_left_passive.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 15px;
	width:12px;
	float:left;
	}

.navBgActive {
	background-image: url(img_layout/tabmenu/nav_bg_active.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 15px;
	float:left;
	overflow:hidden;
	padding-left:3px;
	padding-right:3px;
	}
	
.navBgPassive {
	background-image: url(img_layout/tabmenu/nav_bg_passive.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 15px;
	float:left;
	overflow:hidden;
	padding-left:3px;
	padding-right:3px;
	}

.navMidActivePassive {
	background-image: url(img_layout/tabmenu/nav_mid_active_passive.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 15px;
	width:9px;
	z-index: 2;
	float:left;
	}
	
.navMidPassivePassive{
	background-image: url(img_layout/tabmenu/nav_mid_passive_passive.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 15px;
	width:9px;
	z-index: 2;
	float:left;
	}
	
.navMidPassiveActive{
	background-image: url(img_layout/tabmenu/nav_mid_passive_active.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 15px;
	width:9px;
	z-index: 2;
	float:left;
	}

.navRightActive{
	background-image: url(img_layout/tabmenu/nav_right_active.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 15px;
	width:9px;
	z-index: 2;
	float:left;
}

.navRightPassive{
	background-image: url(img_layout/tabmenu/nav_right_passiv.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 15px;
	width:9px;
	z-index: 2;
	float:left;
}



a.navActive:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	}

a.navActive:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	}
	
a.navActive:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #64625E;
	text-decoration: none;
	}

a.navActive:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #64625E;
	text-decoration: none;
	}

a.navPassive:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #64625E;
	text-decoration: none;
	}

a.navPassive:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #64625E;
	text-decoration: none;
	}
	
a.navPassive:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	}

a.navPassive:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	}

