#BrochureMenuMaster
{
    background-color: Transparent;
    color: #fff;
    font-family: Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: 60px;
    padding: 0;
    text-align: left;
    vertical-align: middle;
    z-index: 100;
}

#BrochureMenuMaster a:link {color: #fff; text-decoration:none;}
#BrochureMenuMaster a:visited {color: #fff; text-decoration:none;}
#BrochureMenuMaster a:hover {color: #fff; text-decoration:underline;}
.cleanNSimpleMenuFinerBand
{
	font-family: Arial;
	font-size:12px;
	font-weight:900;
	color: White;
	z-index:100;
	float:left;
	padding: 10px 0px 0px 27px;
}

.cleanNSimpleMenuFinerBand a:link {color: White; text-decoration:none;}
.cleanNSimpleMenuFinerBand a:visited {color: White; text-decoration:none;}
.cleanNSimpleMenuFinerBand a:hover {color: White; text-decoration:underline;}

.cleanNSimpleMenuFinerBand ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

.cleanNSimpleMenuFinerBand ul li a
{
	display: inline;
}

.cleanNSimpleMenuFinerBand ul li a:hover
{
	display: inline; 
}

.cleanNSimpleMenuFinerBand a{
	display: block;
	text-decoration:none;	
	color: White;
}


/* spacing for IE is controlled in navhacks.css */
.cleanNSimpleMenuFinerBand li{
	padding: 2px 6px 4px 5px; /*determines the spacing between the top level menu items*/
	display: inline;
	text-align: center;
	/*border-left:1px solid #d3d3d3;*/
}

.cleanNSimpleMenuFinerBand li.last{
	border-right: 0;
	padding: 0px 5px 4px 5px; 
}


.cleanNSimpleMenuFinerBand li.first{
	border-left:0;
	border-left-style:none;
}

.cleanNSimpleMenuFinerBand li:hover, .cleanNSimpleMenuFinerBand li:hover{
	position: static;
}
