ul#nav{
	background:none;
	margin-left:0;
	width:840px;
	height:31px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	z-index:100;
	}
	ul#nav li {
		float: left;
		background:#000;
		color: #646464;
		}

	ul#nav ul {
		position: absolute;
		left: -1000px;
		border:1px solid #fff;
		border-top:0;
		}
		ul#nav ul li {
			float: left;
			clear:both;
			background:#2a0402;
			color: #646464;
			}
			ul#nav ul li a{
				text-decoration: none;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				color: #fff;
				cursor: default;
				width:150px;
				height:31px;
				display:block;
				cursor: pointer;
				line-height:24px;
				text-indent:10px;
			}




	
		ul#nav a{
			display:inline;
		}
		ul#nav li.top ul{
			clear:both;
		}

		ul#nav ul ul {
			margin:-32px 0 0 0;
			padding:0px;
			border:1px solid #fff;
			}
			ul#nav li li li{
				width: 150px;
				height:31px !important;
				margin:0;
			}
			ul#nav ul ul a{
				color: #fff !important;
				width: auto;
				height:31px !important;
				padding:0px;
				margin:0;
				display:block;
				background:#2a0402;
				cursor: pointer;
				text-align:left;
				overflow:hidden;
				}
				ul#nav ul ul a:hover{
					color: #ffd500 !important;
				}

			
	ul#nav li:hover ul, ul#nav li.ie_does_hover ul {
		padding-top:1px;
		margin-left:-20px;
		left: auto;
		background-position: 0 0;
		}
		ul#nav ul li:hover, ul#nav ul li.ie_does_hover {
			background:#2a0402 !important;
			border:0 !important;
			padding:0 !important;
			}
			ul#nav ul li:hover a, ul#nav ul li.ie_does_hover a {
				color: #ffd500;
				font-weight: normal;
				cursor: pointer;
			}
			ul#nav li:hover ul ul, ul#nav li.ie_does_hover ul ul{
				left: -10000px;
			}	
			ul#nav ul li:hover ul, ul#nav ul li.ie_does_hover ul{
				left: 170px;
			}



	ul#nav li.top {
		float:left;
		display:inline;
		width:auto;
		margin:0;
		padding:0px 20px 0px 20px;
		border-bottom:none;
		background:none;
		clear:none;
		cursor:pointer;
		color:#fff;
		background:none;
		}
		ul#nav li.top a.top{
			display:block;
			height:31px;
			color:#fff;
			text-decoration:none;
			line-height:30px;
		}
		ul#nav li.top:hover, ul#nav li.top.ie_does_hover{
			background:none !important;
			border-left:1px solid #fff !important;
			border-right:1px solid #fff !important;
			border-bottom:none;
			padding:0 19px 0 19px;
			}
			ul#nav li.top:hover a.top, ul#nav li.top.ie_does_hover a.top{
				color:#ffd500;
			}

