.chromestyle{
	width: 99%;
	font-weight: bold;
	
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	width: 755px;
	background: url(http://uwinpoker.info/chrometheme/images/uwin-poker.gif);
/*THEME CHANGE HERE*/	padding: 0px 0px;
	margin: 0 0 0 2px;
	text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	font: small/21px "Segoe UI", Tahoma, Geneva, Verdana;
	color: #FFFFFF;
	padding: 0px 5px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #919191;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(http://uwinpoker.info/chrometheme/chrometheme/topdown.gif) center center repeat-x;
 /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position: absolute;
	top: 0;
	border: 1px solid grey; /*THEME CHANGE HERE*/;
	border-bottom-width: 0;
	font: small/21px "Segoe UI", Tahoma, Geneva, Verdana;
	line-height: 16px;
	z-index: 100;
	background-color: #0d5e80;
	width: 200px;
	visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 6px;
border-bottom: 1px solid #919191; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: white;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 755px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #04a0e3;
}

uwin-poker.gif
