﻿/*
 * Menu list dropdowns
 */
div.list-drop
{
	text-align:left;
	z-index:10;
	position:fixed;
	/*IE6 can't do position fixed*/
	_position:absolute; 
	padding-top:4px;
	padding-left:12px;
	padding-right:11px;
	padding-bottom:3px;
	display:none;
}
	div.list-drop div
	{
		margin-bottom:2px;
	}
	div.list-drop a
	{
		text-decoration:none;
		padding-left:8px;
	}
		div.list-drop a:hover
		{
			background:url("../../../../images/eh-group/backgrounds/site-drop-selected.gif"/*tpa=http://www.exclusivehotels.co.uk/exclusive_hotels/images/eh-group/backgrounds/site-drop-selected.gif*/) no-repeat 0 0.2em;
		}
		div.list-drop a.anchor
		{
			padding-left:0px;
			position:relative;
			float:left;
			display:block;
			width:1px;
			height:1px;
		}
	div.list-drop div.instruction
	{
		margin-bottom:6px;
	}
		div.list-drop div.instruction span
		{
			background:url("../../../../images/eh-group/backgrounds/site-drop-instruct.gif"/*tpa=http://www.exclusivehotels.co.uk/exclusive_hotels/images/eh-group/backgrounds/site-drop-instruct.gif*/) no-repeat 0 0.45em;
			padding-left:17px;
		}
