﻿.DropDownLink { padding: 2px; }
.DropDownPanel { background: #ffffff; border: solid 1px #666666; width: 150px; visibility: hidden; filter: alpha(opacity=90); opacity: 0.9; }

/*Drop Down Menu*/
a.ViewMenuItem { padding: 4px 4px 4px 24px; height: 16px; width: 122px; color: #000000; text-decoration: none; float: left; }
a.ViewMenuItem:hover { background: #ffcc00; padding: 3px 3px 3px 23px; color: #000000; border: solid 1px #666666; }

a.NewMenuItem { background: url(images/new.gif) left no-repeat; height: 16px; width: 122px; padding: 4px 4px 4px 24px; color: #000000; text-decoration: none; float: left; }
a.NewMenuItem:hover { background: #ffcc00 url(images/new.gif) left no-repeat; padding: 3px 3px 3px 23px; color: #000000; border: solid 1px #666666; }

a.EditMenuItem { background: url(images/edit.gif) left no-repeat; height: 16px; width: 122px; padding: 4px 4px 4px 24px; color: #000000; text-decoration: none; float: left; }
a.EditMenuItem:hover { background: #ffcc00 url(images/edit.gif) left no-repeat; padding: 3px 3px 3px 23px; color: #000000; border: solid 1px #666666; }

a.SaveMenuItem { background: url(images/save.gif) left no-repeat; height: 16px; width: 122px; padding: 4px 4px 4px 24px; color: #000000; text-decoration: none; float: left; }
a.SaveMenuItem:hover { background: #ffcc00 url(images/save.gif) left no-repeat; padding: 3px 3px 3px 23px; color: #000000; border: solid 1px #666666; }

a.CancelMenuItem { background: url(images/cancel.gif) left no-repeat; height: 16px; width: 122px; padding: 4px 4px 4px 24px; color: #000000; text-decoration: none; float: left; }
a.CancelMenuItem:hover { background: #ffcc00 url(images/cancel.gif) left no-repeat; padding: 3px 3px 3px 23px; color: #000000; border: solid 1px #666666; }

a.DeleteMenuItem { background: url(images/delete.gif) left no-repeat; height: 16px; width: 122px; padding: 4px 4px 4px 24px; color: #000000; text-decoration: none; float: left; }
a.DeleteMenuItem:hover { background: #ffcc00 url(images/delete.gif) left no-repeat; padding: 3px 3px 3px 23px; color: #000000; border: solid 1px #666666; }

a.CommonMenuItem { background: url(images/bullet.gif) left no-repeat; height: 16px; width: 122px; padding: 4px 4px 4px 24px; color: #000000; text-decoration: none; float: left; }
a.CommonMenuItem:hover { background: #ffcc00 url(images/bullet.gif) left no-repeat; padding: 3px 3px 3px 23px; color: #000000; border: solid 1px #666666; }
