IMG.s1
{
	background: url(../images/nav/nav-1h.png) no-repeat;
}
IMG.s2
{
	background: url(../images/nav/nav-2h.png) no-repeat;
}
IMG.s3
{
	background: url(../images/nav/nav-3h.png) no-repeat;
}
IMG.s4
{
	background: url(../images/nav/nav-4h.png) no-repeat;
}
IMG.s5
{
	background: url(../images/nav/nav-5h.png) no-repeat;
}
IMG.s6
{
	background: url(../images/nav/nav-6h.png) no-repeat;
}
#nav
{
}
#nav DIV
{
	position: relative;
	float: left;
	font-size: 0;
	display: inline;
	letter-spacing: -5px;
}
#nav DIV UL
{
	display: none;
	position: absolute;
	top: 36px;
	left: 0;
	background: #E0EFF2;
	list-style: none;
	margin: 0 0 0 8px;
	width: 130px;
	text-indent: 0;
	padding: 6px 10px;
	text-align: left;
	border: 1px solid #80B4E5;
	z-index: 100;
}
#nav DIV LI
{
	letter-spacing: 0.01em;
	font-size: 13px;
	line-height: 1.5em;
}
#nav DIV LI A
{
	color: #0755C5;
}