/* --- menu styles ---
note:
	not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
*/

/* male symbol */

.iconm {
	text-decoration : none !important;
	background-image: url(img/icon_m.gif);
	border: 0px solid #606F84;
	background-color: #606F84;
}

/* level 0 inner */
.m0l0iout {
	font-family: sans-serif, Arial, Tahoma, Verdana, Geneva, Helvetica;
	font-size: 11px;
	text-decoration: none !important;
	margin: 4px 0 0 8px;
	color: #FFFFFF;
}
.m0l0iover {
	font-family: sans-serif, Arial, Tahoma, Verdana, Geneva, Helvetica;
	font-size: 11px;
	text-decoration: none !important;
	margin: 5px 0 0 8px;
	color: #FFFFFF;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none !important;
	background-image: url(img/lev0_bg1_removed.gif);
	border: 1px solid #606F84;
	background-color: #606F84;
}
.m0l0oover {
	text-decoration : none !important;
	background-image: url(img/lev0_bg2_removed.gif);
	background-color: #8396AF;
	border: 1px solid #8396AF;
}

/* level 1 inner */
.m0l1iout {
	font-family: sans-serif, Arial, Tahoma, Verdana, Geneva, Helvetica;
	font-size: 11px;
	margin: 4px 0 0 17px;
	color: #FFFFFF;
}
.m0l1iover {
	font-family: sans-serif, Arial, Tahoma, Verdana, Geneva, Helvetica;
	font-size: 11px;
	margin: 4px 0 0 17px;
	color: #FFFFFF;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none !important;
	background-color: #606F84;
	border: 1px solid #8396AF;	
	padding: 0;
}
.m0l1oover {
	text-decoration : none !important;
	background-color: #8396AF;
	border: 1px solid #8396AF;
	background-image: url(img/lev1_arrow.gif);
	background-repeat: no-repeat;
	padding: 0;
}

/* female symbol */

.iconf {
	text-decoration : none !important;
	background-image: url(img/icon_f.gif);
	border: 0px solid #85637B;
	background-color: #85637B;
}

/* level 0 inner */
.m020iout {
	font-family: sans-serif, Arial, Tahoma, Verdana, Geneva, Helvetica;
	font-size: 11px;
	text-decoration: none !important;
	margin: 4px 0 0 8px;
	color: #FFFFFF;
}
.m020iover {
	font-family: sans-serif, Arial, Tahoma, Verdana, Geneva, Helvetica;
	font-size: 11px;
	text-decoration: none !important;;
	margin: 5px 0 0 8px;
	color: #FFFFFF;
}

/* level 0 outer */
.m020oout {
	text-decoration : none !important;
	background-image: url(img/lev0_bg1_removed.gif);
	border: 1px solid #85637B;
	background-color: #85637B;
}
.m020oover {
	text-decoration : none !important;
	background-image: url(img/lev0_bg2_removed.gif);
	background-color: #8F748F;
	border: 1px solid #8F748F;
}

/* level 1 inner */
.m021iout {
	font-family: sans-serif, Arial, Tahoma, Verdana, Geneva, Helvetica;
	font-size: 11px;
	margin: 4px 0 0 17px;
	color: #FFFFFF;
}
.m021iover {
	font-family: sans-serif, Arial, Tahoma, Verdana, Geneva, Helvetica;
	font-size: 11px;
	margin: 4px 0 0 17px;
	color: #FFFFFF;
}

/* level 1 outer */
.m021oout {
	text-decoration : none !important;
	background-color: #85637B;
	border: 1px solid #8F748F;
	padding: 0;
}
.m021oover {
	text-decoration : none !important;
	background-color: #8F748F;
	background-image: url(img/lev1_arrow2.gif);
	background-repeat: no-repeat;
	border: 1px solid #8F748F;
	padding: 0;
}

/* cart symbol */

.cart {
	text-decoration : none !important;
	background-image: url(img/icon_cart.gif);
	border: 0px solid #999999;
	background-color: #ffffff;
}
.cartover {
	text-decoration : none !important;
	background-image: url(img/icon_cart_0.gif);
	border: 0px solid #999999;
	background-color: #ffffff;
}