/* CSS Document these style sheets control only the left navigation of this site copyright©StelexU 2007, Designed by Kevin W Knipe*/


.coursenav {
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	color: #000000;
	font-size:12px;
	font-weight: bold;
	text-align:center;
	letter-spacing:1px;
	width: 170px;
	background-image: url(../images/buttons/bkgd-header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding:30px 0px 2px 0px;
	margin:6px 6px 0px 12px;
	display:block;
}

.coursebtm {
	height:8px;
	width: 170px;
	background-image: url(../images/buttons/bkgd-bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin:0px 6px 0px 12px;
}

#courses {	
	width: 169px;
	padding: 0px;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	color: #ffffff;	
	font-weight: normal;
	margin:0px 6px 0px 12px;
	border:1px solid #000;
}

#courses ul {	
	list-style: none;
	margin: 0px;
	padding:0px 5px 8px 5px;
	border: none;
	background-color: #f8f1e2;
}

#courses li a
{
	display: block;
	padding: 2px .3em 1px .8em;	
	margin:0px;
	color: #000000;
	font-size:10px;
	text-decoration: none;
	background-image: url(../images/nav/bkgd-fade2.jpg);
	background-repeat: no-repeat;
	background-position: right;
	border-bottom:1px solid #000;
}

#courses li a:hover
{	
	background-color: #ffffff;
	color: #075dfb;
	text-decoration: underline;
	background-image: url(../images/nav/bkgd-fade.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

#courses li li
{	margin: 0;}

/* Styles below are to control the main menu only */

#leftnav {
		background-color: #2175bc;	
}

#navcontainer
{	
	width: 15em;
	padding: 0px;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	color: #000;
	font-size:13px;
	margin-bottom:.5em;
	margin-right:0px;
	letter-spacing:.1em;
	font-weight: 700;
}

#navcontainer ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}

#navcontainer li{	
	border-bottom: 1px solid #90bade;
	margin: 0;
}

#navcontainer li a
{	
	display: block;
	padding: 6px .3em 6px .5em;
	border-left: .7em solid #1958b7;
	border-right: .7em solid #508fc4;
	background-color: #2175bc;
	color: #fff;
	text-decoration: none;	
	margin:0;
}

#navcontainer li a:hover
{	
	border-left-color: #1c64d1;
	border-right-color: #5ba3e0;
	background-color: #2586d7;
	color: #fff;
}

#navcontainer li li
{	
	border-top: 1px solid #90bade;
	border-bottom: 0;
	margin: 0;
}

#navcontainer li li a
{	
	padding: 4px .3em 4px 1.3em;
	/*background-color: #5ba3e0;
	width: 8.8em;*/
}

/*#navcontainer li li li a
{
	padding: 3px .5em 3px 1.9em;
	background-color: #73b2e8;
	width: 8.2em;
}*/
