.footer
{
/*border-top-style:ridge;
border-top-width:2px;*/
min-height:96px;
text-align:center;
font-size:0.9em;
}

.fmenu
{
display:inline-block;
min-width:96px;
width:0px;
margin-left:auto;
margin-right:auto;
/*background-color:lightblue;*/
color:#AAAAAA;
padding:4px;
text-align:left;
margin-bottom:128px;
vertical-align:top;
}

.fmenu h5
{
display:inline;
}

.fmenu div
{
width:96px;
border-top-style:dashed;
border-top-width:1px;
overflow:hidden;
height:0px;
/*max-height:auto;*/
}

.fmenu div ul
{
margin:0px;
padding:0px;
list-style-type:none;
}

.fmenu div ul li:after
{
/*content:" \2192";*/
}

.fmenu:hover
{
margin-bottom:8px;
}

.fmenu:hover > div
{
height: 120px;
}

.fmenu div ul li:hover
{
background-color: #474767;
background-image:url('border-gradient-inverse.png');
background-position:64px 0px;
background-repeat: repeat-y;
}

.fmenu a
{
display:block;
}
