/* dropdown based on the son's of suckerfish article */

#nav, #nav ul {
	font-size: 90%;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	width: 100%;
}
#nav a {
	display: block;
/*	width: 9em; */
	color: #3f70ae;
	text-decoration: none;
/*	padding: 0.0em 0em; */
}
#nav a.first {
/*	width: 8.2em; */
	padding: 3px 0.4em;
 	height: 14px;
	border-right: 1px solid #3f70ae;
}
#nav li {
	margin: 0 0em 0 0;
	float: left;
}
#nav li ul {
	font-size: 100%;
	width: 11em;
	position: absolute;
	left: -999em;
	background-color: #fff;
	border: 1px solid #274974;
}
#nav li ul ul{
	background-color: #fff;
}
#nav li ul a{
	width: 10.2em;
	padding: 0.2em 0.4em;
	
}
/* showing the primary dropdowns incl. the IE5 "sfhover" stuff */
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
/* positioning of the aehm secondary drops i think... */
#nav li ul ul {
	margin: -2.4em 0 0 11em;
}
/* hidding the secondary dropdowns incl. the IE5 "sfhover" stuff */
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}
/* showing the secondary dropdowns incl. the IE5 "sfhover" stuff */
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}
/* styling of the navigation*/
#nav a.daddy {
	background: url(/media/rightarrow2.gif) center right no-repeat;
	background-color: #fff;
}
#nav li a:hover {
	color : #000;
	background-color : #cce718;
}

/* set the active navigation entry background to white*/

#home #nav li.top001 {
	background-color : #fff;
}
#aboutimia #nav li.top002 {
	background-color : #fff;
}
#aboutengineering #nav li.top003 {
	background-color : #fff;
}
#members #nav li.top004 {
	background-color : #fff;
}
#annualconference #nav li.top005 {
	background-color : #fff;
}
#library #nav li.top006 {
	background-color : #fff;
}
#munichre #nav li.top006 {
	background-color : #fff;
}
#memberarea #nav li.top007 {
	background-color : #fff;
}