.menuLeft {
	background-image: url(../../images/menu_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 26px;
}
.menuRight {
	background-image: url(../../images/menu_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.menu {
	background-image: url(../../images/menu_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.menuDiv {
	background-image: url(../../images/menu_div.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 1px;
	height: 26px;
}
.menuText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 30px;
	padding-left: 30px;
	line-height: normal;
}

.subNavLeft {
	background-image: url(../../images/subnav_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 18px;
}
.subNavRight {
	background-image: url(../../images/subnav_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 18px;
}
.subNav {
	background-image: url(../../images/subnav_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 18px;
}
.subNavText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	padding-right: 30px;
	padding-left: 30px;
	line-height: normal;
}

/************ subglobalNav styles **************/

.subglobalNav{
	position:absolute;
	top: 109px;
	width:762px;
	height:20px;
	padding: -20px 0px 0px 10px;
	visibility: hidden;
	color: #000000;
}

