﻿.ddlPopup { text-align:right; position:absolute; width:150px;height:30px; border:1px solid #ddd; background-color:#fff; padding:5px; cursor:pointer;}
.ddlPopup ul { display:block;margin-top:-5px;height:30px; }
.ddlPopup ul li { display:block; background-color:#fff; direction:rtl; list-style:none; }
.ddlPopup ul li:hover { background-color:#f4f4f4; }

