@CHARSET "ISO-8859-1";

#Menu ul 
{
position: absolute;
top: 640px;
width: 630px; height: 35px;
margin: 0;
display: block;
padding: 0;
-webkit-transform: rotate(-90deg); 
-moz-transform: rotate(-90deg);	
-moz-transform-origin: 0% 0%;
-webkit-transform-origin: 0% 0%;

list-style: none;
text-align: center;
}

#Menu li, #Menu li a
{
position: relative;
float: right;
width: 150px; height: 35px;
margin: 0 0 0 5px;
padding: 0;
border: 0;
text-align: center;

color: #000000;	
text-decoration: none;
}

#Menu li a
{

display: block;

color: #000000;
background: url(../Images/Buttons.png);
text-decoration: none;

}

#Menu li a:hover
{
background-position: -150px 0;
line-height: 20px;
color: #222222;
font-family : arial, verdana;
}


