/* Blue */
.theme-blue												{  }
.theme-blue #menu .m1st a:hover							{ color: #006fa1; }
.theme-blue #menu .m1st a.selected						{ color: #37bcde; }
.theme-blue #menu .m2nd									{ background-color: #37bcde; }
.theme-blue #menu .m2nd a								{ color: #ffffff; }
.theme-blue #menu .m2nd a:hover							{ color: #006fa1; }
.theme-blue #menu .m2nd a.selected						{ color: #006fa1; }

/* Green */
.theme-green											{  }
.theme-green #menu .m1st a:hover						{ color: #919509; }
.theme-green #menu .m1st a.selected						{ color: #bedf1b; }
.theme-green #menu .m2nd								{ background-color: #bedf1b; }
.theme-green #menu .m2nd a								{ color: #ffffff; }
.theme-green #menu .m2nd a:hover						{ color: #919509; }
.theme-green #menu .m2nd a.selected						{ color: #919509; }


/* Red */
.theme-red												{  }
.theme-red #menu .m1st a:hover							{ color: #5a2c78; }
.theme-red #menu .m1st a.selected						{ color: #d746b1; }
.theme-red #menu .m2nd									{ background-color: #d746b1; }
.theme-red #menu .m2nd a								{ color: #ffffff; }
.theme-red #menu .m2nd a:hover							{ color: #5a2c78; }
.theme-red #menu .m2nd a.selected						{ color: #5a2c78; }


/* Grey */
.theme-grey												{  }
.theme-grey #menu .m1st a:hover							{ color: #455560; }
.theme-grey #menu .m1st a.selected						{ color: #d2e1f1; }
.theme-grey #menu .m2nd									{ background-color: #d2e1f1; }
.theme-grey #menu .m2nd a								{ color: #8c9fae; }
.theme-grey #menu .m2nd a:hover							{ color: #455560; }
.theme-grey #menu .m2nd a.selected						{ color: #455560; }

