﻿.primarynavlink{
	color: white;
	text-decoration: none;
	font-size: 14px;
	font-weight:600;
	text-transform: uppercase;
	padding-left: 10px;
	padding-right: 10px;
}

.primarynavlink:hover{
	color: silver;
}

.anylinkcss{
	position: absolute;
	visibility: hidden;
	border-bottom-width: 0;
	font: normal 12px arial;
	line-height: 30px;
	text-align: left;
	white-space: nowrap;
	width: 185px;
	background-color: #141414;
	z-index: 100;
	/* For Firefox */
	opacity: 0.8;
	/* For IE */
	filter: alpha(opacity=80);
}

.anylinkcss a{
	display: block;
	padding: 1px 0;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
	padding-left: 7px;
	padding-right: 7px;
	white-space: nowrap;
}

.anylinkcss a:hover{ /*hover background color*/
	background-color: #666666;
	color: #e0e0e0;
}