﻿.siteMap ul li a
{
	font-size:12pt;
	color:black;
	text-decoration:none;
}

.siteMap ul ul li a
{
	font-size:10pt;
	color:blue;
	text-decoration:none;
}

.siteMap ul ul ul li a
{
	font-size:8pt;
	color:green;
	text-decoration:none;
}

/*skip to main*/
.hide a:link, .hide a:visited, .hide a:hover
{
	/*to hide but allow tabbing*/
	color:#FF7300;
	font-size:0.1em;
}

.item
{     
	width :152px;
	height :25px;
	background-image :url(Images/BgMain.gif);
	background-repeat :no-repeat;
	background-color :Transparent;
	color :#FFFFFF;
	margin-bottom :0.1em;
}

html>body #mainnav .item {padding:0.5em 0.5em;}   

.hover
{
	background-color:gray;
}

.selected 
{
	background-image :url(Images/BgMain.gif);
	background-repeat :no-repeat;
	padding :0 1em 0 3em;
	background-color :Transparent; 
}

html>body #mainnav .selected {padding:0 0.5em 0 1.5em;}


