/*Top Nav */

#topnav {
	margin-left:108px;
	}
	
#topnav li {
	list-style:none;
	float:left;
	margin:9px 11px 0 0;
	color:#a9a18a;
	font-size:0.9em;
	}
	
#topnav a, #topnav a:visited {
	display:block;
	background:#4d4b40;
	color:#a9a18a;
	padding:7px 16px; 
	text-decoration:none;
	float:left;
	}

#topnav a:hover, #topnav a:active, #topnav a#current-home, #topnav a#current-home:visited  {
	background:#010100;
	color:#e9debf
	}
	
#browse {
	background: url(../images/bg_browse.gif) no-repeat 0 7px;
	padding: 7px 0 0 22px;
	}		



/*Nav */

#nav {
	margin:6px 0 0 55px;
	}
		
#nav li {
	float:left;
	padding: 0 4px;
	list-style:none;
	margin-right:23px;
	}

#nav a, #nav a:visited {
	display:block;
	color: #FFF;
	float:left;
	text-decoration:none;
	font-weight:bold;
	padding:4px 7px;
	}

#nav a:hover, #nav a:active,
#nav li.current-cat	a, #nav li.current-cat a:visited,
#nav li.current_page_item a, #nav li.current_page_item a:visited {
	background:#6192c7;
	text-decoration:none;
	}


			
			
			