.blue {
	background-color: #3cb3c1;
}
.green {
	background: url(/images/menu-bg-green.gif) repeat-y left top;
}
.rose {
	background: url(/images/menu-bg-rose.gif) repeat-y left top;
}
.yellow {
	background: url(/images/menu-bg-yellow.gif) repeat-y left top;
}
.violet {
	background: url(/images/menu-bg-violet.gif) repeat-y left top;
}


#menu {
	margin-left: 5px;
}
#menu td.razdel {	
	font: 16px tahoma;
	color: #a3a2a2;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 10px;
}
#menu a {
	color: #a3a2a2;
	text-decoration: none;
}
#menu a:hover {
	color: #c3c2c2;
	text-decoration: none;
}

#school, #quest {
	display: none;
	margin-left: 30px;
}
#school, #quest a {
	color: #a3a2a2;
	text-decoration: none;
}
#school, #quest a:hover {
	color: #c3c2c2;
	text-decoration: none;
}
