#dropmenu {
	font-size: 1.1em;
	position: absolute;
	left: 0px;
	top: 96px;
	width: 960px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#dropmenu ul {margin:0; padding:0; list-style-type:none; list-style-position:outside; line-height:1.7em; z-index:300;}
#dropmenu a {
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	padding-top: 10px;
	padding-right: 18px;
	padding-bottom: 11px;
	padding-left: 18px;
}
#dropmenu a:hover {
	color:#fff;
	background-repeat: repeat-x;
	background-position: bottom;
	height: auto;
	background-image: url(../../themes/innomech/images/bg-nav.png);
}
#dropmenu li {
	float:left;
	position:relative;
	list-style-type: none;
}
#dropmenu ul {
	position:absolute;
	display:none;
	width:12em;
	top:18px;
	left:0px;
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
	list-style-type: none;
}
#dropmenu ul a {
	background-color:#ee3b33;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #231f20;
	display: block;
	}
#dropmenu li ul { width:17.2em;}
#dropmenu li ul a {
	width:12em;
	float:left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	display: block;
}
#dropmenu ul ul {top:auto;}
#dropmenu li ul ul {left:10em; margin:0 0 0 0px;top:-.09em;}
	
