ul#hmenu {
	margin: 0;
	border: 1 px;
	padding: 0;
	list-style: none;
	height: 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-width: thin;
	border-bottom-width: thin;
}

ul#hmenu li {
	margin: 10;
	border: 0 none;
	padding: 10;
	float: left;
	display: inline;
	list-style: none;
	position: relative;
	height: 28px;
	font-family: Arial, Helvetica, sans-serif;
}

ul#hmenu ul {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 160px;
	list-style: none;
	display: none;
	position: absolute;
	top: 28px;
	left: 0;
}

ul#hmenu ul:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

ul#hmenu ul li {
	width: 160px;
	float: left;
	display: block !important;
	display: inline;
}

/* Main Menu */
ul#hmenu a {
	padding: 0 6px;
	float: none !important;
	float: left;
	display: block;
	color: #666;
	font: 16px/28px Verdana, Arial;
	text-decoration: none;
	height: auto !important;
	height: 1%;
	background-color: #FFF;
	font-style: normal;
	border: 0 px;
}

/* Main Menu Hover */
ul#hmenu a:hover,
ul#hmenu li:hover a,
ul#hmenu li.iehover a {
	color: #06F;
	background-color: #FFF;
	border: 0 px;
}

/* Second Menu */
ul#hmenu li:hover li a,
ul#hmenu li.iehover li a {
	float: none;
	color: #666;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	border-bottom-style: dotted;
	border: 1 px;
	border-right-width: thin;
	border-top-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}

/* Second Menu Hover */
ul#hmenu li:hover li a:hover,
ul#hmenu li:hover li:hover a,
ul#hmenu li.iehover li a:hover,
ul#hmenu li.iehover li.iehover a {
	color: #06F;
	background-color: #FFF;
	font-size: 12px;
	text-decoration: underline;
	border: 0 px;
}

ul#hmenu ul ul {
	display: none;
	position: absolute;
	top: 0;
	left: 160px;
	border: 0;
}

ul#hmenu li:hover ul ul,
ul#hmenu li.iehover ul ul {
	display: none;
	border: 0 px;
}

ul#hmenu li:hover ul,
ul#hmenu ul li:hover ul,
ul#hmenu li.iehover ul,
ul#hmenu ul li.iehover ul {
	display: block;
	border: 0;
}
