﻿.navItem {
	color: #ffffff;
	font-size: 12px;
	width: 163px;
	height: 30px;
	float: left;
	border-right: 1px white solid;
	cursor: pointer;
}
.navItem_Inner {
	padding-left: 5px;
	padding-top: 7px;
}
.navItem a {
	color: white;
	text-decoration: none;
}
.navItem a:hover {
	color: #f3eeca;
	text-decoration: none;
}
.navItem_Active {
	background-image: url('../images/L0_ActiveMenu.png');
	height: 100%;
}
.navItem_Inactive {
	height: 100%;
}
#top_nav_b {
	height: 30px;
	display: block;
	margin-left: 1px;
	margin-right: 7px;
	background-image: url('../images/L0_InactiveMenu.png');
}
#bottom_nav {
	position: relative;
	font-size: 12px;
	color: #747987;
}
#bottom_nav_table {
	position: relative;
	width: 100%;
	padding-left: 15px;
	padding-top: 15px;
	padding-right: 15px;
}
#bottom_nav_table a {
	color: #747987;
	text-decoration: none;
}
#bottom_nav_table a:hover {
	color: #A6A455;
}
#bottom_nav_b {
	background-color: #e4eaef;
	height: 100%;
}
