﻿.RadMenu_Schoolophetweb 
{
	background-image:url(../Images/Layout/bg.gif);
	background-repeat:repeat-x;
	border-right:solid 1px #000000;
	text-decoration:none;
	padding-top:5px;
	width:648px;
	height:20px;
	z-index:0;
}

.RadMenu_Schoolophetweb .rmLink
{
	text-decoration:none;
}



.RadMenu_Schoolophetweb .rmItem .rmText
{
	font-family:'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:10px;
	color: #565656;
	width:113px;
	height:20px;
	padding-top:5px;
	text-align:center;
	text-decoration:none;
}
.RadMenu_Schoolophetweb .rmItem .rmText:hover
{
	background-image:url(../Images/Layout/button_over.gif);
	background-repeat:no-repeat;
	color: #565656;
	width:113px;
	height:20px;
	margin-top:-5px;
	padding-top:5px;
	text-align:center;
	text-decoration:none;
	cursor:pointer;
	cursor:hand;
}
.RadMenu_Schoolophetweb .rmItem .rmText:active
{
	background-image:url(../Images/Layout/button_selected.gif);
	background-repeat:no-repeat;
	color: #565656;
	width:113px;
	height:20px;
	padding-top:5px;
	text-align:center;
	text-decoration:none;
}
/*Levels*/
.RadMenu_Schoolophetweb .rmLevel1 .rmItem .rmText
{
	margin-top:0px;
	padding-top:5px;
	background-color:#F5F5F5;
	border:solid 1px 8A8A8A;
	width:93px;
	height:20px;
	padding-left:10px;
	padding-right:10px;
	margin-left:12px;
	background-image:none;
}
.RadMenu_Schoolophetweb .rmLevel1 .rmItem .rmText:hover
{
	margin-top:0px;
	background-color:#8A8A8A;
	border:solid 1px 8A8A8A;
	width:93px;
	height:20px;
	padding-left:10px;
	padding-right:10px;
	margin-left:12px;
	background-image:none;
	color:#F5F5F5;
}