<!--
/* CSS from tutorials of www.alsacreations.com/articles */

ul {
 list-style: none;
padding: 0;
margin: 0;
width: 100%; /* precision for Opera */
}

.menu li {
float: left;
}

.menu a {
margin-left: 1px;
margin-right: 1px;
margin-top: 15px;
width: 70px;
height: 20px;
background:inherit;
display: block;
text-align: center;
vertical-align:middle;
border: 2px solid #CAC4D7;
text-decoration: none;
color: #000000;
font-size:9.5px;

}

.menu a:hover {
background:#eeeeee;
border: 2px solid gray; 
}

.menu a:active {
background:#fff;
border: 2px solid gray; 
color: #ff0000;
}


.menu2 a {
margin-top: 15px;
width: 180px;
height: 25px;
background:inherit;
display: block;
text-align: center;
vertical-align:middle;
border: 0px;
border-color:#9791A4;
text-decoration: none;
color: #ff0000;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bolder;


}

.menu2 a:hover {
background:#eee;
border: 1px solid gray; 
}


-->
