/* --- menu styles ---
note:
	not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
*/
/* level 0 inner */
.m0l0iout {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000033;
	padding-top: 7px;
	padding-left: 20px;
	height: 30px;
	width: 237px;
}
.m0l0iover {
	text-decoration: none;
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/button_on.gif);
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-left: 20px;
	height: 30px;
	width: 237px;
	cursor: pointer

}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	background-image: url(../images/button_off.gif);
	background-repeat: no-repeat;
}
.m0l0oover { text-decoration : none; 
}

/* level 1 inner */
.m0l1iout {
	text-decoration: none;
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../images/button2_off.gif);
	float: left;
	height: 22px;
	width: 170px;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-left: 10px;
}
.m0l1iover {
	text-decoration : none;
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 5px;
	padding-left: 10px;
	height: 22px;
	width: 170px;
	background-image: url(../images/button2_on.gif);
	background-repeat: no-repeat;
    cursor: pointer
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000033;
}
.m0l1oover {
	text-decoration : none;
}

/* level 2 inner */
.m0l2iover {
	text-decoration : none;
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../images/button3_on.gif);
	background-repeat: no-repeat;
	height: 22px;
	width: 170px;
	padding-top: 5px;
	padding-left: 10px;
}

/* level 2 outer */
.m0l2oout {
	text-decoration : none;
    
}
.m0l2oover {
	text-decoration : none;
    cursor: pointer
}
#starbuyTBL {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	float: left;
	height: 204px;
	width: 100%;
}
.starbuy_price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	text-decoration: none;
}

