.cssfly {
font-family: "Century Gothic", verdana, sans-serif; width:106px; 
position:relative; margin:0; font-size:12px; line-height:1.9; margin:0 0 0 1px;
}
.cssfly ul li a, .menu ul li a:visited {
display:block; text-decoration:none; color:#000; width:150px;
height:2em; text-align:center; border:1px solid #fff;
background-image:url(../images/lev1bkg.jpg); background-repeat:repeat-x; color:#1360ae;

}
.cssfly ul {padding:0; margin:0;list-style-type: none; }
.cssfly ul li {float:left; margin-right:1px; position:relative;}
.cssfly ul li ul {display: none;}

/* 2nd Level */

.cssfly ul li:hover a {color:#fff; background:#000;}
.cssfly ul li:hover ul {
display:block; position:absolute; top:0; z-index: 10;
left:151px; width:150px; /* 2nd level */
}
.cssfly ul li:hover ul li a.hide {
background:#ccc; color:#1360ae;
}
.cssfly ul li:hover ul li:hover a.hide {width:150px;}
.cssfly ul li:hover ul li ul {display: none;}
.cssfly ul li:hover ul li a {
display:block;  background-image:url(../images/lev2bkg.jpg); background-repeat:repeat-x; color:#1360ae; width:180px;
}

/* 3rd Level */
.cssfly ul li:hover ul li a:hover {background:red; color:#000;}
.cssfly ul li:hover ul li:hover ul {
display:block; position:absolute; left:181px; top:0; color:#000; /* 3rd level */
}
.cssfly ul li:hover ul li:hover ul li a {
display:block; width:125px; background-image:url(../images/lev3bkg.jpg); background-repeat:repeat-x; color:#1360ae;
}
.cssfly ul li:hover ul li:hover ul li a:hover {background:#bd8d5e;
color:#fff;
}


