a{
	color: #FF7F00;
	text-decoration: none;
	font-family: arial, sans-serif;
}

a:hover{
	color: #F0037F;
	text-decoration: none;
	font-family:  arial, sans-serif;
}

/*
a.productsandservices{
	color: white;
	font-weight: bold;
	font-size: 12pt;
	font-family: arial, sans-serif;
	text-decoration: none;
	display: inline;
	position: relative;
	top: 5px;
	padding: 6px 10px 6px 10px;
	background: #f0037f;
}

a.productsandservices:hover{
	color: white;
	font-weight: bold;
	font-size: 12pt;
	font-family: arial, sans-serif;
	text-decoration: none;
	display: inline;
	position: relative;
	top: 5px;
	padding: 6px 10px 6px 10px;
	background: #ff1690;
}

a.contact{
	color: white;
	font-weight: bold;
	font-size: 12pt;
	font-family: arial, sans-serif;
	text-decoration: none;
	display: inline;
	position: relative;
	top: 5px;
	padding: 6px 15px 6px 15px;
	background: #00a0c6;
	border-left: 1px white solid;
}

a.contact:hover{
	color: white;
	font-weight: bold;
	font-size: 12pt;
	font-family: arial, sans-serif;
	text-decoration: none;
	display: inline;
	position: relative;
	top: 5px;
	padding: 6px 15px 6px 15px;
	background: #0fb6de;
	border-left: 1px white solid;
}

a.about{
	color: white;
	font-weight: bold;
	font-size: 12pt;
	font-family: arial, sans-serif;
	text-decoration: none;
	display: inline;
	position: relative;
	top: 5px;
	padding: 6px 15px 6px 15px;
	background: #ff7f00;
	border-left: 1px white solid;
}

a.about:hover{
	color: white;
	font-weight: bold;
	font-size: 12pt;
	font-family: arial, sans-serif;
	text-decoration: none;
	display: inline;
	position: relative;
	top: 5px;
	padding: 6px 15px 6px 15px;
	background: #ffa800;
	border-left: 1px white solid;
}

a.resources{
	color: white;
	font-weight: bold;
	font-size: 12pt;
	font-family: arial, sans-serif;
	text-decoration: none;
	display: inline;
	position: relative;
	top: 5px;
	padding: 6px 10px 6px 10px;
	background: #43c93a;
	border-left: 1px white solid;
}
*/

a.nav:link{
	color: #F04F92;
	text-decoration: none;
	font-family: arial, sans-serif;
	text-decoration: none;
}

a.nav:visited{
	color: #F04F92;
	text-decoration: none;
	font-family: arial, sans-serif;
	text-decoration: none;
}

a.nav:active{
	color: #5ADD45;
	text-decoration: none;
	font-family:  arial, sans-serif;
	text-decoration: none;
}

a.nav:hover{
	color: #5ADD45;
	text-decoration: none;
	font-family:  arial, sans-serif;
	text-decoration: none;
}

a.menu:link{
	color: #555555;
	display: block;
	font-size: 8pt;
	text-decoration: none;
}

a.menu:visited{
	color: #555555;
	display: block;
	font-size: 8pt;
	text-decoration: none;
}

a.menu:active{
	color: #5ADD45;
	text-decoration: none;
	font-family:  arial, sans-serif;
	text-decoration: none;
}

a.menu:hover{
	color: #5ADD45;
	text-decoration: none;
	font-family:  arial, sans-serif;
	text-decoration: none;	
}

A.WhiteLink:link { COLOR: #ffffff; TEXT-DECORATION: none }
A.WhiteLink:visited { COLOR: #ffffff; TEXT-DECORATION: none }
A.WhiteLink:hover { COLOR: #ffffff; TEXT-DECORATION: underline }
A.WhiteLink:active { COLOR: #ffffff; TEXT-DECORATION: none }





a.nv {  
	color: #555555;
	display: block;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;	
	padding: 6px 10px 6px 10px;
	background: #f3f2e4;
	margin-top: 8px;
}

a.nv:hover{
	color: white;
	text-decoration: none;
	display: block;
	font-size: 10pt;
	font-weight: bold;
	padding: 6px 10px 6px 10px;
	background: #FF7F00;
	margin-top: 8px;	
}

a.nv2 {  
	color: #555555;
	display: block;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;	
	padding: 6px 10px 6px 10px;
	background: #FF7F00;
	margin-top: 8px;	
}

a.ny{  
	color: #555555;
	display: block;
	font-size: 10pt;
	text-decoration: none;	
	padding: 2px 10px 2px 10px;
	margin: 6px 0 6px 0;
}

a.ny:hover{
	color: white;
	text-decoration: none;
	display: block;
	font-size: 10pt;
	padding: 2px 10px 2px 10px;
	background-color: #FF7F00;	
	margin: 6px 0 6px 0;	
}

a.ny2{
	color: #555555;
	text-decoration: none;
	display: block;
	font-size: 10pt;
	padding: 2px 10px 2px 10px;
	background-color: #FF7F00;
	margin: 6px 0 6px 0;
}

/*---------- topnav styles ----------*/

#topnav, #topnav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	color: white;
	font-weight: bold;
	font-size: 12pt;
	font-family: arial, sans-serif;
	text-decoration: none;
}

#topnav li a { /* top level links */
	display: block;
	margin: 0;
	padding: 10px;
	background: #1F386F;
	border-right: 1px solid #FFFFFF;
	/*line-height: 29px;*/
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}

#topnav li a:hover { /* top level links hover */
	background: #666666;
	color: #FFFFFF;
}

#topnav li.productsandservices a { background: #f0037f; }
#topnav li.productsandservices a:hover 	{ background: #ff5fb3; }

#topnav li.contact a { background: #00a0c6; }
#topnav li.contact a:hover 	{ background: #0fb6de; }

#topnav li.about a { background: #ff7f00; }
#topnav li.about a:hover { background: #ffa800; }

#topnav li.needtologin a { background: #811787; }
#topnav li.needtologin a:hover { background: #c08bc3; }

#topnav li ul li a { /* second level links */
	display: block;
	width: 100%;
	padding: 6px 10px;
	border-bottom: 1px solid #000;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	font-size: 10pt;
}

#topnav li ul li a:hover { /* second level links hover */
	text-decoration: underline;
	color: #FFF;
}

#topnav li { /* all list items */
	float: left;
	margin: 0;
	padding: 0;
}

#topnav li ul { /* second-level lists */
	position: absolute;
	width: 200px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#topnav li ul li {
	float: left;
	width: 200px; /* width needed or else Opera goes nuts */
}

#topnav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#topnav li:hover ul ul, #topnav li.sfhover ul ul {
	left: -999em;
}

#topnav li:hover ul, #topnav li li:hover ul, #topnav li.sfhover ul, #topnav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* end topnav */