/*
 menu styles
 note: not all browsers render styles the same way so try out your style sheet
 in different browsers before publishing
*/

/* level 0 inner */
.m0l0iout {
	font: bold 12px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-decoration: none;
	margin: 4px 0 0 8px;
	color: #000;
	text-align: center;
}
.m0l0iover {
	font: bold 12px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-decoration: underline;
	margin: 4px 0 0 8px;
	color: #000;
	text-align: center;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	border: 1px solid #ddd;
	background-color: #fff;
	opacity: 0.75;
}
.m0l0oover {
	text-decoration : none;
	background-color: #ddd;
	border: 1px solid #ddd;
	opacity: 0.75;
}

/* level 1 inner */
.m0l1iout {
	font: normal 12px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 4px 10px 0 17px;
	color: #000;
}
.m0l1iover {
	font: normal 12px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 4px 10px 0 17px;
	color: #000;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	background-color: #fff;
	padding: 0;
	border: 1px solid #999;
}
.m0l1oover {
	text-decoration : none;
	background-color: #ddd;
	padding: 0;
	border: 1px solid #999;
}

/* image inside */
.mimg {
    width: 80px;
    height: 60px;
    -webkit-box-shadow: rgba(0,0,0,0.8) 0 0 10px; 
    -moz-box-shadow: rgba(0,0,0,0.5) 0 0 10px; 
    box-shadow: rgba(0,0,0,0.5) 0 0 10px; 
    /* -webkit-border-radius: 4px; -moz-border-radius: 40px; border-radius: 40px; */
    /* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#888888')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#888888');
	border: 1px solid #444;
	margin-right: 20px;
	float: left;
}