
.jqcontextmenu, .jqcontextmenu ul{ /*topmost and sub ULs, respectively*/
text-align: left;
font: normal 13px Verdana;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: white;
border: 1px solid black;
visibility: hidden;
display: none; /*collapse all sub menus to begin with*/
}


.jqcontextmenu li{
position: relative;
}

.jqcontextmenu li {
display: block;
width: 170px; /*width of menu (not including side paddings)*/
color: #444;
background: #000;
text-align: center;
text-decoration: none;
padding: 6px;
}

* html .jqcontextmenu li{ /*IE6 CSS hack*/
display: inline-block;
width: 170px; /*width of menu (include side paddings of LI A*/
}
