@charset "ISO-8859-1";
@import "reset.css";
@import "base.css";

#nav {
	background-image: url("../img/home/nav-bg.jpg");
	background-repeat: no-repeat;
    height: 177px;
	overflow: hidden;
    position: absolute;
    top: 233px;
    width: 418px;
}

#nav a { position: absolute; }

#nav a.first {
	top: -26px;
	left: -129px;
}

#nav a.second {
	top: 70px;
	left: 297px;
}

#nav a.third {
	top: 70px;
	left: 110px;
}

#nav a.fourth {
	top: -51px;
	left: 229px;
}

#nav a.fifth {
	top: -121px;
	left: 57px;
}

#nav a.sixth {
	top: 87px;
	left: -48px;
}

#secnav ul {
	margin: 0;
	padding: 0;
}

#secnav li {
	display: inline;
	list-style-type: none;
}