#menu-wrap ul ul {
	margin-top: -5px;
}

#menu-wrap ul a {
    text-decoration: none;
    color: #404647;
}

#menu-wrap ul .selected_page a {
    background: url(/wp-content/themes/wptheme/images/menuactive.png) top center no-repeat;
}

#menu-wrap ul ul a, #menu-wrap ul .selected_page ul a, #menu-wrap ul .selected_subpage ul a {
    color: #404647;
	 background: #bfd4d9;
}

#menu-wrap ul ul li {
	 padding-top: 1px;
    background: #bfd4d9 url(/wp-content/themes/wptheme/images/menuline.gif) top center no-repeat;
}


#menu-wrap ul a:hover, #menu-wrap ul .selected_page ul a:hover, #menu-wrap ul .selected_subpage ul a:hover {
    color: #ff4200;
}
