/* CSS Document Bingopower*/
/*
adapted from
http://www.htmldog.com/articles/suckerfish/dropdowns/example/
*/
#menu {
	height: 30px;
	width: 780px;
	position: relative;
	top: 130px;
	margin-right: 10px;
	margin-left: 10px;
}

#nav, #nav ul {
	float: left;
	list-style: none;
	line-height: 1;
	font-weight: bold;
	padding: 0;
	margin: 0 0 0;
	
}

#nav a {
	display: block;
	width: 100%;
	w\idth: 100%;
	font-size: 13px;
	color: #3d005c;
	;
	text-decoration: none;
	background-image: url(/images/template/menu-tab-bg.gif);
	background-repeat: no-repeat;
	line-height: 23px;
	height: 23px;
	text-align: center;
	/*border-right: 1px solid #e9e9e9;*/
}
#nav a:hover {
	text-decoration: underline;
	#background-image: url(/images/template/menu-tab-bg-over.gif);
	background-repeat: no-repeat;
}

#nav li {
	float: left;
	padding: 0;
	/*width: 110px;*/
	margin-left: 10px;
	margin-right: 10px;

}
#nav li.first {
	float: left;
	width: 110px;
	clear: none;
	margin-left: 2px;
	margin-right: 0px;
}
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 120px;
	w\idth: 120px;
	margin: 0;
	border-left: 1px solid #3d005c;
	border-right: 1px solid #3d005c;
	border-bottom: 1px solid #3d005c;

	
}

#nav li ul li {
	float: left;
	width: 120px;
	clear: none;
	margin-left: 0px;
	border-style: none;
			
}

#nav li ul li a {
	line-height: 20px;
	background-color: #ebebeb;
	height: 20px;
	width: 120px;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	text-indent: 5px;
	background-image: none;
	border-style: none;
	text-decoration: none;
	color: #ef238e;
}

#nav li ul li a:hover {
	background-color: #FFFFFF;
	background-image: none;
	border-style: none;
	text-decoration: none;
	color: #3399FF;
}

#nav li ul ul {
	margin: -22px 0 0 120px;
	border: 3px solid #D24D7A;

}

#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;
}
/*do not remove! background set to pink*/
#nav li:hover, #nav li.sfhover {
	/*background-color: #c13f69;*/
}
#nav li ul li a.parent {
	line-height: 20px;
	background-color: #efefefe;
	height: 20px;
	width: 120px;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	text-indent: 5px;
	background-image: url(/images/site/nav-out.gif);
	border-style: none;
	text-decoration: none;
	color: #D24C79;
	background-repeat: no-repeat;
	background-position: 149px;
}
#nav li ul li a.parent:hover {
	background-color: #000;
	/*background-image: url(/images/site/nav-over.gif);*/
	border-style: none;
	text-decoration: none;
	color: #3399FF;
	background-repeat: no-repeat;
	background-position: 149px;
}

