@charset "UTF-8";

/* Course type selectoins. Atributes for the curricula types are specified here */

#container .yearSet ul li {
	display: block;
	left: -40px;
	position: relative;
}
#yearSet ul {
	list-style: none;
	margin-bottom: 0px;
}

#yearSet ul a, #yearSet ul a:visited {
	font-size: 130%;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	border-right-color: #FF0000;
	background-color: #666666;
	width: 184px;
}
#yearSet ul a:hover, #yearSet ul a:active, #yearSet ul a:focus {
	border-right-width: 20px;
	border-right-style: solid;
	border-right-color: #FFFF00;
	background: #333333;
	color: #FFFF00;
}
#yearSet a:link, yearSet a:visited {
	text-decoration:none;
	-moz-transition:all 1s ease-in-out;
	-webkit-transition:all 1s ease-in-out;
	transition:all 1s ease-in-out;
	color: rgba(255,255,255,.8);
}
#yearSet a:hover {
	color:#FFFFFF;
	font-style:normal;
	text-shadow:none;
	-moz-transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
	left: 0px;
}
#yearSet a em {
	color: #FFFF00;
	text-shadow:none;
}
#yearSet a.current em {
	text-decoration:none;
	color: #FF0000;
}
/* End course menu schema. */
