.popmenuframe
{
	display: none;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#999999, direction=135, strength=3);
}
.popmenu
{
	display: none;
	border: #333333 1px solid;
	background: url(popmenu/popupbg.gif) white repeat-y 0px 0px;
}
.popmenunoicons
{
	background: white;
}
.popmenuitem
{
	display:block;
	padding: 5px 1px 7px 5px;
	background: none transparent scroll repeat 0% 0%;
	padding-bottom: expression('4px');
	width: expression('100%');
	color: black !important;
	text-decoration: none !important;
	font-weight: normal !important;
	cursor: default;
}

.popmenuitem:hover
{
	padding: 4px 0px 6px 4px;
	padding-bottom: expression('3px');
	border: #333333 1px solid;
	filter: Alpha(Opacity=90); 
	-moz-opacity:0.9;
	color:black;
	background-color:#ffeec2;
}

.popmenu .disableditem, .popmenu .disableditem:hover
{
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	color: silver !important;
	padding:5px 1px 7px 5px;
	background: transparent;
	border:none;
}

.popmenuitemicon
{
	border: medium none;
	margin: 0px 10px 0px -2px;
	width: 16px;
	height: 16px;
	float: left;
}
.popmenuitemtext
{
	font-size: 8pt;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	display: block;
	width: 75%;
	width: expression('95%');
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	top: 2px;
	cursor: default;
}
.popmenuseparator
{
	font-size: 1px;
	margin: 0px 0px 1px 30px;
	line-height: 1px;
	border-bottom: #666666 1px solid;
	position: relative;
}
.popmenusubmenuarrow
{
	position: relative;
	top: 4px;
	border: none;
	margin: 0px;
}
.popmenuscroller
{
	filter: Alpha(Opacity=80); 
	-moz-opacity:0.8;
	text-align:center;
}
.popmenuscroller img
{
	margin: 2px;
}

.scrollingup img
{
	margin: 1px 2px 3px 2px;
}
.scrollingdown img
{
	margin: 3px 2px 1px 2px;
}
.popmenuitempanel
{
	padding-right: 2px;
	padding-left: 5px;
	padding-bottom: 4px;
	padding-top: 4px;
	background: white;
}
.popmenuitemcolor
{
	border-right: #999999 1px solid;
	border-top: #999999 1px solid;
	border-left: #999999 1px solid;
	border-bottom: #999999 1px solid;
	display: block;
	float: left;
	margin: 1px 3px 2px 3px;
}
.popmenuitemcolor:hover
{
	border-left-color: #333333 !important;
	border-bottom-color: #333333 !important;
	border-top-color: #333333 !important;
	border-right-color: #333333 !important;
}
.popmenuitemcolor img
{
	border-right: medium none;
	border-top: medium none;
	border-left: medium none;
	border-bottom: medium none;
	width: 12px;
	height: 12px;
}
.popmenuitemstyle
{
	padding-right: 1px;
	padding-left: 5px;
	background: none transparent scroll repeat 0% 0%;
	padding-bottom: 4px;
	color: black;
	padding-top: 5px;
	text-decoration: none;
}
.popmenuitemstyle:hover
{
	border-right: #000080 1px solid;
	padding-right: 0px;
	border-top: #000080 1px solid;
	padding-left: 4px;
	padding-bottom: 3px;
	border-left: #000080 1px solid;
	padding-top: 4px;
	border-bottom: #000080 1px solid;
	background-color: #ffeec2;
	text-decoration: none;
}
