@charset "UTF-8";
/* CSS Document */

#style3 {
	font-size: 11px;
	
	position:absolute;
	top:92px;
	padding-left:30px;
	
	}

#style3 h1 {

/*not used */
	font-weight: normal;
	color: #000000;
	margin: 0px;
	padding: 4px;
	margin-left:30px;
	margin-right:30px;
	float:right;
	background-image: url(/images/layout/menubg2.png);
	background-repeat: no-repeat;
}

#style3 ul {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	
	
}


#style3 li {
	margin:0px;
	font-weight: normal;
	float: left;
}

#style3 li a {
	color: #eeeeee;
	text-decoration: none;
	display: block;
	padding: 8px;
	padding-left:6px;
	padding-right:6px;
}

#style3 li a:visited {
	color: #eeeeee;
	text-decoration: none;	
}

#style3 li a:hover {
	color:#660000;
	text-decoration: none;
	
	background-image: url(/images/menu-bg.png);
	background-repeat:repeat-x;
	background-position:0px 6px;
	

}