@import url(http://www.lasalle.edu/php_includes/lasalle_top_nav/lasalle_nav_top_style.css);
body{
	margin-top:0px;
	background-image:url(http://www.lasalle.edu/images/tier_two/backwhite4b.gif);
}
body, table, tr, td, p, form, input, textarea, select{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
.content{
	padding:10px;
	z-index:0;
	line-height:18px;
	/*border-bottom:1px solid #DEDEBD;*/
}
.headline{
	color: #669999;
	font-size: 16px;
	font-weight:bold;
}
.photoPadding {
	padding-bottom:17px;
}
.required{
	background-color:#DEDEBD;
}
a:link {
	color: #cc3333;
}
a:visited {
	color: #cc3333;
}
a:hover{  
	color:#cc3333;
	text-decoration:none;
}


/*****************************
Navigation Styles
*****************************/
a.mainNav:link {
	color: #000000;
	text-decoration:none;
}
a.mainNav:visited {
	color: #000000;
	text-decoration:none;
}
a.mainNav:hover{  
	color:#FFFFFF;
	text-decoration:none;
}

/* this class is used to keep the active link highlighted */
.mainOn{
	color:#ffffff;
	background-color:#80aaaa;	
}

#guest_services_menu {
	position:relative;
	top:0px;
	left:0px;
	width:204px;
}
#guest_services_menu ul {
	position:relative;
	top:0px;
	left:-40px;
	list-style:none;
	margin:0px;
	width:204px;
}
#guest_services_menu ul li {
	margin:0px;
	display:block;
	left:0px;
	border-bottom:1px dotted #FFFFFF;
	padding-top:4px;
	padding-bottom:4px;
	color:#000000;
	text-align:right;
	width:204px;
	cursor:text;
}
#guest_services_menu ul li:hover {
	margin:0px;
	display:block;
	left:0px;
	border-bottom:1px dotted #FFFFFF;
	background-color:#80aaaa;
	padding-top:4px;
	padding-bottom:4px;
	cursor:text;
	color:#FFFFFF;
	text-align:right;
	width:204px;
}
#guest_services_menu ul ul {
	margin:0px;
	position:absolute;
	top:0px;
	left:204px;
	font-weight:normal;
	width:160px;
	z-index:10;
	/*border:1px dotted #DEDEBD;*/
}
#guest_services_menu ul ul li {
	margin:0px;
	background-color:#80aaaa;
	font-weight:normal;
	padding-top:4px;
	padding-bottom:4px;
	z-index:10;
	text-align:left;
	text-indent:10px;
	width:160px;
	color: #FFFFFF;
	border-bottom:1px solid #DEDEBD;
	border-right:1px solid #DEDEBD;
	border-left:2px solid #FFFFFF;
}
#guest_services_menu ul ul li:hover {
	margin:0px;
	font-weight:normal;
	background-color:#3e7a7a;
	padding-top:4px;
	padding-bottom:4px;
	text-align:left;
	width:160px;
	color: #FFFFFF;
	border-bottom:1px solid #DEDEBD;
	border-right:1px solid #DEDEBD;
	border-left:2px solid #FFFFFF;
	cursor:pointer;
}
#guest_services_menu ul ul,
#guest_services_menu ul li:hover ul {
	display:none;
}
#guest_services_menu ul li:hover ul {
	display:block;
}

/*****************************
 Group Links
******************************/
a.dropnav:link{
	text-decoration: none;
	color:#FFFFFF;	
	font-size:12px;
	cursor:pointer;
}
a.dropnav:visited{
	text-decoration: none;
	color:#FFFFFF;	
	font-size:12px;
	cursor:pointer;
}           
a.dropnav:hover{
	text-decoration: none;
	color:#FFFFFF;	
	font-size:12px;
	cursor:pointer;
}

a.subnav:link{
	text-decoration: none;
	color:#000000;	
	z-index:100;
	font-size:12px;
}
a.subnav:visited{
	text-decoration: none;
	color:#000000;	
	z-index:100;
	font-size:12px;
}           
a.subnav:hover{
	text-decoration: none;
	color:#000000;	
	z-index:100;
	font-size:12px;
}
.submenuTitle{
	position:relative;
	padding-top:4px;
	padding-bottom:4px;
	padding-right:18px;
	text-align:right;
	border-bottom:1px dotted #fff9e1;
}
.submenuItem{
	position:relative;
	color:#000000;
	background-color:#f3f3e5;
	padding-top:3px;
	padding-bottom:3px;
	padding-right:18px;
	text-align:right;
	font-size:11px;
	z-index:10;
}
.submenuItemOn{
	position:relative;
	color:#000000;
	background-color:#ffffff;
	padding-top:3px;
	padding-bottom:3px;
	padding-right:18px;
	text-align:right;
	font-size:11px;
	z-index:10;
}
.submenuItem:hover{
	color:#000000;
	background-color:#FFFFFF;		
	z-index:10;
	cursor:pointer;
}

