@charset "utf-8";
/* CSS Document */

/* ------------------------------------------------ MAIN NAV */

#navigation ul {
	list-style-type: none;
}

#navigation ul li {
	float: left;
}

#navigation ul li span {
	display: none;
}

#navigation ul li a {
	background-position: top;
	display: block;
	height: 30px;
}

#navigation ul li a:hover {
	background-position: center;
}

#navigation ul li a.active {
	background-position: bottom;
}

#navigation ul li a.nav1 {
	background-image: url(/assets/images/nav1.png);
	width: 50px;
}

#navigation ul li a.nav2 {
	background-image: url(/assets/images/nav2.png);
	width: 71px;
}

#navigation ul li a.nav3 {
	background-image: url(/assets/images/nav3.png);
	width: 120px;
}

#navigation ul li a.nav4 {
	background-image: url(/assets/images/nav4.png);
	width: 122px;
}

#navigation ul li a.nav5 {
	background-image: url(/assets/images/nav5.png);
	width: 114px;
}

#navigation ul li a.nav6 {
	background-image: url(/assets/images/nav6.png);
	width: 128px;
}

#navigation ul li a.nav7 {
	background-image: url(/assets/images/nav7.png);
	width: 72px;
}

/* ------------------------------------------------ SIDE NAV */

#colRight ul {
	list-style-type: none;
}

#colRight ul li {
	height: 75px;
	padding-left: 58px;
	width: 157px;
}

#colRight ul li.b1 {
	background: url(/assets/images/b1.png) top left no-repeat;
}

#colRight ul li.b2 {
	background: url(/assets/images/b2.png) top left no-repeat;
}

#colRight ul li.b3 {
	background: url(/assets/images/b3.png) top left no-repeat;
}

#colRight ul li:hover {
	cursor: pointer;
	background-position: bottom left;
}

#colRight ul li h3, #colRight ul li p {
	margin: 0 !important;
}

.b1h {
	background: url(/assets/images/b1h.png);
	height: 37px;
	width: 157px;
}

.b1p {
	background: url(/assets/images/b1p.png);
	height: 38px;
	width: 157px;
}

.b2h {
	background: url(/assets/images/b2h.png);
	height: 37px;
	width: 157px;
}

.b2p {
	background: url(/assets/images/b2p.png);
	height: 38px;
	width: 157px;
}

.b3h {
	background: url(/assets/images/b3h.png);
	height: 37px;
	width: 157px;
}

.b3p {
	background: url(/assets/images/b3p.png);
	height: 38px;
	width: 157px;
}