/*
		Theme Name: orange coffee
		Theme URI: http://www.gertjanbosch.nl
		Description: Dark brown orangecoffee WordPress theme by <a href="http://www.gertjanbosch.nl">Gert-Jan Bosch</a>
		Version: 1.0
		Author: Gert-Jan Bosch
		Author URI: http://www.gertjanbosch.nl
		Tags: brown, orange, simple, two columns, right sidebar, fixed width, valid CSS
*/

/***************************************************** Main nav *****************************************************/

#nav {
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	background: url('../images/nav_bg.gif') #e7ded4 no-repeat right top;
	padding-right: 70px;
	}
	
#nav, #nav ul {
	width: 920px;
	height: 57px;
	list-style: none;
	line-height: 40px;
	}

#nav a, #nav a:hover {
	margin-top: 10px;
	margin-bottom: 7px;
	display: block;
	text-decoration: none;
	color: #301a03;
	font-size: 22px;
	border: none;	
	}

#nav li {
	float: right;
	list-style: none;
	}

#nav a, #nav a:visited {
	display: block;
	color: #301a03;
	padding: 0 10px;
	}

#nav a:hover, #nav a:active, .current_page_item	a, #home .on {
	text-decoration: none;
	}	
	
/***************************************************** Dropdown menu *****************************************************/	

#nav li ul {
	position: absolute;
	left: -999em;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 174px;
	line-height: 40px;
	}

#nav li li {
	width: 172px;
	border-bottom: 1px solid #231303;
	border-right: 1px solid #231303;
	border-left: 1px solid #231303;
	background: #493d31;
	color: #e7ded4;
	margin: 0px;
	padding: 0px;
	}

#nav li li a, #nav li li a:visited {
	font-weight:normal;
	font-size: 14px;
	color: #e7ded4;
	background: #493d31;
	line-height: 40px;
	margin: 0px;
	padding: 0px 0px 0px 12px;
	}

#nav li li a:hover, #nav li li a:active {
	background: #e7ded4;
	color: #493d31;
	font-size: 14px;
	margin: 0px;
	padding: 0px 0px 0px 12px;
	}	
		
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}

a.main:hover {	
	background:none;
	}