div.menuContainer {
	width: 829px;
	background-color: none;
	position: relative;
	z-index: 100
}
div.subMenuContainer {
	background-color: #000000;	
	width: 150px;
	border: 0px;
	position: absolute;
	margin: 0px;
	top:0px; 
	left:0px;
}
div.menuHeader {
	width: 100%;
	background-color: transparent;
	cursor: hand;
	position: relative;
	height:25px;
}
td.menuHeader {
	background-color: transparent;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	border: 0px solid red;
	height:25px;
	position: relative;
}
td.menuHeaderOver {
	background:url(../images/header/menuBG_over.gif) top left repeat-x;
	background-color: transparent;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	border: 0px solid red;
	height:25px;
	position: relative;
}
td.menuItem {
	background-color: #F68B1F;
	width: 150px;
	font-family: arial;
	font-size: 12px;
	font-weight: none;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0;
	padding-bottom: 0;
	cursor: pointer;
	z-index: 1000;
}
td.menuItemOver {
	background-color: #333333;
	width: 150px;
	color: #FFFFFF;
	font-family: arial;
	font-size: 12px;
	font-weight: none;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0;
	padding-bottom: 0;
	cursor: hand;
	z-index: 1000;
}
a.menuItem {
	color: #FFFFFF;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
}
a.menuItemOver {
	color: #FFFFFF;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
}