
.popmenu {

	font-family: Arial, Verdana;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	position: absolute;
	background-color: #E1671C;
	top: 0px;
	left: 0px;
	visibility: hidden;
}

.popmenu .ce, .popmenu .cd, .popmenu .be, .popmenu .bd {
	position: absolute;
	overflow: hidden;
}

.popmenu .ce {
	top: 0px;
	left: 0px;
/*	background-image: url(../imgs/popmenu/ce.gif);*/
	width: 4px;
	height: 4px;
}

.popmenu .cd {
	top: 0px;
	right: 0px;
	background-image: url(../imgs/popmenu/cd.gif);
	width: 4px;
	height: 4px;
}

.popmenu .be {
	bottom: 0px;
	left: 0px;
	background-image: url(../imgs/popmenu/be.gif);
	width: 4px;
	height: 4px;
}

.popmenu .bd {
	bottom: 0px;
	right: 0px;
	background-image: url(../imgs/popmenu/bd.gif);
	width: 4px;
	height: 4px;
}

.popmenu .c {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 4px;
	overflow: hidden;
	width: 100%;
	background-image: url(../imgs/popmenu/c.gif);
}

.popmenu .b {
	position: absolute;
	bottom: 0px;
	left: 0px;
	overflow: hidden;
	height: 4px;
	width: 100%;
	background-image: url(../imgs/popmenu/b.gif);
}

.popmenu .e {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 4px;
	background-image: url(../imgs/popmenu/e.gif);
}

.popmenu .d {
	position: absolute;
	top: 0px;
	width: 4px;
	right: 0px;
	background-image: url(../imgs/popmenu/d.gif);
}

.popmenu .body {
	margin: 4px;
}

.popmenu .body .link {
	display: block;
	line-height: 27px;
	padding-left: 3px;
	padding-right: 3px;
	vertical-align: middle;
	color:#DDE4EA;
}

.popmenu .body .link:link {
	color: #DDE4EA;
}

.popmenu .body .link:hover {
	color: #FDAE7D;
}