#site {
	background-color: #ff9f00;
}

#menus div.module_menu {
  background: url(default/default_tl.png) 0 0 no-repeat;
}
 
#menus div.module_menu div {
  background: url(default/default_bl.png) 0 100% no-repeat;
}
 
#menus div.module_menu div div{
  background: url(default/default_tr.png) 100% 0 no-repeat;
}
 
#menus div.module_menu div div div {
  background: url(default/default_br.png) 100% 100% no-repeat;
}

#menus div.module_menu a:link, #menus div.module_menu a:visited {
	color: #000000;
}
#menus div.module_menu a:hover, 
#menus div.module_menu a:focus,
#menus div.module_menu li.active a {
	color: #000000;
	background-color: #ff9f00;
}
