/* Tapes UK Menu CSS Document */

body {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	cursor: default;
	margin: 0px;
}
#allBodyContent {
	width: 700px;
	overflow: visible;
	position: absolute;
	left: 18px;
	top: 2px;

}
.menu {
	border: 1px #FFFFFF solid;
	width: 131px;
	color: #000000;
}
.itemTitle {
	font-size: 11px;
	height: 12px;
	line-height: 12px;
	text-decoration: none;
}
.menuCatagory {
	font-size: small;
	font-weight: bold;
	line-height: 12px;
	height: 12px;
	background-color: #FFFFFF;
	padding: 5px;
	padding-top: 10px;
	border: 1px #FFFFFF solid;
	cursor: pointer;
	display: block;
}
.menuItem {
	font-size: x-small;
	font-weight: normal;
	line-height: 12px;
	height: 12px;
	background: url(_images/arrow.gif) #FE9900 right no-repeat;
	padding: 5px;
	border: 1px #FFFFFF solid;
	cursor: pointer;
	display: block;
}
.greyMenuItem {
	font-size: x-small;
	font-weight: normal;
	line-height: 12px;
	height: 12px;
	background-color: #AAAAAA;
	padding: 5px;
	border: 1px #FFFFFF solid;
	cursor: pointer;
}
.secondChildMenu{
	border: 2px #FFFFFF outset;
	width: 131px;
	position: absolute;
	left: 104px;
}
.childMenuItem {
	font-size: x-small;
	font-weight: normal;
	line-height: 12px;
	height: 12px;
	min-height: 12px;
	background-color: #FE9900;
	padding: 5px;
	border: 1px #FFFFFF solid;
}
.childMenuItemWithDropDown {
	font-size: x-small;
	font-weight: normal;
	line-height: 12px;
	height: 12px;
	background: url(_images/arrow.gif) #FE9900 right no-repeat;
	padding: 5px;
	border: 1px #FFFFFF solid;
}
