/* jquery.contextMenu.css

 */.contextMenu {
position: fixed;
z-index: 99999;
border: 1px solid #999999;
background: none repeat scroll 0 0 #FFFFFF;
padding: 0px;
margin: 0px;
display: none;
-moz-box-shadow: 2px 2px 2px 1px #999;
-webkit-box-shadow: 2px 2px 2px 1px #999;
}
.contextMenu LI {

	list-style: none;
	padding: 0px;
	margin: 0px;

}
.contextMenu A {
color: #333333;
text-decoration: none;
display: block;
line-height: 20px;
height: 20px;
background-position: 6px center;
background-repeat: no-repeat;
outline: none;
padding: 3px 10px 3px 15px;
margin: 0;
}
.contextMenu a img {
margin-right: 5px;
}
.contextMenu LI.title {
background-position: 6px center;
    background-repeat: no-repeat;
    color: #0293CC;
    display: block;
    font-size: 1.1em;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    outline: medium none;
    padding: 1px 7px;
    text-decoration: none;
}
.contextMenu LI.hover A,.contextMenu LI:hover A {
font-weight:normal;
border: none;
background-color: rgb(51, 153, 255);
background-color: rgba(51, 153, 255, 0.2);
margin: 0;
}
.contextMenu LI.disabled A {

	color: #AAA;
	cursor: default;

}
.contextMenu LI.hover.disabled A {
background-color: transparent;

}
.contextMenu LI.separator {

	border-top: solid 1px #CCC;

}
.contextMenu span {
padding-left: 0px;
vertical-align: top;
}
