/* 

Author:   JosÃ
/* MenuArea properties and values */ 

div#MenuArea { 
margin: 0 0 0 150px; 
padding: 1px 0; 
border: 0; 
text-align: left;
position: absolute;
top: 140px;
left: 0;
} 

div.MenuOption { 
position: relative; 
top: auto; 
left: auto; 
float: left; 
clear: right; 
background: transparent url(../gfx/menu_button_off.png) repeat scroll left top; 
margin: 0; 
padding: 4px 15px 3px; 
border: 0; 
font: 12px/17px Arial, Helvetica, Sans-serif; 
color: #ffffff; 
text-decoration: none; 
} 

.MenuOption a:link, .MenuOption a:visited { 
background-color: inherit; 
color: #ffffff; 
text-decoration: none; 
} 

.MenuOption a:hover { 
background-color: inherit; 
color: #ffffff; 
text-decoration: none; 
} 

.MenuOption a:active { 
background-color: inherit; 
color: #ffffff; 
text-decoration: none; 
} 

/**/
