
.menuContainer {
	width:134px;
}
.menuTop {
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	border-style:solid;
	border-left-color:#737375;
	border-top-color:#737375;
	border-right-color:#737375;
	border-bottom-color:#f12433;
	border-top-width:0px;
	border-left-width:0px;
	border-bottom-width:0px;
	border-right-width:0px;
	width:134px;
	text-align:left;
}

.menuBody {
	visibility:hidden;
	position:absolute;
	z-index:99;
}

ul.menu {
    list-style-image:none;
	padding:0px;
	margin:0px;
}

li.menuElement {
	list-style:none;
	padding:3px;
	border-style:solid;
	border-bottom-width:1px;
	border-top-width:0px;
	border-right-width:1px;
	border-left-width:1px;
	border-color:#737574;
	background-color:#c3c3c3;
	width:150px;
}

a.menuLink {
	font-family:arial;
	font-size:11px;
	text-decoration:none;
	color:#000000;
}

a.menuLink:hover {
	text-decoration:underline;
}

table.subMenu {
	background-color:#c3c3c3;
	border-color:#737573;
	border-style:solid;
	border-top-width:0px;
	border-left-width:1px;
	border-right-width:1px;
	border-bottom-width:1px;
	text-align:center;
	padding:2px;
}

a.subMenu {
	font-family:arial;
	font-size:11px;
	color:#f12433;
	font-weight:bold;
	text-decoration:none;
}

a.subMenu:hover {
	text-decoration:underline;
}
