/*
 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*/
.tm1oover {
	color: #eeeeee;
	vertical-align: middle;	
}
.tm1oout {
	color: #ffffff;
	vertical-align: middle;	
}

/* product menu 0 level - inner*/
.tm1iover {
	font-size: 12px;
	padding-top: 3px;
	font-family: arial, sans;	
	text-decoration: underline;
	vertical-align: middle;
	white-space: nowrap;
}
.tm1iout {
	font-size: 12px;
	padding-top: 3px;
	font-family: arial, sans;	
	text-decoration: none;
	vertical-align: middle;
	white-space: nowrap;
}

/* directly modify the properties of individual items */
/*
#e0_0o, #e0_0i {
	background-color: red;
}
#e0_1o, #e0_1i {
	background-color: green;
}
#e0_8o, #e0_8i {
	background-color: blue;
}
#e0_9o, #e0_9i {
	background-color: black;
}
#e0_19o, #e0_19i {
	background-color: yellow;
}
#e0_24o, #e0_24i {
	background-color: green;
}
#e0_28o, #e0_28i {
	background-color: gray;
}
#e0_37o, #e0_37i {
	background-color: red;
}
*/
/* product menu 1+ level - outer*/
.tm2oover {
	padding: 0px;
	background: #1B79BF;
}
.tm2oout {
	padding: 0px;
	background: #eeeeee;
}

.tm2iout {
	font-size: 12px;
	font-family: arial, sans;	
	padding: 3px;
	color: #007ac9;
	text-decoration: none;
}
.tm2iover {
	font-size: 12px;
	font-family: arial, sans;	
	padding: 3px;
      color: #ffffff;
	text-decoration: none;
}
