/* CSS Document */
#menu {
	text-align: left;
	margin: 0px;
	padding: 130px 0px 0px 59px;
	height: 258px;
	width: 727px;
	background-image: url(../_images/home.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#navList {
	margin: 0px;
	padding: 0px;
	width: 332px;
	list-style-type: none;
	height: 250px;
	overflow: hidden;
}
#navList li {
	padding-bottom: 19px;
	margin: 0px;
	background-image: url(../_images/menuArrows.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}
#navList li a {
	padding: 0px 0px 0px 18px;
	background-image: url(../_images/menuArrows.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	width: 332px;
	background-position: 0px 3px;
}

#navList li a:hover {
 	background-image: url(../_images/menuArrows_o.gif);
}
#navList li.selected {
	background-image: url(../_images/menuArrows_s.gif);
	background-position: 0px 3px;
}
#navList li a.selected {
	background-image: url(../_images/menuArrows_s.gif);
 	background-position: 0px 3px;
}
#navList li a.selected:hover {
	background-image: url(../_images/menuArrows_s.gif);
 	background-position: 0px 3px;
}
#navList a:link {
	color: #000000;
	font-weight:bold;
	text-decoration:none;
}
#navList a:visited {
	color: #000000;
	font-weight:bold;
	text-decoration:none;
}
#navList a:hover {
	color: #7A1340;
	font-weight:bold;
	text-decoration:none;
}
#navList a.selected:hover {
	color: #000000;
	font-weight:bold;
	text-decoration:none;
}

