div.contentAlign{
	text-align: center;
}
#custom_brochureContent{
	border: 5px solid #fff;
	width: 870px;
	height: 381px;
	background:url('https://images.ebizautos.com/sites/8482/images/verticalMenu_bg.jpg') no-repeat top center;
	position: relative;
	text-align: left;
	margin: 0 auto;
}
#custom_menuContainer_border{
	width: 210px;
	background-color: #e5e5e5; /* Background 3 */
	padding: 5px;
	position: absolute;
	top: 10px;
	left: 15px;	
}
#custom_menuContainer{
	width: 210px;
	background-color: #d5d5d5; /*Background 2 */
	padding-bottom: 4px;
}
div.custom_menuTitle{
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #CF002F;
	width: 200px;
	height: 34px;
	line-height: 34px;
	text-align: left;
	border-bottom: 1px solid #c9c9c9;
	margin-bottom: 10px;
	margin-left: 5px;
}
#custom_verticalMenuWrapper{
	margin-left: 5px;
}
.glossymenu, .glossymenu li ul{
list-style-type: none;
margin: 0;
padding: 0;
width: 200px; /*WIDTH OF MAIN MENU ITEMS*/
}

.glossymenu li{
position: relative;
}

.glossymenu li a{
background-color: #fff;
font: bold 12px Arial, Helvetica, sans-serif;
color: #000;
display: block;
width: auto;
padding: 5px 0;
padding-left: 10px;
text-decoration: none;
border-bottom: 1px solid #DFDFDF;
}

.glossymenu li ul{ /*SUB MENU STYLE*/
position: absolute;
width: 190px; /*WIDTH OF SUB MENU ITEMS*/
left: 0;
top: 0;
display: none;
border-left: 1px solid #c9c9c9;
}

.glossymenu li ul li{
float: left;
}

.glossymenu li ul a{
width: 200px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
/* for IE */
filter:alpha(opacity=85);
/* CSS3 standard */
opacity:0.85;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: #000;
}

.glossymenu li a:hover{
color: #CF002F;
background-color: #e5e5e5;
}

/* Holly Hack for IE \*/
* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a { height: 1%; }
/* End */
