/* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
.transMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
}

/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.transMenu .content {
	position:absolute;
}

/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs can be positioned underneath it */
.transMenu .items {
	position:relative;
	left:0px; top:0px;
	z-index:2;
}

.transMenu.top .items {
	 color:#5B5B5B;
    font-size:11px;
    font-family: "Liberation Sans", Arial, Helvetica, sans-serif;
    text-decoration:none;
	/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
	cursor:pointer;
	cursor:hand;
	height:19px;
	border-top:1px solid #000000;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	line-height:17px;
	padding-left:0px;
}

/* each TR.item is one menu item */
.transMenu-topmenu .item {
    color:#5B5B5B;
    font-size:11px;
    font-family: "Liberation Sans", Arial, Helvetica, sans-serif;
    text-decoration:none;
	/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
	cursor:pointer;
	cursor:hand;
	height:19px;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	border-right:1px solid #000000;
	border-left:1px solid #000000;
	line-height:17px;
	padding-left:8px;
}
.top-topmenu {
	display: block;
	vertical-align: middle;
	font-family: "Liberation Sans", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #5B5B5B;
	text-align: left;
	padding-left: 8px;
	height: 20px !important;
	text-decoration: none;
	text-transform:uppercase;
	line-height:17px;
	border-right:1px solid #000000;
	border-left:1px solid #000000;
	border-bottom:1px solid #000000;
	letter-spacing:0.8px;
}
.top-topmenu:hover {
	display: block;
	vertical-align: middle;
	font-family: "Liberation Sans", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #5C7184;
	text-align: left;
	padding-left: 8px;
	height: 20px !important;
	text-decoration: none;
	text-transform:uppercase;
	line-height:17px;
	border-right:1px solid #000000;
	border-left:1px solid #000000;
	border-bottom:1px solid #000000;
}