/* CSS Document */
#courses.alphafont li{
	font-size:smaller!important;
}
#courses{
	margin-left: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	height: auto;
	width: 365px;
	font-size: .85em;
	display: block;
}
#courses ul{
	margin: 0px 0px 5%;
	padding: 0px;
	height:auto;
	list-style-type: none;
	width: auto;
}
#courses li{
	font-size:1em;
	margin: 0px 0px 10px;
	padding: 0px 0px 0px 5px;
	list-style-type: none;
	border-bottom: 1px solid #B3C1EB;
	border-left: 1px solid #B3C1EB;
}
#courses li li, #courses li li li{
	margin: 0px 0px 0px 20px;
	padding: 2px 0px 2px 5px;
}
#courses li a{
	background-image: url(../images/design/courselist.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	display: block;
	color: #000000 !important;
	text-decoration: none !important;
}
#courses li a:hover{
	background-color: #C5CDE3;
	color: #000000;
}
#courses li li a:hover{
	background-color:#D3DDF2;
	color:#000000;
}
#courses p a{text-decoration: none;margin: 0px;padding: 0px;line-height: normal;}
#courses p a:active, #courses a:focus{color: #666666;}
#courses p a:visited{color: #990000;}
#courses p a:hover{
	background-color:#FDF8ED;
	color:#FDF8ED;
	/*color:#990000*/
}

