/*** CSS for submenus  ***/
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: verdana, helvetica, arial, sans-serif;
	cursor: pointer;
	font-size: 12px;
	border-bottom: 1px solid rgb(255,255,255);
}
#nav li.spacer {
	width: 4px;
	background: rgb(201,201,201);
}
#nav li {
	float: left;
	width: 126px;
	background: rgb(82,82,82);
	height: 24px;
	padding: 6px 0 0 0;
	color: rgb(255,255,255);
	margin: 0;
	font-weight: normal;
	z-index: 2;
}
#nav li div {
	text-align: center;
	padding: 0;
}
#nav li:hover, nav li.ie_does_hover {
	background: rgb(201,201,201);
}
#nav ul{
	position: absolute;
	width: 122px;
	left: -1000px;
	font-weight: normal;
	border: 1px solid rgb(82,82,82);
	padding: 1px;
	font-size: 11px;
}
#nav ul li {
	font-weight: normal;
	background: rgb(255,255,255);
	color: rgb(82,82,82);
	height: auto;
	padding: 2px;
	width: 117px;
	z-index: 3;
}
#nav ul li:hover, #nav ul li.ie_does_hover{
	font-weight: normal;
	background: rgb(82,82,82);
	color: rgb(255,255,255);
	height: auto;
}
#nav ul li div{
	text-align: left;
}
#nav li:hover ul, #nav li.ie_does_hover ul {
	left: auto;
	background-position: 0 0;
	background: rgb(255,255,255);
	top: 31px;
}
#top-menu {
	background: rgb(82,82,82);
}


