﻿@charset "UTF-8";


#header
{
	background-color: #CC9966;
}

#header #header-left,
#header #header-in,
.hmenu_ul li.center, .hmenu_ul li.end
{
	background: none;
}

.hmenu_ul .hmenu_li a { border-bottom: 10px solid transparent; }
.hmenu_ul .hmenu_li a:hover, .hmenu_ul .hmenu_li_active a { border-bottom: 10px solid #7A3424; }
/* this would also work:
.hmenu_ul .hmenu_li:not(.hmenu_li_active) a:not(:hover) { border-bottom: none; }
*/
