/*Main Navbar */

#nav {
	margin-top:4px;
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	}
	
#nav li {
	list-style:none;
	float:right;
	}

#nav a, #nav a:visited {
	float:right;
	display:block;
	color: #2f2f2f;
	padding:6px 12px;
	}

#nav a:hover, #nav a:active, .current_page_item	a {
	text-decoration:none;
	color:#666666;
	}		



#nav .current-cat{
	text-decoration:none;
	color: #FF33CC;
	font-weight: bold;	/*background-image: url(images/hand.jpg);
	background-repeat: no-repeat;
	background-position: right;*/	
	}	
