#pproducts 
{
    position:relative;
    float: right;
    height: 47px;
    font-size: 75%;
}

#pproducts-wrapper 
{
    text-align: right;
    cursor: pointer;
    position:absolute;
    z-index:3;
    right:0;
    width:198px;
}

#pproducts-wrapper a 
{
    text-decoration: none;
    color: #999999;
}
#pproducts-wrapper a:hover
{
    color: #FF8F2D;
}

#pproducts-wrapper ul 
{
    border:solid 1px #C0C0C0;
    background-color:white;
    list-style-type: none;
	margin: 0;
	padding: 12px;
	display: none;
}

#pproducts-wrapper li 
{
    padding: 5px 0;
}



