﻿/* This is somewhat unnecessary since AdiEfoqa is more or less
	the default theme, but it's here to make it simpler to change
	these later. Also for some reason a.themed is required.

	In general though, you can take nearly anything and add .themed to
	it to modify it here on top of whatever the original CSS defined. */

.one-menu div.heading.themed {
	/* border-top-color: #aaa; */
	background: url(menu-heading.png);
}

.one-menu div.heading.opened.themed a.heading  {
	background: url(menu-heading-sel.png);
	background-repeat: repeat-x;
}

.one-menu div.heading.themed a.heading:hover {	/* unfortunately ie sucks at caching images, so using the same image as the selected heading */
	color: #eee;
	background: url(menu-heading-sel.png);
	background-repeat: repeat-x;
}

.one-menu div.heading.hover.themed {
	/* color: #eee;
	background-color: #069; */
}

.menu-bar div.bottom.themed {
	/* border-color: #aaa; */
}

.one-menu ul.themed {
	/* border-left-color: #999;
	border-top-color: #999; */
}
.one-menu a.themed {
	color: #fff;
}
.one-menu a.open.themed {
	background-color: #158;
}
.one-menu a.themed:hover {
	color: #000;
	background-color: #eee;
}
