/* this is the main UL element*/
.brochure_dropdown{
	margin:12px 0 0 0;
	padding:0;
	list-style:none;
	width:100px;
	text-align:left;
	display:inherit;
	

}

/* these are the inner menus*/
.brochure_dropdown ul{
	margin:0;
	margin-left:-100px;
	padding:0;
	width:100px;
	display:inline;
	list-style:none;
}

/* these are all the LIs in the menu*/
.brochure_dropdown li{
	margin:2px 0 0 0;
	padding:5px 0 5px 30px;
	cursor:pointer;
	width:120px;
	display:inline;
	font-size:13px;
	background-position:5px 5px;
	background-color:#FFF;
	background-repeat:no-repeat;
	
	
	
}

/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.brochure_dropdown a{
	text-decoration:none;
	color:#000;
}

.brochure_dropdown a:hover{
	text-decoration:underline;
}

/* these are the LIs that only belong to submenu*/
.brochure_dropdown ul li{
	margin: -1px 0 0 35px;
	background-color:#fff;
	background-image:none;
	font-size:12px;
	font-weight:normal;
	border:1px solid #ccc;
	
}


.brochure_dropdown .mainlink li{
	display:inline;
	width:100px;
	padding: 8px;
}

#bro{}
#site{}