
.menu {
font-family: arial;
font-size:13px;
width:500px;
height:50px;
color:black;

}
.menu ul {
padding:0; 
margin:0;
list-style-type: none;
}

.menu ul li {
float:left;
position:relative;
width:100px;
height:20px;
}

.menu ul li a, .menu ul li a:visited {
display:block; 
text-decoration:none;  
width:100px; 
height:50px;
color:black;
background:url(../image/menu/menu31.png); 
text-align: center; 
line-height:48px;
padding-top:2px;


}

* html .menu ul li a, .menu ul li a:visited {
width:100px;
w\idth:100px;
}

.menu ul li ul {
display: none;
}

.menu table {
margin:-1px; 
border-collapse:collapse;
font-size:12px;
}

.menu ul li:hover a,
.menu ul li a:hover {
color:#1c314c;
font-weight:bold;
}

/* make the drop down menu show and correctly position it */
.menu ul li:hover ul,
.menu ul li a:hover ul {
display:block; 
position:absolute; 
top:55px;
margin-top:11px;
left:0; 
width:100px;
background:transparent;
border:none;
border-top:0;
}

.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {
display:block; 
background:transparent url(../image/menu/menu1.png); 
color:#000; 
border:0;
margin-top:-25px;
color:black;
font-weight:normal; 
font-size:11px;
height:20px; 
line-height:20px; 
padding:0;
text-align:center; 
width:100px
}

.menu ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover {
color:#1c314c;
font-weight:bold;
width:100px;
}

.menu ul li a:hover ul {
background:transparent filter: alpha(opacity=80);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
opacity:0.8;
margin-top:10px; /* for IE5.5 */
marg\in-top:11px; /* for IE6 */
}
/* IE5.5 hack for faulty box model in drop down menu */
.menu ul li a:hover ul li a {
background:#ddd;
width:100px; /* for IE5.5  */
w\idth:100px; /* for IE6 */
}