@charset "utf-8";
/* CSS Document */

/* all the elements in the page header */


/* Drop Down Positions */

#dropmenus	{
	position: relative;
	top: 0;
	left: 0;
	z-index: 8;
}

#arts {
	position: absolute;
	top: 22px;
	left: 0px;
	z-index: 8;
	visibility: hidden;
}


#research {
	position: absolute;
	top: 22px;
	left: 0px;
	z-index: 8;
	visibility: hidden;
}

.dropdown {
	position: relative;
	top: 0;
	left: 0;
	width: 188px;
	padding: 0;
	margin: 0;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-color: #1e1d2e;
	color: #007700;
	line-height: 12px;
	text-align: left;
}

.dropdown ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
/*maybe not*/
.dropdown ul li {
	margin: 0;
	border: 0;
}

.dropdown ul li a {
	display: block;
	padding: 5px;
/*	color: #666668; */
	color:#007700;
	font-size: 11px;
	font-family: verdana, arial, sans-serif;
	text-decoration: none;
	font-weight: normal;
}
/*link in menu*/
.dropdown li a.arts2, .dropdown li a:link.arts2, .dropdown li a:visited.arts2, .dropdown li a:active.arts2 {
	display: block;
	padding: 5px;
	background-color: #1c1b2c;
	color: #007700;
	font-size: 14px;
	font-family: verdana, arial, sans-serif;
	text-decoration: none;
	font-weight: normal;
	width: 100%;
}
/*if link in menu active*/
.dropdown li a:hover.arts2 {
	display: block;
	padding: 5px;
	background-color: #007700;
	color: #FFFFFF;
	font-size: 14px;
	font-family: verdana, arial, sans-serif;
	text-decoration: none;
	font-weight: normal;
	width: 100%;
}

.dropdown li a.research2, .dropdown li a:link.research2, .dropdown li a:visited.research2, .dropdown li a:active.research2 {
	display: block;
	padding: 5px;
	background-color: #DDEBCA;
	color: #666668;
	font-size: 11px;
	font-family: verdana, arial, sans-serif;
	text-decoration: none;
	font-weight: normal;
	width: 100%;
}

.dropdown li a:hover.research2 {
	display: block;
	padding: 5px;
	background-color: #A2C179;
	color: #FFFFFF;
	font-size: 11px;
	font-family: verdana, arial, sans-serif;
	text-decoration: none;
	font-weight: normal;
	width: 100%;
}



/*---------------------------------------------------------------------------------------------------------------------*/

#primarynav {
	position: absolute;
	top: 0; 
	left: 0;
	padding: 0;
	margin: 0;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	background: #EDF5F8;
	color: #666668;
	text-align: left;
	background: url(../images/nav_back.gif) top left no-repeat;
}
.arts {
	position: absolute;
	top: -22px; 
	left: 0px;
}
.arts_on {
	position: absolute;
	top: 0px; 
	left: 0px;
	width: 188px;
	padding: 5px;
	color: white !important;
	background: url(../images/nav_about.gif) top left no-repeat;
	height: 18px;
}


.research {
	position: absolute;
	top: -22px; 
	left: 0px;
}
.research_on {
	position: absolute;
	top: 0px; 
	left: 0px;
	width: 188px;
	padding: 5px;
	color: white !important;
	background: url(../images/nav_research.gif) top left no-repeat;
	height: 18px;
}



#primarynav a:hover {
	color: #FFFFFF;
	height: 24px;
	display: inline;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
#primarynav a.arts, #primarynav a:active.arts, #primarynav a:visited.arts {
	color: #666668;
	display: inline;
	background: url(../images/nav_about.gif) 0 -28px no-repeat;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
#primarynav a:hover.arts, #primarynav a:hover.arts_on  {
	color: #FFFFFF;
	height: 24px;
	display: inline;
	background: url(../images/nav_about.gif) top left no-repeat;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
#primarynav a.research, a:active.research, a:visited.research {
	color: #666668;
	display: inline;
	background: url(../images/nav_research.gif) 0 -28px no-repeat;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
#primarynav a:hover.research, #primarynav a:hover.research_on  {
	color: #FFFFFF;
	height: 24px;
	display: inline;
	background: url(../images/nav_research.gif) top left no-repeat;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}


#masthead {
	position: relative;
	left: 0;
	top: 0;
	color: #666668;
	background: #EDF5F8;
	width: 1002px;
	height: 129px;
	margin: 0px auto 0px auto;
	padding: 0;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	position:relative;
}



