@charset "UTF-8";

/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menu/pro_drop4.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.display_links {
	width: 420px;
	margin-bottom: 40px;
	z-index: 500;
}

.contact_links {
	padding:0;
	margin:0;
	list-style:none;
	height:28px;
	z-index:4000;
}

.contact_links li.first {
	display:block;
	float:left;
}

.contact_links li a.first_link {
	display:block;
	float:left;
	height:28px;
	line-height:28px;
	color:#4f3722;
	text-decoration:none;
	font-size:14px;
	padding:0 0 0 15px;
	cursor:pointer;
	background: url(images/display_0a.png) no-repeat;
}

.contact_links li a.first_link em {
	float:left;
	display:block;
	height:28px;
	background:url(images/display_0b.png) no-repeat right top;
	margin-right: 5px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 5px;
}

.contact_links li a.first_link:hover {
	color:#fefaf3;
	background: url(images/display_1a.png) no-repeat;
}

.contact_links li a.first_link:hover em {
	background:url(images/display_1b.png) no-repeat right top;
}


.contact_links li:hover > a.first_link {
	color:#fefaf3;
	background: url(images/display_1a.png) no-repeat;
}

.contact_links li:hover > a.first_link em {
	background:url(images/display_1b.png) no-repeat right top;
}


.contact_links table {
	border-collapse:collapse;
	width:0;
	height:0;
	position:absolute;
	top:0; left:0;
}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

.contact_links a:hover {
	visibility:visible;
	position:relative;
	z-index:4000;
}

.contact_links li:hover {
	position:relative;
	z-index:4000;
}

/* keep the 'next' level invisible by placing it off screen. */

.contact_links ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	margin:0;
	padding:0;
	list-style:none;
}


.contact_links :hover ul {
	left:0;
	top:28px;
	background: #fff8e8;
	padding:5px;
	border:1px solid #c7bcb2;
	z-index:4000;
	width: 200px;
}

.contact_links :hover ul li {
	display:block;
	position:relative;
	font-weight:normal;
}

.contact_links :hover ul li a {
	display:block;
	font-size:11px;
	width:auto;
	color:#4f3722;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #c7bcb2;
	white-space: nowrap;
	line-height: 24px;
	height: 24px;
	padding-right: 5px;
	padding-left: 5px;
}

.contact_links :hover ul li a:hover {
	color:#990000;
}
