@charset "utf-8";
/* CSS Document */
a.nav:link,a.nav:visited{
	color: #071963;
	text-decoration: none;
	font-weight: bold;
}
a.nav:hover{
	color: #071963;
	text-decoration: underline;
	font-weight: bold;
}
ul.listTitle{
	padding-left: 23px;
	margin-bottom: 0px;
	margin-top: 5px;
	list-style-image:url('../images/right-arrow.png');
}
ul.listSubTitle{
	padding-left: 10px;
	list-style-type: none;
}
.menuTitle{
	background-color: #071963;
	font-weight: bold;
	color: #C9A570;
	padding-left: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 0px;
	margin-top: 11px;
	letter-spacing: 2px;
}
.top_menu_title{
	background-color: #071963;
	font-weight: bold;
	color: #C9A570;
	padding-left: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 0px;
	margin-top: 0px;
	letter-spacing: 2px;
}