#inner
{
	width: 101px;
	height: 180px;
	font-family: arial;
	font-size: 13px;
	color: #8e8e8e;
	padding-left: 10px;
	z-index:100;
}

#wrap_imagemap
{
	position: absolute;
}
#imagemap
{
	position: absolute;
}
#dropdown1
{
	position: absolute;
	display: none;
	top: 191px;
	left: 10px;
	width: 101px;
	height: 225px;
	background-image: url(../images/bg_dropdown.gif);
	background-position: bottom;
	background-repeat: repeat-y;
	z-index: 1;
}

#dropdown2
{
	position: absolute;
	display: none;
	top: 191px;
	left: 118px;
	width: 101px;
	height: 225px;
	background-image: url(../images/bg_dropdown.gif);
	background-position: bottom;
	background-repeat: repeat-y;
}

#dropdown3
{
	position: absolute;
	display: none;
	top: 191px;
	left: 226px;
	width: 101px;
	height: 225px;
	background-image: url(../images/bg_dropdown.gif);
	background-position: bottom;
	background-repeat: repeat-y;
}

#dropdown4
{
	position: absolute;
	display: none;
	top: 191px;
	left: 334px;
	width: 101px;
	height: 225px;
	background-image: url('../images/bg_dropdown.gif');
	background-position: bottom;
	background-repeat: repeat-y;
}

ul.entities
{
	padding-top: 4px;
	margin-top: 0px;
	padding-left: 4px;
	margin-left: 0px;
}
ul.entities li
{
	list-style-type: none;
	color: #666;
	margin: 0px;
	padding-left: 8px;
	padding-bottom: 7px;
	padding-top: 8px;
	margin-right: 4px;
	border-bottom: 1px solid white;	
}
ul.entities li.last
{
	border-bottom: 0px;
}

#wrap ul.entities li a:link,
#wrap ul.entities li a:visited
{
	border-bottom: 0px;
	font-family: arial;
	font-size: 11px;
	text-decoration: none;
	color: #666;
}

#wrap ul.entities li a:hover
{
	color: #ff3700;
}
