/* ================================================================ 
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 */
.last{
	border-right:none!important;
}

.home{
	width:47px;
}

.about{
	width:73px;
	background-image:url('/images/arrow.gif');
	background-repeat:no-repeat;
	background-position:95px 10px;	
}

.ts{
	width:225px;
	background-image:url('/images/arrow.gif');
	background-repeat:no-repeat;
	background-position:235px 10px;	
}

.ts2{
	width:225px;
	font-size:14px;
}

.its{
	width:152px;
}

.contact{
	width:89px;
}

.emp{
	width:175px;
	background-image:url('/images/arrow.gif');
	background-repeat:no-repeat;
	background-position:235px 10px;	
	font-size:14px;
}

.emp2{
	width:150px;
	font-size:14px;
}

.biz{
	width:160px;
	background-image:url('/images/arrow.gif');
	background-repeat:no-repeat;
	background-position:175px 10px;	
}

.biz2{
	width:160px;
	font-size:14px;
}

.menu {
	font-family: arial, sans-serif;
	position:relative;
	font-size:18px;
	z-index:100;
	background-image:url('/images/nav.gif');
	height:30px;
	padding-left:80px;
}

.menu ul li a, .menu ul li a:visited {
	display:block;
	text-decoration:none;
	height:30px;
	text-align:center;
	color:#fff;
	line-height:26px;
	overflow:hidden;
	padding:0 20px;
	border-right:1px solid white;
}
.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:#fff;
}
.menu ul li:hover ul {
	display:block;
	position:absolute;
	top:30px;
	left:0;
	width:105px;
}
.menu ul li:hover ul li a.hide {
	background:#621b1b;
	color:#fff;
}
.menu ul li:hover ul li:hover a.hide {
	background:#27287e;
	color:#fff;
}
.menu ul li:hover ul li ul {
	display: none;
}
.menu ul li:hover ul li a {
	display:block;
	background:#621b1b;
	color:#fff;
	text-align:left;
}
.menu ul li:hover ul li a:hover {
	background:#27287e;
	color:#fff;
}
.menu ul li:hover ul li:hover ul {
	display:block;
	position:absolute;
	left:165px;
	top:0;
}

.menu ul li:hover ul li:hover .ts2sub{
	display:block;
	position:absolute;
	left:266px;
	top:0;	
}

.menu ul li:hover ul li:hover .empSub{
	display:block;
	position:absolute;
	left:216px;
	top:0;	
}

.menu ul li:hover ul li:hover ul.left {
	left:-105px;
}