.appNavTable
{
	width: 100%;
	height: 25px;
	background-color: #D4D0C8;
	border-bottom: 1px solid #666666;
}

.appNavLeft
{
	width: 150px;
	height: 25px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: White;
	background-color: #6666CC;
	text-align: left;
	vertical-align: middle;
	border-right: 1px solid #666666;
}

.appNavRight
{
	width: 99%;
	height: 25px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: black;
	background-color: #D4D0C8;	
	text-align: left;
	vertical-align: middle;
}

.userName {
	margin: 0;
	padding: 10px 0 0 3px;
}

.appNavItemTable
{
	height: 25px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: black;
	background-color: #D4D0C8;	
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid white;
}

.appNavItemTd
{
	height: 25px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: black;
	background-color: #D4D0C8;	
	text-align: center;
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 10px;
	border-left: 1px solid white;
	border-right: 1px solid black;
	border-top: 1px solid white;
}

.appNavItemTdOn
{
	height: 25px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: black;
	background-color: #ECE8E1;	
	text-align: center;
	padding-left: 5px;
	padding-right: 12px;
	border-left: 1px solid black;
	border-right: 1px solid white;
	border-top: 1px solid black;
	border-bottom: 1px solid white;
}


a:link.appNavLink
{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: black;
	text-decoration: none;	
}

a:active.appNavLink
{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: black;
	text-decoration: none;	
}

a:visited.appNavLink
{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: black;
	text-decoration: none;	
}

a:hover.appNavLink
{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: black;
	text-decoration: underline;	
}