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

/* product menu 0 level - outer*/
.cm1oover {
	color: #000000;
	vertical-align: middle;
	padding-top: 0px;	
}
.cm1oout {
	color: #007ac9;
	vertical-align: middle;	
	padding-top: 0px;
}

/* product menu 0 level - inner*/
.cm1iover {
	font-size: 12px;
	padding-top: 3px;
	font-family: arial, sans;	
	text-decoration: underline;
	vertical-align: middle;
	white-space: nowrap;
}
.cm1iout {
	font-size: 12px;
	padding-top: 3px;
	font-family: arial, sans;	
	text-decoration: none;
	vertical-align: middle;
	white-space: nowrap;
}

/* product menu 1+ level - outer*/
.cm2oover {
	padding: 0px;
	background: #1B79BF;
}
.cm2oout {
	padding: 0px;
	background: #eeeeee;
}

.cm2iout {
	font-size: 12px;
	font-family: arial, sans;	
	padding: 3px;
	color: #007ac9;
	text-decoration: none;
}
.cm2iover {
	font-size: 12px;
	font-family: arial, sans;	
	padding: 3px;
	color: #ffffff;
	text-decoration: none;
}
