#nav {
	background: url(../images/smartflex_nav_off.png) top left no-repeat;
}




		#nav li.li1 a:hover,
		#nav li.li2 a:hover,
		#nav li.li3 a:hover,
		#nav li.li4 a:hover, {
			background-image: url(../images/smartflex_nav_on.png);
		}
		
		#nav li.li1 a.selected,
		#nav li.li2 a.selected,
		#nav li.li3 a.selected,
		#nav li.li4 a.selected {
			background-image: url(../images/smartflex_nav_sel.png);
		}

		#nav li.li1a { left: 711px; width: 60px; }
		#nav li.li1b { left: 771px; width: 101px; }
		#nav li.li1c { left: 872px; width: 88px; }

		#nav li.li1a a:hover { background: url(../images/smartflex_nav_on.png) -711px 0px no-repeat; }
		#nav li.li1b a:hover { background: url(../images/smartflex_nav_on.png) -771px 0px no-repeat; }
		#nav li.li1c a:hover { background: url(../images/smartflex_nav_on.png) -872px 0px no-repeat; }

		#nav li.li1a a.selected { background: url(../images/smartflex_nav_sel.png) -711px 0px no-repeat; }
		#nav li.li1b a.selected { background: url(../images/smartflex_nav_sel.png) -771px 0px no-repeat; }
		#nav li.li1c a.selected { background: url(../images/smartflex_nav_sel.png) -872px 0px no-repeat; }


		#nav li ul {
			top: 0;
			left: 0;
			margin: 0;
			padding: 0;
			width: 11em;
			background-color: #232227;
			display: none;
		}

		#nav li:hover ul, #nav li.over ul {
			display: block;
		}


#breadcrumb {
	font-size: .8em;
	margin-top: -1.5em;
}

p#media {
	width: 100%;
	text-align: center;
}