#menu_wrap{position:relative;
margin-top:0px;
margin-left:auto;
margin-right:auto;
padding:0;
 padding-right:0px;
background-color:black;
width:100%;
height:40px;
list-style-type:none;
-webkit-border-radius:0px;
-moz-border-radius:0px;
border-radius:0px;
-webkit-box-shadow:0 1px 3px rgba(0,0,0,.2);
-moz-box-shadow:0 1px 3px rgba(0,0,0,.2);
box-shadow:0 1px 3px rgba(0,0,0,.2)}

.button a{cursor:pointer;text-align:center;
font:13px/100% Arial, Helvetica, sans-serif;
font-weight:bold;position:relative;
min-width:50px;height:40px;float:left;
padding:10px;padding-top:10px;
padding-bottom:10px;text-decoration:none;
text-shadow:0 1px 1px rgba(0,0,0,.3)}

.button:first-child a{-webkit-border-top-left-radius:0px;

-webkit-border-bottom-left-radius:0px;-moz-border-topleft-radius:0px;-moz-border-bottomleft-radius:0px;border-top-left-radius:0;border-bottom-left-radius:0px}

.Blue,

.Blue

 .button a{color:#fae7e9;background: #df9fbf;
border-right:solid 1px lightgray;
background: -moz-linear-gradient(top, black 0%, black 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,black ), color-stop(100%,black ));

background: -webkit-linear-gradient(top, black  0%,black  100%);
background: -o-linear-gradient(top, black 0%,black  100%);background: -ms-linear-gradient(top, black  0%,black  100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='black ', endColorstr='black ',GradientType=0 );background: linear-gradient(top, black  0%,black  100%);}.Rosy .button a:hover,.Rosy .button a:focus{background: black ;background: -moz-linear-gradient(top, black  0%, black  100%);

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cf5d6a), color-stop(100%,#a53845));background: -webkit-linear-gradient(top, #cf5d6a 0%,#a53845 100%);background: -o-linear-gradient(top, #cf5d6a 0%,#a53845 100%);background: -ms-linear-gradient(top, #cf5d6a 0%,#a53845 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf5d6a', endColorstr='#a53845',GradientType=0 );
background: linear-gradient(top, #cf5d6a 0%,#a53845 100%);}

.Blue .button a:active{color:#dca4ab;background: #bf404f;
background: -moz-linear-gradient(top, #bf404f 0%, #ecc6d9 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bf404f), color-stop(100%,#df9fbf);background: -webkit-linear-gradient(top, #bf404f 0%,#df9fbf 100%);

background: -o-linear-gradient(top, #bf404f 0%,#df9fbf 100%);
background: -ms-linear-gradient(top, #bf404f 0%,#df9fbf 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf404f', endColorstr='#df9fbf',GradientType=0 );

background: linear-gradient(top, #bf404f 0%,#df9fbf 100%);}.button:last-child a{float:left;border:none; -webkit-border-top-right-radius:0px;-webkit-border-bottom-right-radius:0px;-moz-border-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px}