table.ratings {
	background-image : url(http://www.vegashipster.com/images/inforama/ratings_bkg.gif);
	background-repeat:no-repeat;
}

ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 200px;
	border-bottom: 1px solid #ccc;
}

ul.menu li.menuItem {
	position: relative;
}
	
ul.menu li.menuItem a.menuLink {

	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	display: block;
	text-decoration: none;
	color: #777777;
	background: #FFFFFF;
	padding: 5px;
	border: 1px solid #CCCCCC;
	border-bottom: 0;
}

ul.menu li.menuItem a:hover {
	margin-left : 0px; 
	margin-right : 0px;
	margin-top : 0px;
	margin-bottom : -1px;
	background-color: #FFCA08;
	border-top: 1px solid #E88D00;
	border-bottom: 1px solid #E88D00;
	text-decoration: none;
	color: #000000;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

div#menuContainer {
	position: absolute;
	z-index: 99999;
	margin: 0px 0px 0px 0px;
	display: none;
}

div#rateAmount {
	font-family: Verdana;
	font-size: 7pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: left;
	margin-top: -6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

p.thanks {
	font-family: Verdana;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-align: left;
	margin-top: 10px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 10px;
}
