.nav
{
	position: absolute;
	top: 0px;
	width: 154px;
	height: 28px;
	border-bottom: 1px solid #2a2b2f;
	cursor: pointer;
	cursor: hand;
}

.nav .navtext
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 144px;
	height: 24px;
	padding-left: 2px;
	padding-top: 4px;
	border-left: 1px solid #717276;
	background-color: #57595c;
	line-height: 24px;
	color: white;
	text-align: center;
	font-weight: bold;
}

.nav .navend
{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 8px;
	height: 28px;
}

.navOn
{
	position: absolute;
	top: 0px;
	width: 154px;
	height: 28px;
	border-bottom: 1px solid #2a2b2f;
	cursor: pointer;
	cursor: hand;
}

.navOn .navtext
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 144px;
	height: 24px;
	padding-left: 2px;
	padding-top: 4px;
	border-left: 1px solid #e3e4e8;
	background-color: #e3e4e8;
	line-height: 24px;
	color: #595b5e;
	text-align: center;
	font-weight: bold;
}

.navOn .navend
{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 8px;
	height: 28px;
}

.navRoll
{
	position: absolute;
	top: 0px;
	width: 154px;
	height: 28px;
	border-bottom: 1px solid #f5f7f9;
	cursor: pointer;
	cursor: hand;
}

.navRoll .navtext
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 144px;
	height: 24px;
	padding-left: 2px;
	padding-top: 4px;
	border-left: 1px solid #f5f7f9;
	background-color: #f5f7f9;
	line-height: 24px;
	color: #595b5e;
	text-align: center;
	font-weight: bold;
}

.navRoll .navend
{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 8px;
	height: 28px;
}

.navRollDropDown
{
	position: absolute;
	top: 0px;
	width: 154px;
	height: 28px;
	border-bottom: 1px solid #f5f7f9;
	cursor: pointer;
	cursor: hand;
}

.navRollDropDown .navtext
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 144px;
	height: 24px;
	padding-left: 2px;
	padding-top: 4px;
	border-left: 1px solid #f5f7f9;
	background-color: #f5f7f9;
	line-height: 24px;
	color: #595b5e;
	text-align: center;
	font-weight: bold;
}

.navRollDropDown .navend
{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 8px;
	height: 28px;
}

.navdropdown
{
	position: absolute;
	left: -1px;
	top: 29px;
	width: 200px;
	height: auto;
	background-color: #f5f7f9;
	border-left: 1px solid #2a2b2f;
	border-bottom: 3px solid #2a2b2f;
	border-right: 3px solid #333333;
	padding-top: 8px;
	display: none;
}

.navdropdown DIV
{
	height: 32px;
	border-bottom: 1px solid #dcdcdc;
	line-height: 32px;
	padding-left: 15px;
	padding-right: 15px;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
}

.navdropdown .normal
{
	color: #0364b8;
}

.navdropdown .highlight
{
	color: #b7450d;
}

a.nounderline
{
	text-decoration:none;
	color:black;
}

#nav1
{
	left: 0px;
}

#nav2
{
	left: 127.5px;
}

#nav3
{
	left: 255px;
}

#nav4
{
	left: 382.5px;
}

#nav5
{
	left: 510px;
}

#nav6
{
	left: 637.5px;
}

#nav7
{
	left: 765px;
}