/*&&>> Core Stylesheet <<&&*/

/*&&&&&>> Typography <<&&&&&*/


/*&&&&&>> Navigation <<&&&&&*/

ul.one {
	background: #ffffee url(../cssimg/background1.png) repeat-x top;
	padding: 22px 0 0px 75px; /* 50 - 28 = 22 */
	height: 28px;
	margin:	0;
	}

ul.one li {
	background: url(../cssimg/utm_li1.png) no-repeat top right;
	display: block;
	float: left;
	padding: 0 5px 0 0; /* width of utm_li */
	height: 28px; /* height of 1 unit */
	width: auto;
	}

ul.one li a:link,ul.one li a:visited {
	background: url(../cssimg/utm_a1.png) no-repeat left 0;
	color: #000;
	display: block;
	font: 12px "Trebuchet MS",verdana,sans-serif;
	text-decoration: none;
	padding: 0;
	height: 28px;
	}

ul.one li a:link span,ul.one li a:visited span {
	background: url(../cssimg/utm_span1.png) no-repeat right 0;
	display: block;
	padding: 7px 25px 0 25px;
	height: 21px;
	}

/*&&>> Hover <<&&*/

ul.one li a:hover {
	background-position: left -56px;
	}

ul.one li a:hover span {
	background-position: right -56px;
	cursor: pointer;
	}

/*&&>> Current State <<&&*/

.home .one .home {
	background-position: left -28px !important;
	}

.home .one .home span {
	background-position: right -28px !important;
	}

/*&&&&&>> Navigation <<&&&&&*/

ul.two {
	background: #ffffee url(../cssimg/background2.png) repeat-x top;
	padding: 22px 0 0px 75px; /* 50 - 28 = 22 */
	height: 28px;
	margin:	0;
	}

ul.two li {
	background: url(../cssimg/utm_li2.png) no-repeat top right;
	display: block;
	float: left;
	padding: 0 5px 0 0; /* width of utm_li */
	height: 28px; /* height of 1 unit */
	width: auto;
	}

ul.two li a:link,ul.two li a:visited {
	background: url(../cssimg/utm_a2.png) no-repeat left 0;
	color: #000;
	display: block;
	font: 12px "Trebuchet MS",verdana,sans-serif;
	text-decoration: ntwo;
	padding: 0;
	height: 28px;
	}

ul.two li a:link span,ul.two li a:visited span {
	background: url(../cssimg/utm_span2.png) no-repeat right 0;
	display: block;
	padding: 7px 25px 0 25px;
	height: 21px;
	}
/*&&>> Hover <<&&*/

ul.two li a:hover {
	background-position: left -56px;
	}

ul.two li a:hover span {
	background-position: right -56px;
	cursor: pointer;
	}	
/*&&>> Current State <<&&*/

.home .two .home {
	background-position: left -28px !important;
	}

.home .two .home span {
	background-position: right -28px !important;
	}

/*&&>> Hacks! <<&&*/

* html ul li a {
	width: 1px;
	}

/*&&>> IE5 Mac Hack <<&&*/
/*\*//*/
.menu ul li a {
	display: inline-block;
	white-space: nowrap;
	width: 1px;
	}
.menu ul {
	padding-bottom: 0;
	margin-bottom: -1px;
	}
/**/
