/* Header Elements*/

/*Header elements*/

#header {
	clear: both;
	height:38px;
	width:899px;
	position: absolute;
	border-bottom: groove;
	border-color:#FFFF00;
	left: 1px;
	top: 1px;
	background-color: #0b2398;
}

.image {
	position: absolute;
	width: 92px;
	height: 34px;
	background-repeat:no-repeat;
	left: 1px;
	top: 2px;
	background-image: url(../images/asulogo.jpg);
}
	
.links {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	position:absolute;
	left: 111px;
	width: 175px;
	top: 7px;
	height: 18px;
}

.option {
   font-size: 4px; 
}
 
.search {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	position:absolute;
	width:234px;
	left: 490px;
	height: 26px;
	top: 1px;
}

#search {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	position:absolute;
	width:226px;
	left: 499px;
	height: 28px;
	top: 1px;
}
#topnav{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	position:absolute;
	width:416px;
	top: 12px;
	height: 17px;
	left: 310px;
	text-decoration: none;
	font-variant: small-caps;
	color: #FFFFFF;
	/*a:link color: #FFFFFF; text-decoration:none;
	a:visited color: #FFFF33; text-decoration:none;
	a:hover  color: #3366FF; text-decoration:none;*/
}

#topnav a:link {color: #FFFFFF}
#topnav a:visited {color: #990000;}
#topnav a:hover {color: #00CCFF;}
#topnav a:active {color: #00CC33;
}

