@charset "UTF-8";
/* CSS Document */

body {
	behavior:url("/css/csshover.htc");
}
/* Root = Vertical, Secondary = Vertical */
#menu {
	position: relative;
	float: left;
	width: 699px;
	height: 22px;
}	


#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	font-size:12px;
	width: 165px;
	height: 22px;
	text-align: center;
	float: left;
}

#menu a {
	color: #fff;
	text-decoration: none;
	display:block;
	width: 165px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: center;
	height: 22px;
}

#menu a:hover {
	color: #fff;
}

#menu li {
	position: relative;
}

#menu li li {
	position: relative;
	width:165px;
	height:auto;
	background-repeat: no-repeat;
}
#menu li li a {
	background-color: rgba(255, 255, 255, 0.7);
	padding:5px;
	margin-top:-2px;
	color: #CC0001;
	width: 145px;
	border: 1px solid #fff;
	z-index: 100;
}
#menu li li a:hover {
	background-color:#cc0001;
}
#menu ul ul {
	position: absolute;
	top:26px;
	left:3px;
	width:auto;
	margin:0;
	z-index: 500;
}

#menu ul ul ul {
	position: absolute;
	top: 0;
	margin:0;
	left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

#menu ul li a {height: 1%;} 
#AboutTYS {
	width:140px;
}
#Services {
width:140px;
}
#Referral {
width:139px;
}
#Careers {
width:140px;
}
