/* --- menu styles ---
note:
	not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
*/

.MenuItemTopLevel { padding-left:12px; padding-right:12px; padding-top:6px; padding-bottom:6px; position:relative; width:155px; height:155px; border-bottom:5px Solid #A2B7D1; }
.MenuItemTopLevelTable { position:relative; width:100%; border-bottom:1px Solid #A2B7D1; }
.MenuItemTopLevelTD { padding-left:12px; padding-right:12px; padding-top:6px; padding-bottom:6px; }

/* level 0 inner */

.m0l0iout {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 11px;
	text-decoration: none;
	color: #D3E7FF;
}
.m0l0iover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 11px;
	text-decoration: none;
	color: #3B4C5E;
}

/* level 0 outer */
.m0l0oout {
	position:relative;
	text-decoration:none;
	width:155px;
	height:155px;
	display:block;
}
.m0l0oover {
	position:relative;
	text-decoration:none;
	width:155px;
	height:155px;
	display:block;
}

/* level 1 inner */
.m0l1iout {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 11px;
	text-decoration: none;
	color: #D3E7FF;
}

.m0l1iover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 11px;
	text-decoration: none;
	color: #D3E7FF;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border : 3px solid #FDD001;
	background-color: #4B8DC7;
}

.m0l1oover {
	text-decoration : none;
	border : 3px solid #FDD001;
	background-color: #4777C3;
}

/* level 2 inner */
.m0l2ioout {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 11px;
	text-decoration: none;
	color: #D3E7FF;
}

.m0l2iover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 11px;
	text-decoration: none;
	color: #D3E7FF;
}

/* level 2 outer */
.m0l2oout {
	text-decoration : none;
	border : 3px solid #FDD001;
	background-color: #4B8DC7;
}

.m0l2oover {
	text-decoration : none;
	border : 3px solid #FDD001;
	background-color: #4777C3;
}