/*----------------------------------------------------------------------------------*/
/* Roll over change menu 2nd page lefthand side navigation */
/*----------------------------------------------------------------------------------*/

/* start left side nav -  Student types, page links and global nav items. */
.coolmenu{
	border: none;
	width: 142px;
	background-color: #aa0000;
}
* html .coolmenu{ /*IE only rule, to negate the padding below IE includes in menu width.*/
	width: 142px;
}
.coolmenu a {
	line-height: 12px;
	font-size:11px;
	font-family: Verdana;
	font-weight: normal;
	padding: 2px;
	padding-left: 0px;
	padding-right: 0px;
	display: block;
	width: 128px;
	color: #ffffff; 
	text-decoration: none;
	border-top: 1px solid #770000;
	background:url(/images/audienceback145.jpg);
}
/* Need to add a <span> element as a child of the <a> in order to properly left-pad in IE 6 */
/* for example: <a href="testpage.html"><span>This is a link</span></a> */
.xxcoolmenu a div {
	padding-left: 14px;
}
html>body .coolmenu a{ /*Non IE rule*/
	width: auto;
}
.coolmenu a {
	padding-left: 14px;
}
/* lettering */
.coolmenu a:visited {
	color:#ffffff;
}
.coolmenu a:hover {
	background-color: #8f8571;
	text-decoration:none;
	color:#000000;
}

/* lettering */
.coolmenu2 a:visited {
	color:#000000;
}

.coolmenu2{
	background-color: #f9f6ea;
	border-left: 2px solid #990000;
	width: 168px;

}
.coolmenu2 a{
	display: block;
	font-size: 11px;
	font-weight:normal;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: none;
    border-bottom: 1px solid #770000; 
	background:none;
	text-decoration: none;
	width: 160px;
	color:#000000; 
/* 		border-top: 1px solid #ffffff;*/
	/* 	padding-left: 14px;  */
	padding-left: 8px;  

}

.coolmenu2 a:hover {
	background-color: #a8a08e;
	text-decoration:none;
	color:#000000;
}


/*----------------------------------------*/
/*COOL MENU 3--*/
/*----------------------------------------*/
/*Admission audience left main nav menu  */
/* lettering */

.coolmenu3{
	background-color: #f9f6ea;
	border-left: 2px solid #990000;
	width: 168px;

}
* html .coolmenu3{ /*IE only rule, to negate the padding below IE includes in menu width.*/
	width: 168px;
}
.coolmenu3 a {
	line-height: 16px;
/*	font-size:11px; */
	font-size:10px;
	font-family: Verdana;
	/*font-weight: bold;   removed bold and left font at 11px; 11pt regular looks better than 10pt bold */
	padding: 2px;
	/* 	padding-left: 14px;   adjusted space before left hand audience nav and Main nav */
	padding-left: 7px;  
	padding-right: 0px;
	display: block;
	xwidth: 154px;
	color: #000000; 
	text-decoration: none;
	border-top: 1px solid #770000;
	/*background:url(/images/main-admiss-audienceback168.jpg);  */
}
/* Need to add a <span> element as a child of the <a> in order to properly left-pad in IE 6 */
/* for example: <a href="testpage.html"><span>This is a link</span></a> */
.coolmenu3 a div {
	padding-left: 14px;
}
html>body .coolmenu3 a{ /*Non IE rule*/
	width: auto;
}
/* lettering */
.coolmenu3 a:visited {
	color:#000000;
}
.coolmenu3 a:hover {
	background-color: #a8a08e;
	text-decoration:none;
	color:#000000;
}
/*end menu3*/

.coolmenu_header {
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left:8px;
	padding-top:18px;
	padding-bottom:5px;
	color:#ffffff;
	display:block;
	font-size: 11px;
}
/*end - Roll over change menu 2nd page lefthand side navigation */

