body { behavior: url("../menu/csshover3.htc"); } 

#navigation {
width: 170px; 
font-size: 11px;
}

/*Main Menu*/
#navigation ul {
margin: 7px; 
padding: 0px; 
background-color: #EFEFEF;
}

#navigation ul li {
line-height: 25px; 
list-style: none; 
padding-left: 10px;
color: #1A66CA; 
border-top: #ffffff solid; 
border-bottom: #ffffff solid; 
border-width: 1px;
cursor: pointer;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
height: 25px;
text-align: center;
}
#navigation ul li:hover {
position: relative;
}

/*Sub Menu*/
#navigation ul ul {
display: none; 
position: absolute; 
left: 148px; 
top: -202px; 
border: #fff solid; 
border-width: 1px;
background-color: #F9F9F9;
}

#navigation ul li:hover ul { display: block; }

#navigation ul ul li { 
width: 85px; 
float: left; 
display: inline; 
border: none;
font-weight: normal;
text-align: left; 
line-height: 20px;
height: 20px;
}
