

/* full_top_menu_item_width = 90 */


#nav {
	width: 719px;
	float: left;
}

#nav li {
	background: url('../images/sl_top_menu_separator.gif') no-repeat right bottom;
	padding: 0 2px 0 0px;
	margin: 0;
	list-style-type: none;
	list-style-image: none;
	float: left;
	position: relative;
	z-index: 1000;
}

#nav li.last {
	background: url('../images/b.gif') repeat-x bottom;
	padding-right:0px;
}

#nav a {
	background: url('../images/sl_top_menu_bg.gif') repeat-x bottom;
	display: block;
	float: left;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	height: 28px;
	padding: 22px 21px 0 20px;
	color: #ffffff;
}

#nav a.last { padding-left:25px !important; padding-right:0px !important; /*width:106px;*/ }

#nav a:hover {
	background: url('../images/sl_top_menu_bg_hover.gif') repeat-x bottom;
	color:#faee00;
}
#nav li:hover a{
	background: url('../images/sl_top_menu_bg_hover.gif') repeat-x bottom;
	color:#faee00;
}
#nav li a.last {
	background: url('../images/btn_support_slots.gif') no-repeat bottom;
	color:#ffffff;
	width: 85px;
}
#nav li:hover a.last {
	background: url('../images/btn_support_slots_over.gif') no-repeat bottom;
	color:#faee00;
}
a.image {
	background: url('../images/sl_top_menu_separator.gif') no-repeat right bottom;
	padding: 12px 2px 0 0;
	height: 38px;
	float: left;
}
#nav .submenu {
	background: none;
}
#nav .submenu li {
	background: none;
	float: none;
}
#nav .submenu li a {
	background: #e5e5e5;
	background: url('../images/mnu_mouse_out.jpg') repeat bottom left;
	padding: 4px 20px 0px 18px;
	float: none;
	width: 140px;
	color: #844f00;
	border-bottom: 1px dotted #835000;
	height: 21px;
}
#nav .submenu li a:hover {
	background: #96750c;
	color: #ffffff;
}

#nav li ul {
	position: absolute;
	left: -2000px;
	z-index: 1000;
}

#nav li li:hover ul, #nav li.iehover ul { /* lists nested under hovered list items */
	left: 160px;
	top: 0px;
}

#nav li:hover ul, #nav li.iehover ul
{
	left: 0px;
	top: 38px;
}

#nav iframe {
	z-index: 999;
}
-->

.shadow_slots { position: absolute; top:0px; padding-top:265px; }
