@charset "iso-8859-1";

	
body{
<!--behavior: url(script/csshover2.htc);hack per ie6-->
} 
#menu{
/*BORDER-TOP: #5898BB 4px solid;*/
margin:0;
padding:0;
font-family: Tahoma;
font-size: 12px;
}
#menu ul{
padding:0;
margin:0;
}
#menu li{
position: relative;
float: right;
list-style: none;
margin: 0;
padding:0;
}
#menu li a{
width:148px;
height: 30px;
display: block;
text-decoration:none;
text-align: center;
line-height: 30px;
font-weight: bold;
font-size: 10px;
}
#menu li a:hover{
background-position: bottom center;
color: #006699;
}
#menu ul ul{
position: absolute;
top: 30px;
width: 148px;
visibility: hidden;
}
#menu ul li:hover ul{
visibility:visible;
}
a.green{
background: url(../include_img/Menu/green.jpg) no-repeat top center;
color: #006600;
}
a.orange{
background: url(../include_img/Menu/orange.jpg) no-repeat top center;
color: #CC3300;
}
a.blu{
background: url(../include_img/Menu/blu.jpg) no-repeat top center;
color: #ffffff;
}
a.yellow{
background: url(../include_img/Menu/yellow.jpg) no-repeat top center;
color: #FF9900;
}
a.purple{
background: url(../include_img/Menu/purple.jpg) no-repeat top center;
color: #990066;
}