/* SPLIT MENU
--------------------------------------------------------- */
#splitmenu a {
	background: url(images/mainnav-sep.gif) no-repeat top right!important;
}

#splitmenu a:hover,
#splitmenu a:active,
#splitmenu a:focus {
	color: #333333!important;
	background: url(images/mainnav-sep.gif) no-repeat top right #E5DBBC!important;
}

#splitmenu li.active a,
#splitmenu li.active a:hover,
#splitmenu li.active a:active,
#splitmenu li.active a:focus {
	color: #FFFFFF!important;
	background: url(images/mainnav-active-bg.gif) no-repeat top right #EE9A0A!important;
}

#subnav a {
	background: url(images/menuleft-bg.gif) no-repeat center left #CDBD89!important;
}

#subnav a span {
	background: url(images/menuright-bg.gif) no-repeat center right!important;
}

#subnav a:hover,
#subnav a:active,
#subnav a:focus {
	background: url(images/menuleft-active-bg.gif) no-repeat center left #EE9A0A!important;
}

#subnav a:hover span,
#subnav a:active span,
#subnav a:focus span {
	background: url(images/menuright-active-bg.gif) no-repeat center right!important;
}

#subnav li.active a,
#subnav li.active a:hover,
#subnav li.active a:active,
#subnav li.active a:focus {
	background: url(images/menuleft-active-bg.gif) no-repeat center left #EE9A0A!important;
}

#subnav li.active a span,
#subnav li.active a:hover span,
#subnav li.active a:active span,
#subnav li.active a:focus span {
	background: url(images/menuright-active-bg.gif) no-repeat center right!important;
}