﻿#ContentNavigationWrapper
{
	width: 210px;
	position: absolute;
	background-image: url('../Image/Common/HRVertical.jpg'); 
	background-repeat: repeat-y;
	background-position: right;
	left: 0px;
	bottom: 1px;
	top: 25px;
	z-index: 99;
	
}

#ContentNavigationMenu
{
	position: absolute;
	top: 0px;
}

#ContentNavigationTop
{
	position: relative;
	float: right;
	right: 20px; 
}

#ContentNavigation
{
	position: relative;
	width: 180px;
	float: right;
	margin-left: 25px;
}

#ContentNavigation LI
{
	position: relative;
	height: 35px;
}

#ContentNavigation LI A
{
	color: #103450;
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	position: absolute; 
	float: left;
	width: 100%;
}
#ContentNavigation LI A:hover { color: #d9163d; }
#ContentLevel2
{
	width: 695px;
	position: relative;
	float: right;
	right: 25px;
	top: 25px;
	bottom: 1px;
	padding-bottom: 25px;
}
