@charset "UTF-8";
/* CSS Document */

/* Top navigation */
/* -------------- */
#topNav {
	width: 800px;
	height: 44px;
	margin-left: 25px;
	margin-right: 25px;
	background: url(images/menu-bg.png) repeat-x;
}

#topNavPaw {
	float: left;
}

#topNavPaw img {
	margin-left: 4px;
	margin-right: 10px;
	margin-top: 8px;
	border: 0;
}

#topNavRSS {
	float: right;
}

#topNavRSS img {
	margin-top: 12px;
	margin-right: 8px;
	border: 0;
}

#topNavList {
	float: left;
	color: #f5e7d3;
	font-family: Optima, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
}

#topNavList a:link, #topNavList a:visited {
	color: #f5e7d3;
	text-decoration: none;
}

#topNavList a:hover {
	color: #5a3808;
}

#topNavList ul {
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
	margin-top: 10px;
}

#topNavList li {
	float: left;
	margin-right: 20px;
}

li.topNavListSelected {
	color: #5a3808;
}



/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
