.Nav
{
	WIDTH: 100%;
	background-color : #CC0000;
	FONT-SIZE: 10pt;
	FONT-WEIGHT: Bold;
	/*PADDING: 3px 0px 3px 0px;
	*/
	height: 18px;
}
.Nav UL
{
	PADDING: 0px 0px 0px 0px;
	MARGIN: 0px 0px 0px 0px;
	LIST-STYLE: none;
}
.Nav LI
{
	DISPLAY: inline;
}
.Nav A
{
	COLOR: White;
	text-decoration : none;
	PADDING: 3px 10px 3px 10px;
	
}
.Nav A:hover
{
	color: #FFCC00;
	text-decoration : none;
}
.Nav A:visited
{
	/*COLOR: gray;*/
	text-decoration : none;
}
.Nav A:link
{
	/*COLOR: gray;*/
	text-decoration : none;
}

.DetailNav /*not used */
{
	
	COLOR: #3300CC;
	FONT-SIZE: 10pt;
	FONT-WEIGHT: Bold;
	PADDING: 3px 0px 3px 0px;
}

.NavCol LI
{
	/*background-color : #CC0000;
	*/
	PADDING: 0px 0px 0px 3px;
	margin: 0px;
	/*BORDER-BOTTOM: 1px solid #CC0000;*/
}
.NavCol A
{
	PADDING: 0px 0px 0px 3px;
	margin: 0px;
	COLOR: #000000;
	text-decoration : none;
	border-bottom: 1px dashed #CC0000;
	display: block;
	font-weight: bold;
}
.NavCol A:hover
{
	COLOR: #CC0000;
	text-decoration : none;
}
.NavCol A:visited
{
	/*COLOR: gray;*/
	text-decoration : none;
}
.NavCol A:link
{
	/*COLOR: gray;*/
	text-decoration : none;
}

.ActNav A
{
	/*background-color: Black;
	*/
	/*COLOR: Silver;*/
	color: #FFCC00;
	text-decoration : none;
}
.ActNav A:hover
{
	/*COLOR: Silver;*/
	color: #FFCC00;
	text-decoration : none;
}
A.ActDetailNav
{
	color: #CC0000;
	text-decoration : none;
}
A.ActDetailNav:hover
{
	color: #CC0000;
	text-decoration : none;
}