/* CSS Document */

#nav {
	display: inline;
	height: 32px;
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 720px;
	position: relative;
	z-index: 10;
}

#aboutUs {
	width: 59px;
	height: 32px;
}

#danceInstruction {
	width: 103px;
	height: 32px;
}

#professionalServices {
	width: 126px;
	height: 32px;
}

#calendar {
	width: 58px;
	height: 32px;
}

#latestNews {
	width: 76px;
	height: 32px;
}

#spanish {
	width: 54px;
	height: 32px;
}

#merchandise {
	width: 78px;
	height: 32px;
}

#venuerental {
	width: 78px;
	height: 32px;
}

#photosVideos {
	width: 99px;
	height: 32px;
}

#resources {
	width: 67px;
	height: 32px;
}

ul { margin:0; padding: 0;}

li {margin: 0; padding: 0;}

.topmenuul{
	list-style-type:none;
	margin:0;
	padding:0;
}

.topmenuli{
	list-style-type:none;
	float:left;
}

.topmenutitle{
	display:block;
}

.submenuul{
	list-style-type:none;
	position:absolute;
	margin-top:-6px;
	padding-bottom:0px;
	padding-top:0px;
	display:none;
	width:110px;
	border-left:1px solid #000;
	background-color: #484848;
}

.submenuli a{
	display:block;
}

.submenuliInfo a{
	margin: 0px;
	display:block;
	width: 110px;
	background-color: #484848;
	background-repeat: repeat-y;
	color: #fff;
	padding: 4px 0px 4px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dashed #000;
	border-right: 1px solid #000;
}

.submenuliInfo a:hover {
	color:#FFCC33;
}

.submenuliInfoBottom a{
	margin-bottom: 0px;
	display:block;
	width: 110px;
	background-color: #484848;
	background-repeat: repeat-y;
	color: #fff;
	padding: 4px 0px 4px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

.submenuliInfoBottom a:hover {
	color:#FFCC33;
}

.submenuulRight{
	list-style-type:none;
	position:absolute;
	margin-top:-6px;
	margin-left:-55px;
	padding:0px;
	display:none;
	width:110px;
	border-left:1px solid #000;
	border-right:1px solid #000;
	background-color: #484848;
}

li:hover ul , li.over ul{ /* lists nested under hovered list items */
	display: block;
}

#dmenu li>ul { 
	top: auto;
	left: auto;
}

#content {
	clear: left;
}