#nav, #nav ul {
	float: left;
	/*width: 36em;*/
	list-style: none;
	line-height: 1;
	/*background: white;*/
	font-weight: normal;
	padding: 0;
	height:20px;
	/*border: solid #eda;
	border-width: 1px 0;*/
	margin: 0 0 1em 0;
}

#nav a {
	display: block;
	width:auto!important;
	width: 70px;
	/*w\idth: 74px;*/
	color: #7C6240;
	text-decoration: none;
	padding: 0.25em 1.0em;
	padding-right:2.5em;
}

#nav a.daddy {
	background: url(rightarrow2.gif) center right no-repeat;
}

#nav li {
	float: left;
	padding: 0;
	width: 10em;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	w\idth: 13.9em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
	background:#666;
}

#nav li li {
	padding-right: 1em;
	width: 13em
}

#nav li ul a {
	width: 13em;
	w\idth: 9em;
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	/*background: #eda;*/
}


#topmenu .item {
	background-image:url(images/button_bg.gif);
	background-repeat:no-repeat;
	background-position:right;
	height:25px;
	overflow:hidden;
	width:auto;
	padding-top:1px;
	/*padding-left:15px;*/
	float:left;
}

#topmenu .itemsub {
	/*background-image:url(images/button_bg2.gif);*/
	background-image:url(images/button_bg.gif);
	background-position:right;
	background-repeat:no-repeat;
	height:25px;
	overflow:hidden;
	width:auto;
	padding-top:1px;
	/*padding-left:15px;*/
	float:left;
}

#topmenu .item a, #topmenu .itemsub a {
	color:white;
}

#topmenu .item a img {
	margin-top:-3px; 
	vertical-align:top; 
	border:none;
}

#topmenu .item a:hover {
	text-decoration:none;
} 

/* SITEMAP */

.SimpleEntertainmentMenu ul.AspNet-Menu /* Tier 1 */
{
	list-style-type:none;
}

.SimpleEntertainmentMenu ul.AspNet-Menu ul  /* Tier 2 */
{
	list-style-type:none;

}

.SimpleEntertainmentMenu ul.AspNet-Menu ul ul  /* Tier 3+ */
{
	list-style-type:none;

}

.SimpleEntertainmentMenu li /* all list items */
{
}

.SimpleEntertainmentMenu li:hover, /* list items being hovered over */
.SimpleEntertainmentMenu li.AspNet-Menu-Hover
{
}