.linkParent a:link, .linkParent a:visited{
 color: #000000;
 font-size: 11px;
 text-decoration: none;
 display: block;
 padding:0px;
 margin:0px;
 padding-left: 15px;
 padding-right: 15px;
 line-height: 23px;
}
.linkParent a:hover{
 color: #000000;
 display: block;
 text-decoration: none;
 background-image: url(/inc/skins/fm03/images/linkParentBg.gif);
}
.linkChild a:link, .linkChild a:visited {
 line-height: 18px;
 background-color: #FFFFFF;
 /* for IE 8 */
 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 /* for IE 5-7 */
 filter: alpha(opacity=80);
 /* CSS3 standard */
 opacity:0.80;
 color: #666666;
 font-size: 11px;
 text-decoration: none; 
 height: auto;
 padding:0px;
 padding-left: 5px;
 margin:0px;
 display: block;
 border: 2px solid #FFFFFF;
 border-left: 2px solid #CCCCCC;
 border-right: 2px solid #CCCCCC;
}
.linkChild a:hover{
 background-image: none;
 /* for IE 8 */
 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
 /* for IE 5-7 */
 filter: alpha(opacity=100);
 /* CSS3 standard */
 opacity:1.0;
 /* CSS3 standard */
 opacity:1.0;
 color: #000000;
 text-decoration:none;
 border: 2px solid #3399cc;
}

#nav{
 padding: 0px;
 margin: 0px;
 list-style: none;
 overflow:visible;
}
#nav ul {
 padding: 0px;
 margin: 0px;
 display: block;
}
#nav li {
 margin: 0px;
 padding: 0px;
/*
 position: relative;
 z-index: 1;
*/
 display: block;
 float:left;
 width:auto;
}

#nav ul li{
 width: 100%;
 float:right;
 display: block;
 padding: 0px;
 height: auto;
 position: relative;
 z-index: 1;
}


#nav ul ul li:last-child, #nav ul li:last-child{
 padding: 0px;
 height: auto;
 border-bottom: 2px solid #CCCCCC;
}

#nav ul{ 
 display:none; 
 width: 140px;
 position: absolute;
 border-bottom: 2px solid #CCCCCC;
}

/*all see this */
#nav ul ul{ 
 display: none;
 position: absolute;
 border-bottom: 2px solid #CCCCCC;
}

/* non-IE browsers see this */
#nav ul li>ul, #nav ul ul li>ul{
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li:hover ul ul ul ul ul{
 display:none;
}

#nav li:hover ul, #nav ul li:hover ul, #nav ul ul li:hover ul, #nav ul ul ul li:hover ul, #nav ul ul ul ul li:hover ul{
 display:block;
}


#nav li:hover ul {
 display:block;
}

/* #nav ul li ul, #nav ul ul, #nav ul ul ul, #nav ul li ul li ul li, #nav ul ul ul li{ */

#nav ul li ul{
 display: none;
 top: 0px;
 left: 140px;
}
#nav ul li ul li{
 display: block;
}

#nav ul li:hover ul{
 display:block;
 z-index: 1;
}

li>ul {
 top: auto;
 left: auto;
}
