@charset "UTF-8";
/* CSS Document  - Harrahs's Las Vegas Definitions*/



/* import harrahs brand elements, page strutcture definitions */
@import url("/css_includes/harrahs-props-subpages.css");


/* property logo */
.logo {
	background-image:url(/images/Brand/harrahs/property-logos/logo-rin-10th-aniversary.gif);
}

/* language dropdowns */

#row1dropdowns, #tnLinkRowTop {
	float:left;
	position:relative;
	z-index:105px;
}
#tnLinkRowTop {
	width:800px;
}
#languagePropDrops {
	margin: 0;
	padding: 0;
	position:relative;
	top:-6px;
	left: -50;
	text-align:left;
	cursor:pointer;
	float:right;
}
#languagePropDrops li {
	float: left;
	list-style: none;
	font-size: 10px;
	font-family:Verdana, Geneva, sans-serif;
}
#languagePropDrops li a {
	display: block;
	text-transform:uppercase;
	padding: 5px 12px;
	text-decoration: none;
	color: #fff; /* Color of the links */
	white-space: nowrap
}
#languagePropDrops li a:hover {
	background: #643891; /* highlight color, topnav links */
}
#languagePropDrops li ul {
	border: 1px solid #4F0D80;
    margin: 0;
    padding: 0;
    position: absolute;
    visibility: hidden; /* border of dropdown color */
}
#languagePropDrops li ul li {
	float: none;
	display: inline
}
#languagePropDrops li ul li a {
	background: none repeat scroll 0 0 #9E7FD2;
    border: medium none;
    text-align: left;
    width: auto;
}
#languagePropDrops li ul li a:hover {
	background: #643891; /* highlight color, links in dropdown */
}
#languageTop {
	margin-right:10px;
	position:relative;
}
#languageList {
	height: 52px;
    overflow: auto;
    width: 150px;
	background-color:#9E7FD2;
}


/* -- End Topnav Dropdowns styles -- */

