@charset   "UTF-8";

/* 
green menu background: #739e8d;
yellow menu background: #ffcf06;

*/

#navigation
{
	width: 188px;
	position: relative;
	clear: both;
	margin: 0;
}

/* common styling */

.buffer
{
	line-height: 1.1em;
	padding: 10px 5px 5px 10px;
}
.cssfly
{
	width: 188px;
	height: 272px;
	position: relative;
	margin: 0;
	padding: 0;
	text-align: left;
	z-index: 10000;
}

.cssfly ul li a, .menu ul li a:visited
{
	display: block;
	text-decoration: none;
	width: 188px;
	height: 34px;
}

.cssfly ul
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.cssfly ul li
{
	float: left;
	padding: 0;
	margin: 0;
	position: relative;
}

.cssfly ul li ul { display: none; }

/* specific to non IE browsers */
.cssfly ul li:hover a
{
/*	color: #fff;
	background: transparent; */
} 

.cssfly ul li:hover ul
{
	display: block;
	position: absolute;
	top: 0;
	left: 188px;
	width: 125px;
	height: 34px;
}

.cssfly ul li:hover ul li a.hide
{
	background: #739e8d;
	color: #fff;
	border-bottom: 1px #FFF dashed;
	height: 19px;
}

.cssfly ul li:hover ul li:hover a.hide { width: 125px; }
.cssfly ul li:hover ul li ul { display: none; }

.cssfly ul li:hover ul li a
{
	display: block;
	background: #739e8d;
	color: #fff;
	width: 125px;
	height: 19px;
	border-bottom: 1px #FFF dashed;
}

.cssfly ul li:hover ul li a:hover
{
	background: #739e8d;
	color: #fade67;
	border-bottom: 1px #FFF dashed;
}

.cssfly ul li:hover ul li:hover ul
{
	display: block;
	position: absolute;
	left: 188px;
	top: 0;
	color: #fff;
}

.cssfly ul li:hover ul li:hover ul li a
{
	display: block;
	width: 125px;
	left: 125px;
	background: #739e8d;
	color: #fff;
}

.cssfly ul li:hover ul li:hover ul li a:hover
{
	background: #739e8d;
	color: #ffcf06;
} 



/*Start button 1*/
.nav_about a
{
	height: 34px;
	width: 188px;
	display: block;
	background: transparent url("/nav-i/nav_about-button.png") 0 0 no-repeat;
}

.nav_about a:hover { background-position: 0 -34px; }

/*End button 1*/
/*Start button 2*/
.nav_news a
{
	height: 34px;
	width: 188px;
	display: block;
	background: transparent url("/nav-i/nav_news-button.png") 0 0 no-repeat;
}

.nav_news a:hover { background-position: 0 -34px; }

/*End button 2*/
/*Start button 3*/
.nav_grants a
{
	height: 34px;
	width: 188px;
	display: block;
	background: transparent url("/nav-i/nav_grants-button.png") 0 0 no-repeat;
}

.nav_grants a:hover { background-position: 0 -34px; }

/*End button 3*/
/*Start button 4*/
.nav_schol a
{
	height: 34px;
	width: 188px;
	display: block;
	background: transparent url("/nav-i/nav_schol-button.png") 0 0 no-repeat;
}

.nav_schol a:hover { background-position: 0 -34px; }

/*End button 4*/
/*Start button 5*/
.nav_support a
{
	height: 34px;
	width: 188px;
	display: block;
	background: transparent url("/nav-i/nav_support-button.png") 0 0 no-repeat;
}

.nav_support a:hover { background-position: 0 -34px; }

/*End button 5*/
/*Start button 6*/
.nav_partner a
{
	height: 34px;
	width: 188px;
	display: block;
	background: transparent url("/nav-i/nav_partner-button.png") 0 0 no-repeat;
}

.nav_partner a:hover { background-position: 0 -34px; }

/*End button 6*/
/*Start button 7*/
.nav_contact a
{
	height: 34px;
	width: 188px;
	display: block;
	background: transparent url("/nav-i/nav_contact-button.png") 0 0 no-repeat;
}

.nav_contact a:hover { background-position: 0 -34px; }

/*End button 7*/
/*Start button 8*/
.nav_home a
{
	height: 34px;
	width: 188px;
	display: block;
	background: transparent url("/nav-i/nav_home-button.png") 0 0 no-repeat;
}

.nav_home a:hover { background-position: 0 -34px; }

/*End button 8*/

/*End button 7*/
/*Start button 8*/

.nav_none a
{
	height: 34px;
	width: 188px;
	display: block;
}

/*End button 8*/
