/*******************************************************************
 NAVIGATION ITEMS (main menu links)
*******************************************************************/

#nav_item {
  position: absolute;
  top: 33px;
  left: 75px;
  width: 114px;
  height: 37px;
  background: url(/images/templates/gsr_main/dropdown_link_center.png) repeat-x;
  z-index: 102;
}

#nav_item .left_corner {
  position: absolute;
  top: 0;
  left: -2px;
  width: 8px;
  height: 37px;
  background: url(/images/templates/gsr_main/dropdown_link_left.png) no-repeat;
}

#nav_item .right_corner {
  position: absolute;
  top: 0;
  right: -4px;
  width: 8px;
  height: 37px;
  background: url(/images/templates/gsr_main/dropdown_link_right.png) no-repeat;
}

.hover .center_repeat {
  width: 100%;
  height: 36px;
  background: url(/images/templates/gsr_main/dropdown_link_center.png) repeat-x;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 104;
}

.hover .left_corner {
  width: 6px;
  height: 36px;
  background: url(/images/templates/gsr_main/dropdown_link_left.png) no-repeat;
  display: block;
  position: absolute;
  top: 0;
  left: -2px;
  z-index: 106;
}

.hover .right_corner {
  width: 6px;
  height: 36px;
  background: url(/images/templates/gsr_main/dropdown_link_right.png) no-repeat;
  display: block;
  position: absolute;
  top: 0;
  right: -3px;
  z-index: 107;
}


/*******************************************************************
 DROP DOWN MENU ELEMENT STYLING
*******************************************************************/

#dd_menu {
  position: absolute;
  top: 150px;
  left: 320px;
  min-height: 123px;
  z-index: 100;
  background: #333;
  background: #fefaf1 url(/images/templates/gsr_main/dropdown_body.png) repeat-x bottom left;
}

#dd_menu_top {
  width: 100%;
  height: 4px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fefaf1 url(/images/templates/gsr_main/dropdown_top.png) repeat-x;
}

#dd_menu_side_left {
  background: url(/images/templates/gsr_main/dropdown_left_shadow.png) repeat-y;
  width: 4px;
  height: 123px;
  float: left;
  position: absolute;
  left: -4px;
}

#dd_menu_bottom_left {
  background: url(/images/templates/gsr_main/dropdown_corner_left.png) no-repeat;
  width: 9px;
  height: 9px;
  position: absolute;
  left: -4px;
  bottom: -9px;
}

#dd_menu_content {
  width: 400px;
  padding: 15px 0px 10px 0;
  float: left;
}

#dd_menu_side_right {
  background: url(/images/templates/gsr_main/dropdown_right_shadow.png) repeat-y;
  width: 4px;
  height: 123px;
  float: left;
  position: absolute;
  right: -4px;
}

#dd_menu_bottom_right {
  background: url(/images/templates/gsr_main/dropdown_corner_right.png) no-repeat;
  width: 9px;
  height: 9px;
  position: absolute;
  right: -4px;
  bottom: -9px;
}

#dd_menu_bottom_center {
  background: url(/images/templates/gsr_main/dropdown_bottom.png) repeat-x;
  width: 100%;
  width: 390px;
  height: 9px;
  clear: both;
  position: absolute;
  bottom: -9px;
  margin: 0 5px;
}

#dd_menu ul {
  list-style: none;
  font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
  padding: 0;
  margin: 0;
  text-shadow: 0 1px #fefaf1;
}

#dd_menu ul {
  cursor: pointer; 
}

#dd_menu ul li a {
  font-weight: bold;
  color: #222b32;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #222b32;
}

#dd_menu ul li a:hover {
 color: #e06b01;
 text-shadow: 0 1px #fff;
 border-bottom: 1px solid #e06b01;
}

#dd_menu ul li.here a {
 color: #e06b01;
 text-shadow: 0 1px #fff;
 border-bottom: 1px solid #e06b01;
 cursor: default;
}

#dd_menu ul li {
  text-transform: uppercase;
}

#dd_menu ul li li a, #dd_menu ul li.here li a {
  color: #384752;
  border: none;
		font-weight: normal;
		cursor: pointer;
}

#dd_menu ul li li a:hover {
	color: #e06b01;
 text-shadow: 0 1px #fff;
 border-bottom: none;
}

#dd_menu ul li li.here a {
	color: #e06b01;
 text-shadow: 0 1px #fff;
 border-bottom: none;
	cursor: default;
}

#dd_menu ul li li {
  text-transform: none;
  margin: 6px 0 8px 0;
}

#dd_menu_content li {
  float: left;
  margin-left: 20px;
}

#dd_menu_content li li {
  width: auto;
  float: none;
  margin-left: 0;
}



/*******************************************************************
 NAVIGATION MENU STYLING
*******************************************************************/

.nav_menu {
  display: none;
  float: left;
}

#suggestions_wrapper {
  border-top: 1px solid #d5b37f;
  clear: both;
  margin: 12px 20px 0 20px;
}

#suggestions {
  text-shadow: 0 1px #fefaf1;
  color: #160f0b;
  border-top: 1px solid #fae6bb;
  font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
  clear: both;
  padding-top: 12px;
}

#suggestions a {
  color: #665850;
  text-decoration: none;
}
  
  
  
/*******************************************************************
 NAVIGATION STYLING
*******************************************************************/

#nav {
  background: url(/images/templates/gsr_main/nav_bg.png) repeat-x;
  height: 36px;
  position: relative;
  margin-top: 20px;
  clear: both;
  overflow: hidden;
  z-index: 110;
}

#nav ul {
  width: 950px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  z-index: 103;
}

#nav ul li {
  float: left;
  position: relative;
}

#nav ul li a {
  text-indent: -90000px;
  display: block;
  background-repeat: no-repeat;
  height: 32px;
		overflow: hidden;
}

#nav ul li.ddm a {
  z-index: 105;
  position: relative;
}



/* home */
#nav_home a {
  background: url(/images/templates/gsr_main/navigation.png) 0 0;
  width: 62px;
}

#nav_home a:hover, #nav_home.on a {
  background-position: 0 -32px;
}


/* hotel */
#nav_hotel a {
  background: url(/images/templates/gsr_main/navigation.png) -62px 0;
  width: 65px;
}

#nav_hotel.on a {
  background-position: -62px -32px;
}

#nav_hotel.hover a {
  background-position: -62px 0;
}


/* dining */
#nav_dining a {
  background: url(/images/templates/gsr_main/navigation.png) -127px 0;
  width: 71px;
}

#nav_dining.on a {
  background-position: -127px -32px;
}

#nav_dining.hover a {
  background-position: -127px 0;
}

/* bars */
#nav_bars a {
  background: url(/images/templates/gsr_main/navigation.png) -198px 0;
  width: 114px;
}

#nav_bars.on a {
  background-position: -198px -32px;
}

#nav_bars.hover a {
  background-position: -198px 0;
}


/* amenities */
#nav_amenities a {
  background: url(/images/templates/gsr_main/navigation.png) -312px 0;
  width: 89px;
}

#nav_amenities.on a {
  background-position: -312px -32px;
}

#nav_amenities.hover a {
  background-position: -312px 0;
}


/* entertainment */
#nav_entertainment a {
  background: url(/images/templates/gsr_main/navigation.png) -401px 0;
  width: 121px;
}

#nav_entertainment.on a {
  background-position: -401px -32px;
}

#nav_entertainment.hover a {
  background-position: -401px 0;
}


/* casino */
#nav_casino a {
  background: url(/images/templates/gsr_main/navigation.png) -522px 0;
  width: 73px;
}

#nav_casino.on a {
  background-position: -522px -32px;
}

#nav_casino.hover a {
  background-position: -522px 0;
}


/* conventions */
#nav_conventions a {
  background: url(/images/templates/gsr_main/navigation.png) -595px 0;
  width: 176px;
}

#nav_conventions.on a {
  background-position: -595px -32px;
}

#nav_conventions.hover a {
  background-position: -595px 0;
}


/* activities */
#nav_activities a {
  background: url(/images/templates/gsr_main/navigation.png) -771px 0;
  width: 90px;
}

#nav_activities.on a {
  background-position: -771px -32px;
}

#nav_activities.hover a {
  background-position: -771px 0;
}


/* specials */
#nav_specials a {
  background: url(/images/templates/gsr_main/navigation.png) -861px 0;
  width: 89px;
}

#nav_specials a:hover, #nav_specials.on a {
  background-position: -861px -32px;
}
