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

a#menubar:link {
	color: white;
}

a#menubar:visited {
	color: white;
}

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

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


/* サイドバーのカラー変更 */

a#sidebar:link {
	color: white;
}

a#sidebar:visited {
	color: white;
}

a#sidebar:hover {
	color: #999; background-color: white;
}

a#sidebar: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;
}

