.menuBox {
	border-width : 1px;
	border-color : #535353;
	border-style : solid;
	/*
	border-bottom-left-radius : 3px 3px;
	border-bottom-right-radius : 3px 3px;
	-moz-border-radius : 0px 0px 3px 3px;
	-webkit-border-bottom-left-radius : 3px 3px;
	-webkit-border-bottom-right-radius : 3px 3px;
	*/
	position : absolute;
	left : 0px;
	top : 0px;
	border-collapse : collapse;
	background-color : #494949;
	font-family : Arial Narrow;
	/*
	text-transform : uppercase;
	*/
}

.menuItem {
	padding : 1px 5px;
	text-align : left;
	border-width : 0px;
	color : #FFFFFF;
	font-size : 14px;
	line-height : 16px;
	font-family : Verdana;
	/*
	border-radius : 2px 2px;
	-moz-border-radius : 2px;
	-webkit-border-radius : 2px 2px;
	*/
	width : 190px;
	height : 20px;
}

.menuItemSelected {
	padding : 1px 5px;
	text-align : left;
	border-width : 0px;
	color : #FFFFFF;
	background-color : #BC6600;
	font-size : 14px;
	line-height : 16px;
	font-family : Verdana;
	/*
	border-radius : 2px 2px;
	-moz-border-radius : 2px;
	-webkit-border-radius : 2px 2px;
	*/
	width : 190px;
	height : 20px;
}

