/*
End of menu system styles.
*/

a:link {
	color: #0000FF;
	text-decoration: underline;
}

a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

a:active {
	color: #000000;
	text-decoration: underline;
}

body {
	background-color: #FFFFFF;
	background-image: url(../images/common/navbg.gif);
	background-repeat: repeat-y;
}

/*
Start of header styles.
*/

.logolayer {
	left: 0px;
	position: absolute;
	top: 0px; /*	width: 230px; */
	z-index: 198;
}

/*
End of header styles.
*/
/*
The styles particular to the menu system are in this section
*/
.pviimenudiv {
	border-left-color: #D2691E;
	border-left-style: solid;
	border-left-width: thin;
	border-bottom-color: #D2691E;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.pviimenudiv a:link {
	color: #8B0000;
	text-decoration: none;
}

.pviimenudiv a:visited {
	color: #8B0000;
	text-decoration: none;
}

.pviimenudiv a:hover {
	color: Red;
	text-decoration: underline;
}

.pviimenudiv a:active {
	color: #000000;
	text-decoration: underline;
}

.pviimenudiv b {
	color: #0000CD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}

.pviimenudiv p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	margin-bottom: 6px;
	margin-top: 10px;
}

.pviimenudiv td {
	background-color: #FFFACD;
	color: #0000CD;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

/*
End of menu styles
*/
