/**
 * Layout is inherited from back-end, except for the menu colors.
 */
.menu {
	background: #2e53a0 url(../../images/default/menu_bg.gif) repeat-x top;
}
.menu li.active a {
	background: url(../../images/default/menu_bg_active.gif) repeat-x top;
}
.menu a:hover {
	background: url(../../images/default/menu_bg_over.gif) repeat-x top;
}
.menu a.active:hover {
	background: url(../../images/default/menu_bg_active.gif) repeat-x top;
}

.main-inner {
	padding: 10px;
}
a {
	color: #2E53A0;
}

