#mainnavWrapper {
	float: left;
	text-align: center;
	z-index: 400;
	width:912px;
	margin:0 auto;
	padding-right:50px;
}
#mainnav-in {
	margin: 0px auto;
	padding: 0px;
	position: relative;
	width: 910px;
	height: 30px;
}
.b-myBroadmoor {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 139px;
	height: 33px;
	overflow: hidden;
}
.b-myBroadmoor a {
	width: 139px;
	height: 33px;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	background: url(/SiteFiles/1245/Images/b-myBroadmoor.gif) no-repeat top;
}
.b-myBroadmoor a:hover {
	background: url(/SiteFiles/1245/Images/b-myBroadmoor.gif) no-repeat bottom;
}

/* 
The first selector sets the top-level ul and applies to all the dropdown ULs as well.
We set padding and margin to zero to eliminate all indentation, turn bullets off,
If desired, we could set a font-family different from the global font-family declared for the
body element. 
*/
#mainnav, #mainnav ul {
	background:black url(../images/blockdefault.gif) repeat-x scroll center center;
	border-left: 1px solid #81C18E;
	float:right;
	font-size:13px;
	font-weight:bold;
	height:30px;
	list-style:none;
	margin:0;
	overflow:hidden;
	padding:0;
	width:583px;
}

/* 
The following selectors control the top-level links.  Do not change the first two properties.
Adjust padding values to make the root links taller and to offset them
from the left and right edges of the link box. The border right creates a
separator between links. If font-size or color is set here, it will apply to all menu levels.
*/
#mainnav a {
	color:#FFF;
	display:block;
	float:left;
	height:30px;
	line-height:30px;
	padding:0 10px;
	text-decoration:none;
}

#mainnav a:hover { 
	background:transparent url(/sitefiles/1355/images/blockactive.gif) repeat scroll 0 0;
}
/*
Class assigned to those top-level links that have associated dropdowns.
The top and bottom padding assigned this element must be the same as
that assigned to the "mainnav a" element above. 
*/
#mainnav a.trigger {
	padding: 7px 16px 8px;
}

/*
Sets the properties of the top-level list items. 
Floating left allows them to appear horizontally. Width is for IE5 Mac. 
The last rule in this style sheet will set the width for this element to auto for all
other browsers - hiding it from IE5 Mac. The width is proportional.
As you add and edit root menu items, you will need to test this width
to ensure it is wide enough to accomodate all text.
*/
#mainnav li {
	background:none;
	border-right: 1px solid #81C18E;
	float: left;
	padding: 0px;
	margin: 0px;
	width: 9em;
	display: inline;
}
* html #mainnav li {
	background: none;
}
/*
Sets width for dropdown box and the links inside - in proportional em units. 
This allows the dropdown width to expand if users resize the text in their browsers.
*/

#mainnav li ul, #mainnav ul li  {
	width: 16em;
}

/*
Turns off the li within the dropdown.
*/
#mainnav ul li li  {display:none;}

/*
Sets the properties of each dropdown box.
Positioned Absolutely to allow them to appear below their root trigger. 
Set to display none to hide them until trigger is moused over.
Background Color must be set or problems will be encountered in MSIE.
*/
#mainnav li ul {
	background:transparent url(/sitefiles/1355/images/yellow-left-curve.jpg) repeat-x scroll left top;
	border: none;
	display:none;
	height:21px;
	overflow:hidden;
	position:absolute;
	text-align:center;
	top:30px;
	width:auto;
	z-index:100;
	left: auto;
}
/*
Sets the properties of the dropdown links. 
Keeping the padding the same throughout should eliminate any blinking issues on ie.
*/

#mainnav ul li {
	display: inline;
	float:none;
	background: none;
	border:none;
}
#mainnav ul li a  {
	background:transparent url(/sitefiles/1355/images/mainnav-divider.gif) no-repeat scroll right 4px;
	color:#999999;
	display:inline;
	font-size:11px;
	font-weight:normal;
	line-height:22px;
	padding:0 8px 0 6px;
	text-decoration:none;
}
#mainnav ul li a:hover {
	background:transparent url(/sitefiles/1355/images/mainnav-divider.gif) no-repeat scroll right 4px;
}
#mainnav ul li a.first {
	padding-left: 20px;
}
#mainnav ul li a.last {
	background:transparent url(/sitefiles/1355/images/yellow-right-curve.jpg) no-repeat scroll right top;
	border:medium none;
	padding-right:20px;
}

/*
The first selector sets the dropdown to be visible when its associated
top-level link is moused over. The second selector is assigned to IE5 and IE6 via the P7_ExpMenu script.
*/
#mainnav li:hover ul, #mainnav li.p7hvr ul {
	display: block;
}
/*
Clears the floated menu items.
Assigned to a BR tag placed just after the main nav closing ul.
*/
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

/*
The single backslash \ character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width.
Do not edit this rule in any way. 
*/
#mainnav li {
	width: auto;
}
#mn-newsevents ul {
	position:absolute;
	right:40px;
	width:276px;
}
#mn-whoweare ul {
	position:absolute;
	right:150px;
	width:276px;
}
#mn-ourmarkets ul li a.first {
	background:transparent url(/sitefiles/1355/images/yellow-right-curve.jpg) no-repeat scroll right top;
	padding-right:20px;
}