* {
	padding:0; 
	margin:0;
}
#navigation {
	float:left; 
	width:190px;
	text-align:center;
	font-size:80%;
}
#navigation a {
	text-decoration:none;
	outline:none;
}
.dropdown {
	display:block; 
	position:relative
}
/* left column */
.dropdown dt  {
 	cursor:pointer; 
 	width:190px;
	color:white; 
}
/* right column */
.dropdown dd {
	cursor:pointer; 
	overflow:hidden; display:none; opacity:0; 
	position:absolute; top:0;
	width:250px; 
	color:white;
}

.dropdown ul {
	list-style:none;
	list-style-position:outside;
	width:250px; 
	margin:0px
}
.dropdown li {
	display:inline;
}

.dropdown a, .dropdown a:active, .dropdown a:visited ,
.dropdown dt a, .dropdown dt a:active, .dropdown dt a:visited ,
.dropdown dd a, .dropdown dd a:active, .dropdown dd a:visited 
{
	display:block; 
	width:190px; 
	padding-top:8px; padding-bottom:8px;
	color:white; text-decoration:none; 
	background:url(../images/navigation/navBarRed190.gif);
}
.dropdown dd a, .dropdown dd a:active, .dropdown dd a:visited 
{
	width:250px; 
	background:url(../images/navigation/navBarRed250.gif);
}
.dropdown dt a:hover, .dropdown dd a:hover, .dropdown a:hover {
	color:black; text-decoration:none; font-weight:bold;
	background:url(../images/navigation/navBarBlue250.gif);
}

body#homePage a#home,
body#faqPage a#faq,
body#aboutUsPage a#aboutUs, 
body#studProgPage a#studProg,
body#featProgPage a#studProg,
body#profDevPage a#profDev,
body#galleryPage a#gallery,
body#grantPage a#grant, 
body#newsPage a#news, 
body#eventsPage a#events, 
body#getInvolvedPage a#getInvolved, 
body#contactUsPage a#contactUs
{
	color:white; text-decoration:none; font-weight:bold;
	background:url(../images/navigation/navBarBlue190.gif);
}
