/* minimum menu requirements for functionality */

.topmenu{
	list-style-type:none;
	margin:0;
	padding:0;
}

.topmenuli{
	list-style-type:none;
	float:left;
}

li#about_cpn{
	width:101px;
}
li#venues{
	width:96px; 
}

li#whatson{
	width:97px; 
}

li#inspirations{
	width:98px; 
}

li#funandcon{
	width:99px; 
}

li#weddings{
	width:96px; 
}

li#bluestar{
	width:97px; 
}

li#brasserie{
	width:94px; 
}


.topmenutitle{
	display:block;
	width:50px;
}

.submenuul{
	list-style-type:none;
	position:absolute;
	margin: 0;
	padding:0;
	display:none;
}



.submenuli a{
	display:block;
	border-top:1px solid;
	padding-left:5px;
}

.submenu_about_cpn{
	width:101px; /* this controls the width of the submenu, */
}

.submenu_venues{
	width:96px; /* this controls the width of the submenu, */
}

.submenu_whatson{
	width:97px; /* this controls the width of the submenu, */
}

.submenu_inspirations{
	width:98px; /* this controls the width of the submenu, */
}

.submenu_funandcon{
	width:99px; /* this controls the width of the submenu, */
}

.submenu_weddings{
	width:96px; /* this controls the width of the submenu, */
}

.submenu_bluestar{
	width:97px; /* this controls the width of the submenu, */
}


li:hover ul , li.over ul{ /* lists nested under hovered list items */
	display: block;
}

#dmenu li>ul { 
	top: auto;
	left: auto;
}

#content {
	clear: left;

}


/* menu design */

#dmenu {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:12px;
}

.topmenuul {
}

.topmenutitle {
	text-decoration: none;
	border:0px;
	line-height:14px;
}

.submenuul {
	margin-top:-1px;
	background-color:#FFFFFF;
	background-position: top left;
	background-repeat: repeat-x;

}

.submenuli a{
	padding:3px;
	text-decoration: none;
	color: #000000;

}

.submenuli a:visited{
	padding:3px;
	text-decoration: none;
	color: #000000;

}

.submenuli a:hover{
	text-decoration: none;
	background-color:#0033CC;
	color:#FFFFFF;
}
