#nav2, #nav2 ul 		{
    list-style		: none ;
    line-height		: 34px ;
    text-align		: center ;
    padding			: 0;
    border-left		: 1px solid transparent ;
	
}
#nav2			{
    font-weight		: bold ;
    font-family 	: Verdana ;
    font-size 		: 13px ;
    position		: relative ;
    height			: 34px ;
    z-index			: 500;
}
#nav2 li 		{
    float			: left;
    border-right	: 1px solid transparent ;
}

#nav2 a 		{
    display			: block ;
    padding			: 0 0 0 4px;
    background		: transparent url("../trans.png") repeat ;
    color			: #666 ;
    text-decoration	: none ;
    width			: 143px ;
}
#nav2 a:hover		{
    color			: #009fe9 ;
    background		: transparent url("../over_trans.png");	
}

#nav2 ul li a		{
	font-family 	: Arial ;
	font-weight 	: thin;
    font-size 		: 10px ;
    text-align		: left ;
    background		: #f2f2f2;
}
#nav2 ul li a:hover		{
    background		: transparent url("../over.png");
}

#nav2 li ul 		{
    position		: absolute;
    width			: 143px;
    line-height		: 22px ;
    left			: -999em;
 
}
#nav2 li ul li{
    margin			: 0 0 0 -1px ;
    border-left 	: 0px solid #aaa;
    border-right 	: 0px solid #aaa;
    border-bottom 	: 1px solid #ddd;
    background		: #f2f2f2 ;
}

#nav2 li:hover ul ul, #nav2 li.sfhover ul ul {
    left		: -999em;
}

#nav2 li:hover ul {
    left		: auto;
	margin			: 0 0 0 0 ;
    min-height	: 0;
}
#nav2 li li:hover ul {
	left		: auto;
    min-height	: 0;
	margin		: -23px 0 0 147px ;
	}

#nav2 li ul ul 		{
  position		: absolute;
  margin		: -23px 0 0 147px ;
  border-top 	: 1px solid #ddd;
}

/*html>body #nav2 li ul ul		{
    border-left	: 1px solid thin ;
}*/

