/* Copyright (C) 2012 Forrest Chamberlain */

/*
 * Category & Poducts Menu Specific CSS
 * You will need to edit this if using Default J! Style Option.
 * Edit to fit your site and menu layout style!
 */

.vm_menu ul li a {
	vertical-align:middle;
}

span.begincenter {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	padding-bottom:4px;
	padding-right:6px;
}

span.wraptocenter {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

span.wraptocenter * {
	vertical-align: middle;
}

span.wraptocenter span.menu_img {
	display: inline-block;
	height: 100%;
	text-align:center;
}

img.menu_img {
}

.level2 li { border-bottom:1px solid #BBD7E4; margin-bottom:3px; padding-top:3px; padding-left:20px;
font-size:13px;
}