﻿.UserMenu
{
width:100%;
height: 75px;
background: -moz-linear-gradient(top,#ffffff,#e0dfdf);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e0dfdf');
background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ffffff),color-stop(1,#e0dfdf));	
margin-top:5px;
}
.ribbon-button
{
 border:1px solid transparent;
    border-radius:3px 3px 3px 3px;
    cursor:pointer;
    display:inline-block;
    margin-left:2px;
    margin-right:2px;
    padding:4px;
    text-align:center;
    vertical-align:top;
    height:55px;
 
}
.ribbon-button span
{
	display:block;
    font-size:13px;
    line-height:15px;
    margin-bottom:1px;
    margin-top:10px;
     float:right;
     margin-top:7px;
}
.ribbon-button img
{
    float:center;
    margin-left:5px;
}
.ribbon-button:hover
{ 
    background:-moz-linear-gradient(top,#dcdada,#cdcdcd);   
   	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dcdada', endColorstr='#cdcdcd');
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #dcdada),color-stop(1,#cdcdcd));
    border:1px solid #838383;
}