#dropMenu {
	position: absolute;
	width: 156px;
}

#dropMenu div.head {
	width: 154px;
	height: 11px;
	font-size: 1px;
	background-image: url('../images/submenu_head.png');
	background-repeat: no-repeat;
}
#dropMenu div.foot {
	width: 154px;
	height: 11px;
	background-image: url('../images/submenu_foot.png');
	background-repeat: no-repeat;
}

#dropMenu a, #dropMenu a.selected {
	display: block;
	width: 121px;
	height: 29px;
	background-image: url('../images/submenu_item.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	line-height:29px;
	padding-left:35px;
	color: #626262;
	font-weight: bold;
	outline: none;
}
#dropMenu a:hover, #dropMenu a.selected {
	background-position: 0 -29px;
	color: white;
	width: 116px;
	padding-left: 40px;
	outline: none;
}