/* -------------------------------------- TOP PURPLE MENU ------------------------------------- */
#navlist li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	height: 30px;
}
#navlist a:link {
	color: #dcb30b;
	text-decoration: none;
}
#navlist a:visited {
	color: #dcb30b;
	text-decoration: none;
}
#navlist a:hover {
	color: #FFF;
	text-decoration: none;
}
#navlist li a {
	background-image: url('../images/arrow_orange.gif');
	background-position: 2px;
	background-repeat: no-repeat;
	padding-left: 15px;
	text-decoration: none;
}
#navlist li a:hover {
	background-image: url('../images/arrow_orange.gif');
	background-repeat: no-repeat;
	background-position: 0.5em;
	padding-left: 15px;
}
/* ----------------------------------- SECONDARY SILVER MENU ---------------------------------- */
#navlist2 li {
	display: inline;
	list-style-type: none;
	/*padding-right: 20px; */
	padding-right: 0; /* page rendering fix */
	height: 30px;
}
#navlist2 a:link {
	color: #431c60;
	text-decoration: none;
}
#navlist2 a:visited {
	color: #431c60;
	text-decoration: none;
}
#navlist2 a:hover {
	color: #8d3eca;
	text-decoration: none;
}
#navlist2 li a {
	background-image: url('../images/arrow_purple.gif');
	background-position: 2px;
	background-repeat: no-repeat;
	padding-left: 15px;
	text-decoration: none;
}
#navlist2 li a:hover {
	background-image: url('../images/arrow_purple.gif');
	background-repeat: no-repeat;
	background-position: 0.5em;
	padding-left: 15px;
}
/* ----------------------- left menu --------------------------------- */
#navcontainer {
	margin-left: 0px;
}
#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: verdana, arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	width: 215px;
	border-bottom: 1px #333 dotted;
}
#navcontainer li {
	margin: 0 0 1px 5px;
}
#navcontainer a {
	display: block;
	padding: 2px 4px 0 4px;
	width: 190px;
	color: #a27108;
	text-decoration: none;
}
#navcontainer a:hover {
	color: #333;
	background-color: #fff;
	text-decoration: none;
}
#navcontainer ul ul li {
	margin: 0 0 1px 0;
}
#navcontainer ul ul a {
	display: block;
	padding: 1px 5px 1px 20px;
	width: 185px;
	color: #333;
	text-decoration: none;
	border-bottom: none;
	background: none;
	font-weight: normal;
	background: #FFF url('../images/arrow_orange.gif') no-repeat scroll 5px 6px;
}

#navcontainer ul ul a:hover {
	color:#dcb30b;
	background-color: #fff;
	text-decoration: none;
	background: #FFF url('../images/arrow_orange.gif') no-repeat scroll 3px 6px;
}
#navcontainer ul ul ul li {
	margin: 0 0 1px 0;
}
#navcontainer ul ul ul a {
	display: block;
	padding: 3px 5px 3px 30px;
	width: 205px;
	color: #333;
	text-decoration: none;
	border-bottom: none;
	background: #FFF url('../images/arrow_orange.gif') no-repeat scroll 16px 9px;
}
#navcontainer ul ul ul a:hover {
	color: #333;
	background-color: #fff;
	text-decoration: none;
}

.dottedunderline {
	border-bottom:1px #333 dotted;
	padding:2px;
	width:250px;
}


