@charset "UTF-8";
/* #topNav {
	height: 20px;
	width: 880px;
	margin-top: 10px;
	z-index: 150;
	margin-left: 10px;
	margin-bottom: 20px;
} */
/* CSS Document */
#nav {
	height: 40px;
	position: absolute;
	right: 10px;
	top: 0px;
}	

.leftMargin {
	margin-left: 30px;
}

.rightMargin {
	margin-right: 30px;
}
	
/* make the LI display inline */
/* it's position relative so that position absolute */
/* can be used in submenu */
#nav li {
	font-family: 'Verdana', sans-serif;
	font-size: 11.5px;
	line-height: 13px;
	font-variant: small-caps;
	letter-spacing: 0.01em;
	float: left;
	display: inline;
	position: relative;
	z-index: 5;
	padding-bottom: 20px;
	margin-right: 10px;
	margin-left: 10x;
	margin-top: 0px;
}
		
/* this is the parent menu */
#nav li a {
	display:block;
	height:30px;
	text-decoration:none;
	color:#a8c2ff;
	text-align:center;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 20px;
	-webkit-transition: color 0.2s ease 0.1s;
	-moz-transition: color 0.2s ease 0.1s;
	-o-transition: color 0.2s ease 0.1s;
	-transition: color 0.2s ease 0.1s;
}
#navDitdot {
	background-image: url(../parts/ditdot1.gif);
	height: 30px;
	width: 1px;
}

#nav li a:hover {
	color:#FFF;
}
	
/* you can make a different style for default selected value */
/* #nav a.selected {
	color:#FFF;
} */
	
/* submenu, it's hidden by default */
#nav ul {
	position:absolute;
	left:-5px;
	list-style:none;
	z-index: 100;
	margin: 0px 0 0 5px;
	padding: 5px 0 0 0;
	top: 44px;
	display: none;
	/* background-color: #434e88; */
	background-image: url(../parts/blue_95pct.png);
}
		
#nav ul li {
	float:left;
	padding-right: 5px;
	width: 100%;
	text-align: left;
	margin-right: 1px;
	margin-bottom: 5px;
	height: 5px;
	/* padding-top: 2px; */
}
		
/* display block will make the link fill the whole area of LI */
#nav ul a {
	display:block;
	height:20px;
	color:#a8c2ff;	/* font-style: italic; */
	/* -webkit-transition: color 0.2s ease 0.1s;
	-moz-transition: color 0.2s ease 0.1s;
	-o-transition: color 0.2s ease 0.1s;
	-transition: color 0.2s ease 0.1s; */
	text-align: left;
	/* padding-bottom: 10px; */
}
		
#nav ul a:hover {
	color: #FFF;
}

/* menu highlighting */
#home #homeLink,
#about #aboutLink,
#story #storyLink,
#mission #missionLink,
#GLUT1 #GLUT1Link,
#cure #cureLink,
#board #boardLink,
#video #videoLink,
#milestones #milestonesLink,
#superheros #superherosLink,
#allen #allenLink,
#hemlock #hemlockLink,
#martens #martensLink,
#zerafa #zerafaLink,
#contact #contactLink,

.about #aboutLink,
.superheros #superherosLink {
	color: #FFF;
}



.clearFloat {
    clear:both; 
    margin:0;
    padding:0;
 }

/* fix ie6 small issue */
/* we should always avoid using hack like this */
/* should put it into separate file : ) */
*html #nav ul {
	margin:0 0 0 -2px;
}
.leftMargin {
	padding-left: 0px;
}
