#nav { background: url("/www/images/bg_nav.png") repeat-x; }
#nav2 { background: url("/www/images/nav_bg_right.jpg") top right no-repeat; }
#nav2 div.fl {
	background: url("/www/images/nav_bg_left.jpg") top left no-repeat;
	width: 173px;
}
#nav, #nav1, #nav2, #nav2 div.fl {
	height: 200px;
	overflow: hidden;
	display: block;
}
#nav1 div {
	margin: 22px 10px 10px 10px;
	text-align: center;
}
#nav1 p { margin:0; }
#nav1 a {
	color:black;
	font-weight: bold;
	font-size: 1.3em;
	letter-spacing: -1px;
	line-height: 1.7em;
}
#nav1 a:hover{
	text-decoration: none;
	color:#666;
}
#nav2 a.imgLink {
	display:block;
	position: relative;
}
#nav2 > div.fl > a.imgLink:hover {
	text-decoration: none;
}