
#nav{position: absolute;}


#nav, #nav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:50px; 
	z-index:5;
    


}

 .children {
    width:120px;
    background:#404040;
}
.children a{
    color:white;
}

.children a:hover{color:white;}


.children2 {
    background:#5f5f5f;
       width:180px;
       overflow:hidden;
       padding-right:30px;
}


.children1 {
    background:#5f5f5f;
       width:auto;
       overflow:hidden;
      
}

.children1 a{
    color:white;
}


#nav a{font-weight: normal;}

#top #nav ul a{
	line-height:40px;

}

#top #nav li{
	float:left;
	position:relative;
    line-height: 40px;
    
}

#top #nav li li{
	border-left:none;
	margin-top:0;
}

#top #nav ul {
	position:absolute;
	display:none;
	left:0px;
	top:40px;


}

#top #nav li ul a{
	width:150px;
	height:auto;
	float:left;
	text-align:left;
    text-indent: 30px;

}

#top #nav ul ul{
	top:auto;
	border-top:none;

}	

#top #nav li ul ul {
	left:120px;
	top:0px;
    border:none;
    padding:0px;margin:0px;
}



#top #nav li:hover ul ul, #top #nav li:hover ul ul ul,#top  #nav li:hover ul ul ul ul{
  	display:none;	
}
#top #nav li:hover ul, #top #nav li li:hover ul, #top #nav li li li:hover ul, #top #nav li li li li:hover ul{
	display:block;
}



#top #nav ul {
	border:1px solid #DFDFDF;
	border-top:none;
}




