
/* START SUBNAV */
.subnav {
	border-top: 1px solid #9c9c9c;
	width: 780px;
	height: 9px;
	background-color: #ffffff;
	color: #9c9c9c;
}

.subnav a {
	font-size: 12px;
	color: #9c9c9c;
	padding-left: 12px;
	padding-top: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	text-decoration:none;


}
.subnav a:link {
	color: #9c9c9c;
}
.subnav a:visited {
	color: #9c9c9c;
}
.subnav a:hover {
	color: #efb10e;
}
	
/* END SUBNAV */
/* START MAIN NAVIGATION  */
.navarrow {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 9px;
}

/**/

/* NAV */
.contactbg {
	vertical-align: bottom;
}
#navbg {
width: 192px;
	background-color: #e3e3e3;
}
#navbg img {
	vertical-align: bottom;
}
#nav
{
	height: auto;
	width: 192px;
	color:#ffffff;
	background-color: #e3e3e3;
	text-align:left;
	text-decoration:none;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	/* width: 190px; Width of Menu Items */
	}

#nav ul li { 
	float: left;
	list-style: none;
	}

#nav li{
	background-color: #e3e3e3;
	width: 192px;
	border-bottom: 1px solid #ffffff;
}

#nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	width:172px;
	padding-top: 3px;
	color: #5e5e5e;
	text-decoration: none;
	text-align:left;
	padding-left: 20px;
	letter-spacing: 1pt;
	display: block;
	font-size: 12px;
	background-image: url(../images/grey_tri.gif);
	background-position: left;
	background-repeat: no-repeat;
	}

#nav a:hover { 
	width: 172px;
	background-color: #b6d5eb;
	background-image: url(../images/blue_tri.gif);
	background-position: left;
	background-repeat: no-repeat;

} 

.anylinkcss{
	position: absolute;
	visibility: hidden;
	border: 1px solid #000000;
	z-index: 200;
	background-color: #5d94c4;
}

.anylinkcss a
{
	background-color: #5d94c4;
	display: block;
	border-bottom: 1px solid #000000;
	text-decoration: none;
	text-indent: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 5px;
	margin-right: 5px;

}

.anylinkcss a:hover
{ 
	background-color: #f2cb31;

}
/*END NAVIGATION */