﻿@import "SchoolCommon.css";

/********************************************************
 *	Left Navigation Menu Common
 ********************************************************/

.menu-StaticMenuStyle{
	clear:both;
	float:right;
	display:inline;
}

.menu-StaticMenuItemStyle{
	color: #3F3D45;
	height:13px;
	font-size: 11px;
	border-top: 10px white solid;
	text-align: left;
	text-indent: 0px;
	padding-right: 25px;
}

.menu-StaticSelectedStyle {
	/* 1st level current shown page */
}

.menu-StaticHoverStyle {	
	/* 1st level mouse over */
}

.menu-DynamicMenuStyle{
}

.menu-DynamicMenuItemStyle {
	/* 2nd level text */
	color: #9b9b9b;
	height:25px;
	font-size:11px;
	text-align:left;
	border-top: 3px white solid;
	border-right: 5px white solid;
	border-bottom: 1px #9b9b9b solid;
	border-left: 5px white solid;
	padding-bottom: 3px;
	text-indent: 10px;
	width:270px;
}

.menu-DynamicHoverStyle {
	/* 2nd level mouse over */ 
}

.menu-DynamicSelectedStyle {
	/* 2nd level current shown page */
}

