/* commented out lines for 800px width template */
#nav, #nav ul {
	font-family: Verdana;
	float: left;
	list-style: none;
	font-weight: bold;
	padding: 4px;
	margin: 0px;
        text-align:center;

}
#nav a.top {
	padding-left:10px;
        padding-right:10px;
        white-space: normal;
        border-bottom-width: 1px;
        border-bottom-style:solid;
        border-bottom-color:#b7c8c9;
        margin-left:2px;
        margin-right: 2px;
        background-color:transparent;
        text-align:center;
        display: block;
        color:#DAAE82;
        text-align:center;
        text-decoration: none;
        line-height: 15px;
        font-size:12px;
        word-spacing: 3px;
        letter-spacing: 3px;
        width:110px;
}

#nav a.top:hover {
	
	color: #937039;
	background-color: #FDF5E6;
	text-decoration: none;
	text-align:center;
}


#nav a.sub {
 /* width: 160px;*/
        border: 3px;
        text-align:center;
}



#nav li {
	float: left;
	padding: 2px;
        background-color: transparent;
        text-align:center;
        width: 140px;

  /*Uncomment line below if not using images */
	/*border-right: 1px solid #ffffff;*/ 
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width:130px;
	font-weight: normal;
	margin: 0;
        white-space:normal;
        background-color:white;
        text-align:center;
        margin-left:10px;
}

#nav li li {
        list-style: none;
        text-align:center;
	width:130px;
        white-space:normal;
	border-bottom: 1px solid #ccc;
        text-align:center;
}

#nav li ul a {
       line-height: 17px;
       text-align:center;
font-size:12px;
word-spacing: 3px;
letter-spacing: 3px;
width:130px;
text-align:center;
color: #DAAE82;
text-decoration: none;
padding-left:2px;
padding-right:2px;
white-space: normal;
margin-left:2px;
margin-right: 2px;
}

#nav li li a {
       line-height: 17px;
}

#nav li ul a:hover {
	background-color: #FDF5E6;
        color: #937039;
}

#nav li ul ul {
	margin: -13px 0 0 10px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#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;
}

#nav li:hover, #nav li.sfhover {
	background: #FDF5E6;
        color: #937039;
}

