/* --- menu styles ---
/* level 0 inner */
.m0l0iout {
    font: 13px Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
	text-decoration: none;
	padding: 4px;
    color: #9d6da5;
}
.m0l0iover {
    font: 13px Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	text-decoration: none;
    font-weight: bold;
    text-align: center;
	padding: 4px;
    color: #ffffff;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none

}
.m0l0oover {
	text-decoration : none;
}

/* level 1 inner */
.m0l1iout {
	font: 10px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 4px;
	color: #5c5c5c;
    background-image: url(images/menu_bg.gif);
}
.m0l1iover {
	font: bold 10px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 4px;
    color: #ffffff;
	background-image: url(images/work_ico.gif);
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
    border : 1px solid #a0a0a0;
    background: #e1e1e1;
    filter: alpha(opacity=80);
}
.m0l1oover {
	text-decoration : none;
    border : 1px solid #a0a0a0;
    background: #e1e1e1;
}

/* level 2 inner */
.m0l2iover {
	font: 10px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 4px;
    font-weight: bold;
    color: #ffffff;
}

/* level 2 outer */
.m0l2oout {
	text-decoration : none;
    border : 1px solid #a0a0a0;
    background: #e1e1e1;
    filter: alpha(opacity=80);
    background-image: url(images/menu_bg.gif);
}
.m0l2oover {
	text-decoration : none;
    border : 1px solid #a0a0a0;
    background: #e1e1e1;
    background-image: url(images/work_ico.gif);
}.text {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; color: #666666; text-decoration: none}
.textbold {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; font-weight: bold; color: #996699; text-decoration: none}
.textboldgrey { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: bold; color: #666666; text-decoration: none }
