﻿/**COLORS 
dark blue: #000077
dark red: #880000
yellow: #ffee00

link: #990000
visited link: #000077
active link: #000077
hover color: #00bb00
**/

.MainMenu {
	 
}

.MainMenuRootStyle {
	BACKGROUND-COLOR: #880000;
	COLOR: #ffee00;
	WIDTH: 120px;
}

.MainMenuChildStyle {
	BACKGROUND-COLOR: #000077;
	COLOR: #ffee00;
	 
}

