/*
#Menu {
	width : 100%;
	height : 20px;
	background-color : #D14312;
	vertical-align : top;
	padding-left : 0px;
	font-family : Arial Narrow;
	bor
}

table.menuCell {
	width : 100%;
	border-width : 0px;
	border-collapse : collapse;
	font-size : 12px;
	font-weight : bold;
	font-family : Arial Narrow;
}

.menuCell a:link, .menuCell a:active, .menuCell a:visited {
	color : #FFFFFF;
	font-weight : bold;
	text-decoration : none;
	margin : 0px 10px 0px 5px;
	font-family : Arial Narrow;
}

.menuCell a:hover {
	color : #FFFF00;
}
*/
.menuBox {
	border : 1px #E49325 solid;
	position : absolute;
	left : 0px;
	top : 0px;
	width : 100px !important;
	border-collapse : collapse;
	background-color : #EF3F1A;
	font-family : Myriad Pro, Myriad, Arial Narrow;
	text-align : left;
	padding-right : 2px;
	cursor : pointer !important;
}

.menuItem {
	cursor : pointer;
	/*
	padding : 1px;
	text-align : left;
	border-width : 0px;
	color : #FFFFFF;
	font-weight : bold;
	font-size : 12px;
	line-height : 16px;
	font-family : Arial Narrow;
	*/
}

.menuItem,
.menuItem img,
.menuItemSelected,
.menuItemSelected img {
	cursor : pointer !important;
}

.menuItemSelected {
	cursor : pointer;
	/*
	padding : 1px;
	text-align : left;
	border-width : 0px;
	color :	#FFFF00;
	font-weight : bold;
	font-size : 12px;
	line-height : 16px;
	font-family : Arial Narrow;
	*/
}

