div#header {
	background: url('../imgs/yellow/bg-header.png') repeat-x center top;
}

div#header-sub {
	background: url('../imgs/yellow/bg-header-subpage.png') repeat-x center top;
}

li.drop {
	background: url('../imgs/yellow/nav-arrow.png') no-repeat;
	background-position: 0px 13px;
}

a {
	color: #5e5348;
}

#nav a:link, #nav a:active, #nav a:visited{
    color: #d0c3af;
 }
 
 #nav li.current a {
	color: #fff;
}

#nav li.current ul a{
    color: #d0c3af;
}

#nav a:hover{
   color: #fff;
}

#nav li.current ul a:hover{
    color: #fff;
}