/* Old code
a.rgadd:link{background-image:url(../images2/dropdown/drop_down_button.gif); background-repeat:no-repeat; padding-right:20px; background-position:right;}
a.rgadd:active{background-image:url(../images2/dropdown/drop_down_button.gif); background-repeat:no-repeat; padding-right:20px; background-position:right;}
a.rgadd:visited{background-image:url(../images2/dropdown/drop_down_button.gif); background-repeat:no-repeat; padding-right:20px; background-position:right;}
a.rgadd:hover{background-image:url(../images2/dropdown/drop_down_button.gif); background-repeat:no-repeat; padding-right:20px; background-position:right;}



div.rgadd {position:absolute;left:-1000em;width:212px;z-index:15;border:1px solid #999;background:#fff;}
div.rgadd div.top {background:none;width:212px;height:10px;overflow:hidden;}
div.rgadd div.bottom {background:none;width:212px;height:10px;overflow:hidden;}
div.rgadd div.content {background:none;width:212px;}

div.rgadd h4 {padding:0;margin:17px 0px 0px 0px;font:bold 11px/13px arial,sans-serif;}
div.rgadd ul {padding:0;margin:7px 0px 0px 0px; float:none;}
div.rgadd ul li {padding:0;margin:0px 0px 5px 0px;background:none;font:normal 11px/13px arial,sans-serif; float:none;}
*/

/* new code 
*/
div.rgadd {position:absolute;left:-1000em;width:212px;z-index:15;border:1px solid #999;background:#fff; margin:0px; padding:0px;}
div.rgadd div.top {background:none;width:212px;height:10px;}
div.rgadd div.bottom {background:none;width:212px;height:10px;}
div.rgadd div.content {background:none;width:212px; margin:0px; padding:0px;}


