#ContextMenu {position : absolute;top : 0;left : 0;z-index : 999;width : 200px;height : 0px;border-radius: 6px;border-color: #d1dff0;border-style: solid;border-width: 1px;background-color: white;}
#ContextMenu #Option {width : 100%;height : 30px;line-height: 30px;text-wrap: none;}
#ContextMenu #Option:hover {background-color: #d1dff0;}
#ContextMenu #Option #Icon {width : 30px;height : 30px;background-position: center;background-repeat: no-repeat;float : left;}
#ContextMenu #Option #Text {float : left;height : 30px;line-height: 30px;cursor: default;}
.ContextMenuLastOption {border-bottom-color: #d1dff0;border-bottom-style: solid;border-bottom-width: 1px;}