/*   navbar1.css   gms 073107 */

#navbar01 {
	height:45px; 
	left:133px; 
	position:absolute; 
	top:89px; 
	width:803px; 
	z-index:2;
}

.navbar1 {
	background-color:#ffcc66;
	color:black;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:normal;
	font-weight:normal;
	line-height:18px;
	margin:0;
	padding:0;
	text-decoration:none;
	white-space:nowrap;
}

.navbar1 a {
	background-color:#ffcc66;
	color:black;
	font-weight:bold;
	line-height:14px;
}

.navbar1 a:hover {
	background-color:#ffcc66;
	color:red;
	font-weight:bold;
	line-height:14px;
	text-decoration:underline;
}
