/*
		Theme Name: orange coffee e7ded4 1c1919 b2893e 301a03
		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 {
	background: url(images/nav_bg.gif) #1c1919 no-repeat right top;
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin: 0px;
	padding: 0 10px 0 0;
        border-left-width:0;
        border-right-width:0;
        border-top-width:0;
        border-bottom-width:0px;
        border-style:solid;
        border-color:#a6470d;
	}
	
#nav, #nav ul {
	width: 980px;
	height: 57px;
	list-style: none;
	line-height: 40px;
	}

#nav a {
        background-color: transparent;
        background-repeat: repeat;
        background-attachment: scroll;
        background-position: left top;
        line-height: 40px;
	margin-top: 10px;
	margin-bottom: 3px;
	margin-left: 3px;
	margin-right: 0px;
        border-left-width: 1px;
        border-right-width: 1px;
        border-top-width: 1px;
        border-bottom-width: 1px;
        border-style: dotted;
        border-color: transparent;
	display: block;
	text-decoration: none;
	color: #e7ded4;
	font-size: 16px;
	}

#nav a:hover {
        border-left-width: 1px;
        border-right-width: 1px;
        border-top-width: 1px;
        border-bottom-width: 1px;
        border-style: dotted;
        border-color: #e7ded4;
	display: block;
	text-decoration: none;
	color: #e7ded4;
	}

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

#nav a, #nav a:visited {
        z-index: 99;
        background-image: url(images/black-back.png);
	display: block;
	color: #e7ded4;
	padding: 0 10px;
	margin-left: 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 {

        background-color: transparent;

        background-image: url(images/black-back2.png);

        background-repeat: repeat;

        background-attachment: scroll;

        background-position: left top;

	width: 172px;

	border-bottom: 1px solid #3e3e3e;

	border-right: 1px solid #3e3e3e;

	border-left: 1px solid #3e3e3e;

	color: #e7ded4;

	margin: 0px;

	padding: 0px;

	}



#nav li li a, #nav li li a:visited {

	font-weight:normal;

	font-size: 12px;

	color: #e7ded4;

	line-height: 30px;

	margin: 0px;

	padding: 0px 0px 0px 12px;

	}



#nav li li a:hover, #nav li li a:active {

	color: #e7ded4;

	font-size: 12px;

	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;

	}
