@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */
/* Color pallette

	HTML Background color		#f0f0f0			(0,0,0,50)		- Used for background around website area in centered website design
	Accent color				#f1b32a			PMS 124M		- Used for horizontal rulings to separate sections of website
	Accent color				#c0ddea			PMS 290			- Used for tagline																
	Accent color				#2d83d5			PMS 285			- Not used in this file
	Accent color				#aa195d			PMS 220			- Not used in this file
	Accent color				#226499			PMS 285 (60%)	- Not used in this file
*/
	
/* Just main menu links */
#instructorMenu a{
	display:block;
	background-color:#f0f0f0 ;
	width:auto;
	height: 20px;	/* Sets the height of each list item */
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-bottom: #f1b32a solid 1px;
	border-right: #f1b32a solid 0px;
	margin:0 0 0 0;
	text-decoration:none;
	padding: 0 10px 0 0;
	color:#202020;
	line-height:1.5em;
	text-align: right;
}

#instructorMenu a em {
	font-weight:bold;
	width:100%;
}
#instructorMenu a.lastLi {
	border-bottom: #f0f0f0 solid 1px;
}

/* All menu links on hover or focus */
#instructorMenu a:hover, #instructorMenu a:focus {
	background:#e0e0e0;
	color:#aa195d;
}

#instructorMenu a:hover.disableLi, #instructorMenu a:focus.disableLi  {
	background:#f0f0f0;
	color:#aa195d;
}


/* All ULs and OLs */
#instructorMenu, #instructorMenu ul, #instructorMenu ol { 
	padding: 0;
	margin: 0;
	width: 100%;
	list-style: none;
	line-height: 1em;
}

/* List items in main menu --[for non-javascript users this applies to submenus as well]  */
#instructorMenu li { 
	/*great place to use a background image as a divider*/
	display:block;
	list-style:none;
	position:relative;
}
