.menuBar {
	line-height: 0px;
	margin-top: 2px;
	color: #CCCCCC;
}

.menuBar a, .menuBar a:link, .menuBar a:visited, .menuBar a:hover {
	font-weight: normal;
	font-size: 9px;
}

.menu_item {
	background-position: bottom right;
	background-repeat: no-repeat; 
	
	padding-left: 5px;
	padding-right: 5px;

	display:inline;
	font-weight: normal;
}

.menu_item a, .menu_item a:visited, .menu_item a:hover,  .menu_item a:active, a.menu_item:link {
	font-weight: normal;
}

a.menu_item, a.menu_item:visited, a.menu_item:active, a.menu_item:link, a.menu_item:hover {
	font-weight: normal;
}

.menu_item_active {
	padding-left: 5px;
	padding-right: 5px;

	display:inline;
	color: white;
	background-image: url(../images_site/i_p-nav_bg_sel.html); background-repeat: repeat-x; background-position: -1px;
}
	
	.menu_item_active a:link, .menu_item_active a:visited, .menu_item_active a:hover {
		color: white;
		font-weight: normal;
	}


.sub_menu {
	position: absolute;
	visibility: hidden;
	margin-top: -6px;
	border: none;
	z-index: 101;
	text-align: left;
	background: none;
}

	.sub_menu a, .sub_menu a:link, .sub_menu a:active, .sub_menu a:visited {
		color: black;
	}
	
.sub_menu_item {
	padding: 5px;
	line-height:5px;
	display: block;
	white-space: nowrap;
	margin: 0px;
	
	height: 16px;
	width: 150px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../index.html', sizingMethod='noscale');
	cursor: pointer;
	font-weight: normal;
}

.sub_menu_item a, .sub_menu_item a:visited, .sub_menu_item a:hover,  .sub_menu_item a:active, .sub_menu_item a:link {
	font-weight: normal;
}

.sub_menu_item[class] {
	background: url('../images_site/menu_bg.png') no-repeat;
 }

.sub_menu_item a, .sub_menu_item a:link, .sub_menu_item a:visited, .sub_menu_item a:hover, .sub_menu_item a:active {
	font-weight: normal;
}
 
.sub_menu_item_active {
	padding: 5px;
	line-height:5px;
	color: #7B7B7B;
    text-align: left;
	display: block;
	padding: 5px;
	white-space: nowrap;
	margin: 0px;
	
	height: 21px;
	width: 150px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images_site/menu_bg.html', sizingMethod='noscale');
	cursor: pointer;
}

	.sub_menu_item_active[class] {
		background: url('../images_site/menu_bg.png') no-repeat;
	 }

	.sub_menu_item_active a, .sub_menu_item_active a:link, .sub_menu_item_active a:visited, .sub_menu_item_active a:hover, .sub_menu_item_active a:active {
		font-weight: normal;
	}
	
	a.sub_menu_item_active:hover {
		color: #5B5B5B;
	}
