
/* to add a background image to the menu, add it to the horizontalMenu below, it should be equal to the height and the width of the horizontalMenu attributes */
#header ul, #header ul li {
	margin: 0px;
	}

#horizontalMenu {
	position: relative;
	direction: rtl;
	border: 0px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	font: normal 12px arial, sans-serif;
	width: 770px;
	height: 30px;
	background-image: url(/images/poker/menu/background.jpg);
	background-repeat: no-repeat;
	z-index: 999;
	}
	
	
.topRow {
	margin: 0px;
	float: right;
	text-align: right;
	font: bold 13px arial, sans-serif;;
}

/* The following menu ids set up the width for each of the top row of menu items (adjust the width and padding for each item inorder to position each item on the menu. The width and padding-left values should total the width of the horizontalMenu width above */

#languageJump {
	margin-top: 0px;
	padding-left: 15px;
	padding-top: 5px;
	padding-right: 50px;
}

#menu1 {
	padding-top: 5px;
	padding-right: 34px;
	}

#menu2 {
	padding-top: 5px;
	padding-right: 34px;
	}
	
#menu3 {
	padding-top: 5px;
	padding-right: 34px;
	}
	
#menu4 {
	padding-top: 5px;
	padding-right: 34px;
	}
	

#menu5 {
	padding-top: 5px;
	padding-right: 34px;
	}
	
#menu6 {
	padding-top: 5px;
	padding-right: 34px;
	}
	
#menu7 {	
	padding-top: 5px;
	padding-right: 34px;
	}
	
	

/* Change the dropDown class color and border for dropdown boxes */
	
.dropDown {
	position: absolute;
	border: 1px solid #000000;
	background-color: #212121;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style: none;
	z-index: 1000;
	}
	
/* Change the dropDown class color and border for second-level dropdown boxes */
	
#horizontalMenu ul ul {
	background-color: #212121;
	border: 1px solid #000000;
	}
	
	
/* Change the text colour of the menu items on the toprow */
	
.topRow a:link, .topRow a:visited {
	padding-left: 5px;
	text-align: right; 
	display: block;
	text-decoration: none;
	color: #eeeeee;
	}
	
/* Change the text colour of the menu items in the dropdown menus */
	
.dropDown li a:link, .dropDown li a:visited {
	display: block;
	color: #eeeeee;
	text-align: right;
	font-size: 11px;
	text-decoration: none;
	padding: 4px 4px;
	font-weight: normal;
	}
	
/* Change the roll over text colour for the menu items on the toprow */

.topRow a:hover {
	color: #fd1b14;
	}
	
/* Change the roll over text colour, and background-color for the menu items on the toprow */
	
.dropDown li a:hover {
	color: #fd1b14;
	background-color: #454545;
	}
	
	
/* DO NOT TOUCH ANY OF THE CSS BELOW THIS LINE */	


.dropDown li {
	display: block;
	padding: 1px;
	margin: 0px;
	border: 0px;
	}
	
#horizontalMenu li:hover, #horziontalMenu li.sfhover {
    position: static;
}
	
#horizontalMenu.dropDown a {
	display: block;
	}
	

#horizontalMenu ul.dropDown {
    position: absolute;
	width: 10em;
	left: -999em;
	}
	
#horizontalMenu li:hover ul {
	left: auto;
	}

#horizontalMenu li:hover ul, #horizontalMenu li.sfhover ul {
	left: auto;
	}

/* second level dropdown */
	
#horizontalMenu ul ul {
	margin: -1.5em 8em 0 0px;
	list-style: none; 
	padding: 0px;
	width: 10em;
}

#horizontalMenu, #horizontalMenu ul {
	line-height: 1;
}

#horizontalMenu li:hover ul ul, #horizontalMenu li.sfhover ul ul {
	position: absolute;
	left: -999em;
}


#horizontalMenu li:hover ul, #horizontalMenu li li:hover ul, #horizontalMenu li.sfhover ul, #horizontalMenu li li.sfhover ul {
	left: auto;
}

.languageJump  {
	margin: 0px;
	padding: 0px;
	width: 80px;
	height: 18px;
	border: 1px solid #000000;
	font: normal 10px arial, sans-serif;
	}

	