ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#nav a {
	font-weight: bold;
	color: White;
}


#nav a {
	text-decoration: none;
}

#nav li a:hover{
	color: Black;
}

#nav li li a:hover{
	color: #3F463F;
}

#nav li li a {
	display: block;
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #E1EBF5;
	color: #676767;
	width: 116px;
	height: 15px;
	text-indent: 5px;
	padding-top: 5px;
}

#nav li li li a {
	display: block;
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #44EBF5;
	color: #666767;
	width: 116px;
	height: 15px;
	text-indent: 5px;
	padding-top: 5px;
}

#nav li li a:hover {
	/*border-width: 0 5px;*/
	background-color: #017DC3;
	color:#FFFFFF;
}

#nav ul li a{
	top: 14px;
	/*border-width: 0 5px;*/
}



#home {
	display: block;
	height: 25px;
	width: 56px;
}

#company_profile {
	display: block;
	height: 25px;
	width: 107px;
}

#orthotic {
	display: block;
	height: 25px;
	width: 116px;
}

#casestudies {
	display: block;
	height: 25px;
	width: 95px;
}

#distributor {
	display: block;
	height: 25px;
	width: 106px;
}

#faqs {
	display: block;
	height: 25px;
	width: 56px;
}

#contact_us {
	display: block;
	height: 25px;
	width: 80px;
}

li {
	float: left;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	display: block;
	z-index:2;
} 
li ul {
	display: none;
	position: absolute;
	left: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

li ul ul{
	display: none;
	position: absolute;
	left: 120px;
	top:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color:#FF6666;
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}

li li li{
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}

li:hover ul, li.over ul {
	display: block;
}


li:hover ul ul, li.over ul ul{
	display: block;
}

.list ul {
	list-style:disc;
	padding: 0px;
	margin: 0px 0px 0px 12px;
}

.list li {
	float:none;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 6px 0px 12px 0px;
	padding: 0px;
	display:block;
} 

hr {
	display: none;
}