/* CSS Document */

#topnav, #topnav ul {
	float: left;
	width: 910px;
	list-style: none;
	line-height: 1.8em;
	font-weight: bold;
	padding: 0;
	margin: 0;
	clear: both;
/*	background-image:url(../images/style/nav_bg_gold.gif);
	background-repeat:repeat-x;
	background-color: rgb(142,102,40); */
	background-color: rgb(113,115,106);
	background-image: url(../images/style/nav_bg.gif);
	background-repeat: repeat-x; 
	text-transform: uppercase;
	z-index: 100;
}

#topnav a {
	display: block;
	width: auto;
	w\idth: auto;
	text-decoration: none;
	padding: 0.4em 1.5em;
	color: #FFFFFF;
	font-size: 10px;
	border-left: 1px solid #999999;
	border-right: 1px solid #666666;
}

#topnav a:hover {
	color:#FFFFFF;
}

#topnav a.daddy {
	background: url(#.gif);  /* background image for menu items with sub menus (arrow perhaps) */
}

#topnav li {
	float: left;
	padding: 0;
	width: auto;
}

#topnav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 12em;
	w\idth: 12em;
	font-weight: normal;
	margin: 0;
	background-color:#999999;
	background-image: url(../images/style/menu_bg.gif);
	border-bottom: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	border-color: #999999;
	background-repeat: repeat;
}

#topnav li li {
	width: 12em;
	line-height:1.2em;
	padding:5px 0;
}

#topnav li ul a {
	width: 12em;
	w\idth: 12em;
	border:none;
}

#topnav li ul ul {
	margin: -2.3em 0 0 13.9em;
}

#topnav li:hover ul ul, #topnav li:hover ul ul ul, #topnav li.sfhover ul ul, #topnav li.sfhover ul ul ul {
	left: -999em;
}

#topnav li:hover ul, #topnav li li:hover ul, #topnav li li li:hover ul, #topnav li.sfhover ul, #topnav li li.sfhover ul, #topnav li li li.sfhover ul {
	left: auto;
}

#topnav li:hover, #topnav li.sfhover {
	background-image:url(../images/style/nav_bg_gold.gif);
	background-repeat:repeat-x;
	background-color: rgb(171,125,33);
}

#topnav ul li.signinbutton { background-image:url(../images/style/nav_bg_gold.gif); }

ul#topnav li.makeadonation {
	background-image:url(../images/style/buttons/slim/donate.jpg);
	text-indent:-9999px;
	width:140px;
	overflow:hidden;
	background-repeat:no-repeat;
	float:right;
	margin:3px 10px;
	height:25px;
	border:none;
}

ul#topnav li.makeadonation a { border:none; }

ul#topnav li.makeadonation a:hover { border:none; }
