.mainBody {
	margin: 0;
	padding: 0;
	background-color: #929292;
}

.mainBody *{
	margin: 0 auto;
	font-family: verdana,arial,sans-serif;
}

.menuTop {
	height: 76px;
	width: 789px;
	background-position: left top;
	background-image: url('../images/uac-menu.png');
	background-size: 100% auto;
	font-family: verdana,arial,sans-serif;
	font-size: 10pt;
	overflow: hidden;
}

.IE .menuTop {
	background-image: url('../images/uac-menu@1x.png');
}

.IE .menuMiddle {
	background-image: url('../images/uac-menu-middle@1x.png');
}

.IE .menuBottom {
	background-image: url('../images/uac-menu@1x.png');
}

.menuTable {
	z-index: 100;
	position: relative;
	top: 29px;
	height: 35px;
	margin-right: 4px;
	margin-left: 132px;
	width: 655px;
}

.menuItems {
	height: 100%;
}

.menuItems td {
	width: 1%;
	height: 34px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: white;
	font-weight: bold;
}

.menuItems li {
	float: left;
	display: inline-block;
}

.menuItems .hover {
	/*background-color: rgba(255,255,255,0.75);*/
	text-shadow: 0 0 1em #FFF, 0 0 1em #FFF, 0 0 1em #FFF, 0 0 1em #FFF, 0 0 1em #FFF, 0 0 1em #FFF;
}

.menuItems .hover .selected {
	color: white;
}

.menuItems .selected {
	/*text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black, -1px 1px black, 1px 1px black, -1px -1px black, 1px -1px black, 0 0 1em #FFF, 0 0 1em #FFF, 0 0 1em #FFF;*/
	text-shadow: 0 0 1em #FFF, 0 0 1em #FFF, 0 0 1em #FFF;
	background-color: transparent;
}

.IE .menuItems .selected {
	text-shadow: none;
	text-decoration: underline;
}

.menuMiddle {
	width: 789px;
	height: 0;
	overflow: hidden;
	background-position: top left;
	background-image: url('../images/uac-menu-middle.png');
	background-size: 100% 100%;
}

.menuMiddle .menuImage {
	position: relative;
	top: -76px;
}

.menuMiddle .pageContent {
	z-index: 100;
	height: auto;
	margin-left: 44px;
	width: 736px;
	transition: height 1s;
	-moz-transition: height 1s; /* Firefox 4 */
	-webkit-transition: height 1s; /* Safari and Chrome */
	-o-transition: height 1s; /* Opera */
}

.menuBottom {
	height: 17px;
	width: 789px;
	background-position: left bottom;
	background-image: url('../images/uac-menu.png');
	background-size: 100% auto;
}

.menuBottom .menuImage {
	position: relative;
	top: -2329px;
}

.menuImage {
	height: 2350px;
	width: 790px;
}

#colorpath {
	transition: background-color .5s;
	-moz-transition: background-color .5s; /* Firefox 4 */
	-webkit-transition: background-color .5s; /* Safari and Chrome */
	-o-transition: background-color .5s; /* Opera */
	width: 789px;
	background-color: #929292;
}

.heading {
	vertical-align: middle;
	background-color: #e5e5e5;
	border: 1px solid #d0d0d0;
	font-weight: bold;
	box-shadow: 1px 1px #ececec inset;
	padding: 5px 3px 4px 3px;
	line-height: 15px;
	font-size: 16px;
}

.x-panel-header-text {
	font-weight: bold;
	font-size: 16px;
	font-family: verdana, arial, sans-serif;
}