.menuHeading    { 
	font-family: Verdana, Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 2px;
}

.menuItem    { 
	border-width: 0px;
	border-style: none;
	border-color: #CBDDE8;
    font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	width:100%;  
}
.menuItem A {
	border-width: 0px;
	border-style: none;
	border-color: #CBDDE8;
	color: black;
	text-decoration: none;
	width:100%;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 3px;
}

.menuItem A:hover {
	border-width: 0px;
	border-style: none;
	border-color: #CBDDE8;
	background-color: #CBDDE8;
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	width:100%; 
	cursor: hand;
}

.menu {
	border-top: 1px #F4F8FD solid;
	border-left: 1px #F4F8FD solid;
	border-right: 1px #F4F8FD solid;
	table-layout: fixed;
}

.menuSection {
	background: #F4F8FD;
	border-bottom: 1px #F4F8FD solid;
}