@charset "iso-8859-1";
.order_ {
	margin: 0;
	padding: 0;
	background: #ffffff;
	/*color: #A0A2A5;*/
	color:#333;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}


#courseDescMenuCrtl {
	margin: 0 0 0 0;
	font-size: 10px;
	display: block;
	/*/*/display: block; /* hide from NN4*/
}
#courseDescMenuCrtl a:link {
	color: #333333;
}
#courseDescMenuCrtl a:visited {
	color: #333333;
}
#courseDescMenuCrtl a:hover {
	color: #008AB3;
}


/*Sets line-height of all menuitems*/
#courseMenuNav {
	/*/*/line-height: 1.5; /* */
	/*font-size: 60%;*/
	/*font-size: 80%;*/
}


/*second level menuitem divs on - Cascades to lower levels*/
/*Sets left margin to 16px establishing a cascading indent*/
#courseMenuNav div div {
	margin: 0px;
	color: #666666;
	}

/*The Link style for top-level menuitems*/
#courseMenuNav div a {
	padding: 0;
	text-decoration: underline;
}
#courseMenuNav div a:visited {
	/*color:#660033;*/
	text-decoration:underline;
}
#courseMenuNav div a:hover {
	color:#CC0000;
	text-decoration: underline;
}

/*rules programatically assigned to parent links when image-based plus and minus option is selected*/
/*do not remove*/
.courseDescMenuplusmark {
	background-repeat: no-repeat;
	background-image:url(/images/courseMenu_plus.gif);
	background-position: 0 3px;
	padding: 0 0 0 15px !important;
}
.courseDescMenuminusmark {
	background-repeat: no-repeat;
	background-image:   url(/images/courseMenu_minus.gif);
	background-position: 0 3px;
	padding: 0 0 0 15px !important;
}
/*rule programatically assigned to child links when image-based plus and minus option is selected*/
.sylabus_summary {
	width: 530px;
	background-image:  none;
	padding: 0px 0px 0px 15px !important;
}

/*rules programatically assigned to page link correesponding to current page (You are Here)*/
.courseDescMenucurrentmark {
	font-weight: bold;
	color: #008AB3!important;
}
