/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/pro_dropline8.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#pro_linedrop {
	height: 22px;
	width: 328px;
	padding: 0;
	margin: 0;
	background: url(icons/blank.gif);
	position: absolute;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	z-index: 500;
	float: right;
	top: 44px;
	right: 0;
}

#pro_linedrop .select {
	margin: 0;
	padding: 0;
	list-style: none;
	position:relative;
}

#pro_linedrop li {
	float: right;
}

#pro_linedrop .select a {
	display: block;
	height: 22px;
	width: auto;
	float: left;
	text-decoration: none;
	white-space: nowrap;
}

#pro_linedrop b {
	position: absolute;
	left: -9999px;
}

#pro_linedrop .select a.home {
	background: url(../images/btn_home.gif) no-repeat left top;
	width: 75px;

}

#pro_linedrop .select a.services {
	background: url(../images/btn_services.gif) no-repeat left top;
	width: 95px;
}

#pro_linedrop .select a.work {
	background: url(../images/btn_work.gif) no-repeat left top;
	width: 70px;
}

#pro_linedrop .select a.contact {
	background: url(../images/btn_contact.gif) no-repeat left top;
	width: 93px;

}

#pro_linedrop .select a:hover, 
#pro_linedrop .select li:hover a {
	background-position: right bottom;
	cursor: pointer;
}

#pro_linedrop .sub {
	display: none;
}

#pro_linedrop ul ul {
	float: left;
}

/* IE6 only */

#pro_linedrop table {
	border-collapse: collapse;
	margin: -1px;
	font-size: 1em;
	width: 0;
	height: 0;
}

#pro_linedrop .sub {
	margin: 0;
	padding: 0;
	list-style: none;	
}

#pro_linedrop .sub li {
	background: transparent;
	height: 35px;	
}

#pro_linedrop .sub li.item {
	font-weight: bold;
	color: #800;
	padding-left: 5px;
}

#pro_linedrop .select :hover .sub {
	height: auto;
	display: block;
	position: absolute;
	width: 328px;
	top: 22px;
	left: 0;
	text-align: center;
}

#pro_linedrop .select :hover .sub li a {
	display: block;
	height: auto;
	line-height: 25px;
	padding: 1px 10px;
	margin: 0 0;
	white-space: nowrap;
	color: #7ac7d5;
	font-size: 13px;
	border-right: 1px dotted #7ac7d5;
}

#pro_linedrop .select :hover .sub li a:hover {
	color: #333;
}