.menu {
	background: #FFFFFF; 	
	border: 1px solid #CCCCCC;
	padding: 6px 0;
	margin-left: -9px;
	position: absolute;
	text-align: left;
	visibility: hidden;
	left:0px;
	top:0px;
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	opacity: 0.90;
	z-index 20;
	}
a.menuItem, a.menuItemActive {
	color: #666666;
	background-color: transparent;
	background-image: url('../img/icon_link_arrow.png');
	background-position: 10px 9px;
	background-repeat: no-repeat;
	display: block;
	padding: 4px 24px 4px 24px;
	text-decoration: none;
	white-space: nowrap;
	font-weight: bold;
	}
a.menuItem:hover, a.menuItemActive {
	background-image: url('../img/icon_link_arrow_h.png');
	}

/*Overriding font size main*/

div#main {
	font-size: 13px;
	line-height: 20px;
}

p.footNote {
	font-size: 9px;
	line-height: 13px;
}
	
/*Overriding padding on Home*/

body#index div#body div#page div#main div#contentContainer div#content table.contentTable td.contentCell {
	padding: 20px 30px 0px 30px;
}
