/* ================================================================ 
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/dd_valid.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */
.home{
	width:47px;
}

.about{
	width:73px;
}

.webservices{
	width:175px;
	background-image:url('/images/arrow.gif');
	background-repeat:no-repeat;
	background-position:235px 10px;	
}

.portfolio{
	width:100px;
}

.faqs{
	width:100px;
}

.contact{
	width:89px;
}

.menu {
	font-family: arial, sans-serif;
	position:relative;
	font-size:16px;
	font-weight:bold;
	z-index:100;
	background-image:url('/images/nav.gif');
	height:36px;
	padding-left:80px;
	border-left:1px solid #868B98;
}

.menu-bg{
	background-image:url('/images/nav-right.gif');
	background-position:right 0px;
	background-repeat:no-repeat;
}

.menu ul li a, .menu ul li a:visited {
	display:block;
	text-decoration:none;
	height:36px;
	text-align:center;
	color:#2C354F;
	line-height:36px;
	overflow:hidden;
	padding:0 20px;
}
.menu ul {
	padding:0;
	margin:0;
	list-style: none;

}
.menu ul li {
	float:left;
	position:relative;
}
.menu ul li ul {
	display: none;
}
/* specific to non IE browsers */
.menu ul li:hover a {
	color:#FF6600;
}
.menu ul li:hover ul {
	display:block;
	position:absolute;
	top:36px;
	left:0;
	width:105px;
}
.menu ul li:hover ul li a.hide {
	background:#2e5b79;
	color:#fff;
}
.menu ul li:hover ul li:hover a.hide {
	background:#2c354f;
	color:#fff;
}
.menu ul li:hover ul li ul {
	display: none;
}
.menu ul li:hover ul li a {
	display:block;
	background:#2e5b79;
	color:#fff;
	text-align:left;
}
.menu ul li:hover ul li a:hover {
	background:#2c354f;
	color:#fff;
}
.menu ul li:hover ul li:hover .webservices-subLevel {
	display:block;
	position:absolute;
	left:215px;
	top:0;
}

.menu ul li:hover ul li:hover .webservices-subLevel li a {
	width:100px;
}

.menu ul li:hover ul li:hover ul.left {
	left:-105px;
}