#holdm {
	position:absolute; 
	top:0px; 
	left:0px; 
	margin-left:0em; 
	z-index:10; 
	width:auto;
	font-size:14px;
	}
#nav {
	list-style: none;
		}
 #nav ul { 
	padding: 0;
	margin:0;
	list-style: none;
    width:6.21em;
    z-index:99;
    position:relative;
    overflow:visible;
    
}

#nav li { 
    margin:0;   
    position: relative; 
    float:left;
	width: 6.21em;
    background-color:#006666;
    display:block;
    height:auto;
    font-weight:200;
    font-size:10; 
    font-family:sans-serif; 
}
 
#nav a {
    text-decoration:none; 
    display:block;
    padding: 0.2em;  
    margin:0.1em 0.1em 0.1em 0.1em; 
    background-color:#006666;
    width:5.2em; 
    height:1em;
	color:#ffffff;
}

#nav a:hover{
    background-color:#ffffff; 
    color:#000000;
    background-image:none;
}

#nav ul{
    display:none;   
}

/*all see this */
#nav ul ul, #nav ul ul ul{
    display:none; 
    position:absolute; 
    margin-top:0em; 
    margin-left:0em;
}

/* non-IE browsers see this */
 #nav ul li>ul, #nav ul ul li>ul{
    margin-top:-1.4em; 
 }

#nav li:hover ul ul, #nav li:hover ul ul ul{
    display:none; 
}

#nav li:hover ul, #nav ul li:hover ul, #nav ul ul li:hover ul{
    display:block;
}

ul { 
	top: auto;
	left: auto;
}
