div.contentAlign{
text-align: center;
}
#custom_brochureContent{
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
border: 5px solid #fff;
width: 870px;
height: 381px;
background:url('https://images.ebizautos.com/sites/8454/images/verticalMenu_bg.jpg') no-repeat top center;
position: relative;
text-align: left;
margin: 0 auto;
}
#custom_menuContainer_border{
width: 210px;
background-color: #d3d3d3; /* Background 3 */
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
padding: 5px;
position: absolute;
top: 10px;
left: 15px;	
}
#custom_menuContainer{
width: 210px;
background-color: #EEEEEE; /*Background 2 */
padding-bottom: 4px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
div.custom_menuTitle{
font: bold 16px Arial, Helvetica, sans-serif;
color: #0065c9; /* ATTENTION COLOR */
width: 200px;
height: 34px;
line-height: 34px;
text-align: left;
border-bottom: 1px solid #d3d3d3; /* Background 3 */
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: #575757;
display: block;
width: auto;
padding: 5px 0;
padding-left: 10px;
text-decoration: none;
border-bottom: 1px solid #EEEEEE; /*Background 2 */
}

.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 #EEEEEE; /*Background 2 */
}

.glossymenu li ul li{
float: left;
}

.glossymenu li ul a{
width: 200px;
/* for IE */
filter:alpha(opacity=85);
/* CSS3 standard */
opacity:0.85;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: #575757;
}

.glossymenu li a:hover{
color: #0065c9; /* ATTENTION */
background-color: #d3d3d3; /* Background 3 */
}

/* Holly Hack for IE \*/
* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a { height: 1%; }
/* End */
