#fmt {
    border: 3px solid #e0e9f0;
		background-color: #fff;
    width: 200px;
	margin-bottom: 15px;
	margin-top:0px;
	margin-left: 8px;
}

 #fmt h4 {
	color: #7a5c1f;
	text-transform: uppercase;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	border-bottom: 0px solid #e0e9f0;
	margin: 0;
}

.vert-menu {
    list-style: none outside none;
	padding: 0;
	padding-top:0;
	margin-left:0;
}
#fmt li {
    display: block;
    height: 43px;
    list-style: none outside none;
    margin:0;
    width: 200px;
	border-top: 1px solid #ccc;
	background: url("/images/BAH/panel.png") no-repeat scroll 0 0 transparent;
}
#fmt li a {
    color: #4d4d4d;
    display: block;
    font-size: 10pt;
	font-family:Tahoma, Geneva, sans-serif;
    font-weight: bold;
    line-height: 43px;
    list-style: none outside none;
    text-decoration: none;
    text-indent: 15px;
}
#fmt li a:hover {
    background: url("/images/BAH/panel-hover.png") no-repeat scroll 0 0 transparent;
    font-weight: bold;
    text-decoration: none;
}
#fmt li .current {
    background: url("/images/BAH/panel-hover.png") repeat-x scroll left center transparent;
    display: block;
    list-style: none outside none;
    text-decoration: none;
}
#fmt li a.current, #fmt li a.current:hover {
    background: url("/images/BAH/panel-hover.gif") repeat-x scroll left center transparent;
    text-decoration: none;
}
