/*----------------------------------------------*/
/* Naper Settlement                             */
/*----------------------------------------------*/
/*                                              */
/* Fourth Level Pages Style Sheet               */
/*                                              */
/* Written By: Purple Monkey Studios, Inc.      */
/* Written On: 8/10/2004                        */
/*                                              */
/* Last Modified On: 8/10/2004                  */
/* Last Modified By: Ray Schauer (PMSI)         */
/*----------------------------------------------*/
/*-------------------------*/
/* SECOND MENU STYLES      */
/*-------------------------*/
#thirdmenu {
	position: relative;
	margin: 0;
	padding: 0;
	margin-top: -45px;
	margin-left: 450px;
	margin-bottom: 10px;
	width: 270px;
}
#thirdmenu h3 {
	width: 220px;
	text-align: right;
	margin: 0;
	padding: 0;
	font-family: verdana, helvetica, sans-serif;
	font-size: 17px;
	color: #666699;
	text-decoration: none;
	font-weight: normal;
	
}
#thirdmenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 18px;
	width: 250px; /* was 185 px; */
}
#thirdmenu li {
	margin: 0;
	padding: 0;
	text-align: right;
}
#thirdmenu a {
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	color: #6666CC;
	text-decoration: none;
	font-weight: normal;
	background: none;
	padding-right: 30px;
}
#thirdmenu a:hover {
	font-weight: bold;
	background: url(../images/secondlevel/menu/leaf.gif) right no-repeat;	
}