/* CSS Document */
.js_menu{}

.first_menu_cell {
    border-bottom:2px solid #6e9336;
	border-top:2px solid #6e9336;
	background-image:url(http://virtusfinancialgroup.com/images/menu_seperator.jpg);
	background-repeat:no-repeat;
	background-position:right;
}

.menu_cell {
	border-bottom:2px solid #6e9336;
	border-top:2px solid #6e9336;
	background-image:url(http://virtusfinancialgroup.com/images/menu_seperator.jpg);
	background-repeat:no-repeat;
	background-position:right;
}

.last_menu_cell {
	border-bottom:2px solid #6e9336;
	border-top:2px solid #6e9336;
}

.extend_menu_background{}

a.menu_link {
	display:block;
    text-decoration:none;
    font-family: "Trebuchet MS";
    font-size:11px;
    font-style:normal;
	font-weight:bold;
	letter-spacing:1px;
    color:#6e9336;
	line-height:30px;
	height:30px;
	width:100%;
	text-align:center;
}

a.menu_link:hover {
	background-color:#6e9336;
	color:#ffffff;
	font-weight: bold;
    font-style:normal;
    text-decoration:none;
}