/* メインメニューバーのカラー変更 */

a#menubar:link {
	color: white;
}

a#menubar:visited {
	color: #555;
}

a#menubar:hover {
	color: #f6b79e; background-color: white;
}

a#menubar:active {
	color: white; background-color: #eeffaa;
}

/* アンダーバーのカラー変更 */

a.underbar:link {
	color: white;
}

a.underbar:visited {
	color: white;
}

a.underbar:hover {
	color: #777; background-color: white;
}

a.underbar:active {
	color: #777; background-color: #eeffaa;
}

