.jquerycssmenu{
	font: bold 12px Tahoma, Arial, Helvetica, sans-serif;
	position: relative;
	padding: 0px 23px 0 23px;
	margin: 0px;
	height: 32px;
	list-style: none;
	width:886px;
}

.jquerycssmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.jquerycssmenu ul li{
	position: relative;
	display: inline;
	float: left;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
	display: block;
	padding: 0px;
	margin: 0px 4px 0px 4px; /*spacing between tabs*/
	border: none;
	text-decoration: none;
}

.jquerycssmenu ul li a:hover{
	 /*tab link background during hover state*/
}
.jquerycssmenu li a span{
	float: left;
	display: block;
	padding: 0px; /*Padding of menu items*/
	display:none;
}


	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	background-image:none;
	background-color:#000;
	color:#FFFFFF;
	border-top: 1px solid black;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
	display: list-item;
	float: none;
	background-image:none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu ul li ul li ul{
	top: 0;
}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a, .jquerycssmenu ul li ul li a:hover{
	font: normal 11px Arial, Helvetica, sans-serif;
	width: 135px; /*width of sub menus*/
	color:#bfbdbe;
	padding:10px 15px 8px 15px;
	margin: 0;
	border-top-width: 0;
	background:#000 url(../images/dropdown.gif) 0px 0px no-repeat;
	height:13px;
	text-transform:uppercase;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
	background-position:0px -32px;
	color:#fff;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
	position: absolute;
	top: 7px;
	right: 5px;
}

.rightarrowclass{
	position: absolute;
	top: 5px;
	right: 5px;
}
/********************************MENU Choices****************************/
a.menu_home, a.menu_operator, a.menu_aboutus, a.menu_markettrends, a.menu_egaming, a.menu_news, a.menu_faq, a.menu_contactus, a.menu_newsletter  {
	background-image:url(../images/menu.gif);
	background-repeat:no-repeat;
	height:32px;
}
a.menu_home_current, a.menu_operator_current, a.menu_aboutus_current, a.menu_markettrends_current, a.menu_egaming_current, a.menu_news_current, a.menu_faq_current, a.menu_contactus_current, a.menu_newsletter_current  {
	background-image:url(../images/menu.gif);
	background-repeat:no-repeat;
}
a.menu_home {
	background-position: 0px 0px;
	width: 62px;
}
a.menu_home:hover, a.menu_home_current {
	background-position:0px -288px;
	width: 62px;
	height:32px;
}
a.menu_operator {
	background-position: 0px -32px;
	width:98px;
}
a.menu_operator:hover, a.menu_operator_current {
	background-position: 0px -320px;
	width:98px;
	height:32px;
}
a.menu_aboutus {
	background-position: 0px -64px;
	width:88px;
}
a.menu_aboutus:hover, a.menu_aboutus_current {
	background-position: 0px -352px;
	width:88px;
	height:32px;
}
a.menu_markettrends {
	background-position: 0px -96px;
	width:130px;
}
a.menu_markettrends:hover, a.menu_markettrends_current {
	background-position: 0px -384px;
	height:32px;
	width:130px;
}
a.menu_egaming {
	background-position: 0px -128px;
	width:94px;
}
a.menu_egaming:hover, a.menu_egaming_current {
	background-position: 0px -416px;
	height:32px;
	width:94px;
}
a.menu_news {
	background-position: 0px -160px;
	width:62px;
}
a.menu_news:hover, a.menu_news_current {
	background-position: 0px -448px;
	height:32px;
	width:62px;
}
a.menu_faq {
	background-position: 0px -192px;
	width:62px;
}
a.menu_faq:hover, a.menu_faq_current {
	background-position: 0px -480px;
	height:32px;
	width:62px;
}
a.menu_contactus {
	background-position: 0px -224px;
	width:98px;
}
a.menu_contactus:hover, a.menu_contactus_current {
	background-position: 0px -512px;
	height:32px;
	width:98px;
}
a.menu_newsletter {
	background-position: 0px -256px;
	width:109px;
}
a.menu_newsletter:hover, a.menu_newsletter_current {
	background-position: 0px -544px;
	width:109px;
	height:32px;
}