/* CSS Document */
#navlist {
	width: 195px;
	background-color: #E9EFE5;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	background-image: url(../images/menu_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	text-transform: uppercase;

}
#navlist ul {
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#navlist li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 195px;
}

#navlist a {
	text-decoration: none;
	padding: 0px 10px 0px 25px;
}

#navlist ul ul li {
	font-size: 12px;
}	
	
.menuActive a {
	color: #FFC160;
	height: 35px;
	display: block;
}

.menuActive {
	background-image:  url(../images/button_bg.jpg);
	height: 35px;
	width: 192px;
	display: block;
	background-repeat: repeat-x;
	background-position: top center;


}

.menuActive a:hover {
	color: #FFC160;
}

.menuNormal a {

	background-position: left top;
	background-repeat: repeat-x;
	color: #FFC160;
	display: block;
	height: 35px;
	
}

.menuNormal a:hover {
	background-image:  url(../images/mbg_2.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	color: #FFC160;
	display: block;
	height: 35px;
	
}

.menuNormal a:visited {
	background-image:  url(../images/mbg_2.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	color: #FFC160;
	display: block;
	height: 35px;
	
}