/*  


Theme Name: Freshy
Version: v1.0 (white)
Description: Freshy v1.0 is a 2 columns, Ajax powered theme, featuring: style-switcher, collapsible sidebar, custom DIGG button. It is AdSense optimized, and widget ready. Recent comments function is in-built.<br/>Readme is supplied.
Author: <a href="http://www.inspiredspark.com">InspiredSpark</a>
Author URI: http://www.inspiredspark.com/


*/

body {
	font: 11px "verdana", Geneva, Arial, Verdana, sans-serif;
	color: #000000;
	background: #ade5a4 url(images/bg2.jpg) top center no-repeat;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

#nav {
        width:298px;
	margin: -40px -34px 0px 0px;

}

#nav li {
	float: left;
	list-style-type: none;
	margin: 0px -394px 0px 394px;
	padding: 0px;
	}


#nav ul li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
	display: block;
	padding: 6px 20px 6px 0px;
	margin: 0px 0px 0px 15px;
	text-transform:uppercase;
	}

#nav li {
	background: url(images/nav_red2.png) top left no-repeat;
	}
#nav ul li:hover, #nav ul li.hover, #nav ul li.current_page_item {
	background: url(images/nav-active_red2.png) top left no-repeat; color: #ff4e2c ;
	}
#nav ul li:hover a, #nav ul li.hover a, #nav ul li.current_page_item a {
	color: #fff;	
	background: url(images/nav-active_red2.png) top right no-repeat;
	}
#nav ul li a {
	color: #49ad3a;
	background: #ade5a4 top right no-repeat;
	}
#nav ul li a:hover {
	color: #fff ;
	background: url(images/nav-active_red2.png) top right no-repeat;
	}