/*****************************************************/
/*****************************************************/
/*                    NEW                            */
/*                    NEW                            */
/* GET STARTED Popup - Main popup navigation system  */
/*                    NEW                            */
/*                    NEW                            */
/*****************************************************/
/*****************************************************/


#popnav-holder{
border-top:3px solid black;
border-bottom:1px solid black;
margin:0 0 0 6px;
width:877px;
height:21px;
background-color: white;
}

#popnav-holder ul,
#popnav-holder ul ul{
margin:0;
padding:0;
list-style-type:none;
}

#popnav-holder ul li{
float: left; 
position: relative;
height:21px;
width:auto;
border-bottom:1px solid black;
border-right:1px solid black;
background-color: white;
}

#popnav-holder ul a:link,
#popnav-holder ul a:visited{
display: block;
text-decoration:none;
padding:0px 5px 0 5px;
color:black;
height:21px;
text-align:left;
}

#popnav-holder ul a:hover{
color:#666;
}

#popnav-holder ul ul{
display:none;
position: absolute;
}
/**********************
*******************************/

#popnav-holder ul ul li{
float:none;
border-bottom:1px solid black;
border-left:1px solid black;
width:140px;
padding:0;
}

/**********************
now doing in javascript
#popnav-holder ul li:hover ul { 
display: block; 
} 
*******************************/


* html #popnav-holder ul a {
 width: 100%;
}

















