#BrochureMenuMaster
{
    background-color: Transparent;
    color: Black;
    font-family: Helvetica, sans-serif;
    font-size: 11px;
    padding: 0;
    text-align: center;
    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;}

.cleanNSimpleRightAlignedUL
{
	font-family:Arial;
	font-size:13px;
	font-weight:600;
	color: White;
	z-index:100;
	float:right;
	height: 20px;
}

.cleanNSimpleRightAlignedUL ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

.cleanNSimpleRightAlignedUL ul li a
{
	display: inline;
}

.cleanNSimpleRightAlignedUL ul li a:hover
{
	display: inline; 
}

.cleanNSimpleRightAlignedUL a{
	display: block;
	text-decoration:none;
}


/* spacing for IE is controlled in navhacks.css */
.cleanNSimpleRightAlignedUL li{
	padding:2px 10px 4px 5px; /*determines the spacing between the top level menu items*/
	display: inline;
	text-align: center;
	/*border-left:1px solid #d3d3d3;*/
}

.cleanNSimpleRightAlignedUL li.last{
	border-right: 0;
	padding: 0px 5px 4px 5px; 
}


.cleanNSimpleRightAlignedUL li.first{
	border-left:0;
	border-left-style:none;
}

.cleanNSimpleRightAlignedUL li:hover, .cleanNSimpleRightAlignedUL li:hover{
	position: static;
}



