/* $Id: school_menu.css 13 2008-06-19 08:07:26Z edin.coralic $ */

.school_menu {
	
}

.school_menu .school_group {
	background: #626262;
	font-family: Georgia;
	font-size: 1.8em;
	color: #fff;
	padding: 8px 10px 7px;
}

.school_menu a {
	display: block;
	height: 60px;
	overflow: hidden;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	font-family: Georgia;
	margin-bottom: 1px;
	background: url('../dsg/menu_arrow.gif') no-repeat 60px 0;
	text-decoration: none;
}
.school_menu a * {
	cursor: pointer;
}
.school_menu a span.icon {
	float: left;
	width: 60px;
	height: 60px;
	overflow: hidden;
	background: #fff no-repeat center center;
}
.school_menu a span.outer {
	float: right;
	width: 125px;
	height: 60px;
	overflow: hidden;
	position: relative;
}
.school_menu a span.outer[class] {
	display: table;
	position: static;
}
.school_menu a span.middle {
	position: absolute;
	top: 50%;
}
.school_menu a span.middle[class] {
	display: table-cell;
	vertical-align: middle;
	position: static;
}
.school_menu a span.inner {
	position: relative;
	top: -50%;
	cursor: pointer;
}
.school_menu a span.inner[class] {
	position: static;
}
.school_menu a:hover span.inner {
	text-decoration: underline;
}
