.Dummy
{
	width: 1px;
	height: 1px;
	border: 0px;
}

.NaviOuter
{
	position: relative;
	height: 86px;
}

.NaviBorder
{

}

.NaviInner
{
	position: relative;
}

a.NaviActive
{ 
    color: #4A88D5;
	text-decoration: none;
    font-weight: bold;
}
	
a.NaviInactive
{ 
    color: #CCE1F4;
	text-decoration: none;
    font-weight: bold;
}
	
a.NaviHover
{
	color: #E4D102;
	text-decoration: none;
    font-weight: bold;
}

.NaviLine
{
	clear: both;
}

.NaviSepVert
{
	height: 4px;
	width: 1px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	background-color: black;	
}
	
.NaviSepHor
{
	height: 1px;
	clear: both;
	position: relative;
	padding: 0px;
	margin: 0px;
	border: 0px;
	background-color: black;	
}
	
.NaviButton
{
	font-family: verdana;
	font-size: 11px;
	padding: 2px;
	margin-right: 2px;
	font-weight: bold;
}

.NaviButtonActive
{
	border-top: 1px solid black;
	border-left: 1px solid black;
	background-color: #CCE1F4;	
}

.NaviButtonInactive
{
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	background-color: #4A88D5;	
}

.NaviButtonDiv
{
	float: left;
}
