/* top popup menu */

ul#hmenu {
	margin: 0;
	border: 0 none;
	padding: 0;
  	list-style: none;
	background: #000; /* whole menu line 100% width backg */
  	height: 28px;
	border-style:solid;
	border-bottom-width:1px;
	border-color:#9f9f9f;
	
}

ul#hmenu li {
	margin: 0;
	border: 0 none;
	padding: 0;
	float: left;
	display: inline;
	list-style: none;
	position: relative;
	height: 28px;
	
	border-right-width:1px;
	border-style:solid;
	border-color:#9f9f9f;
	
}

ul#hmenu ul {
	margin: 0;
	padding: 0;
	width: 230px;
	list-style: none;
	display: none;
	position: absolute;
	top: 28px;
	left: -1px;

	
	border-width:0px 1px 1px 1px;
	border-style:solid;
	border-color:#9f9f9f;
	
	
}

ul#hmenu ul:after {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}

ul#hmenu ul li {
	width: 230px;
	float: left;
	display: block !important;
	display: inline;

	border-right-width:0px;
}

/* Main Menu */
ul#hmenu a {
	border: 0px;
	padding: 0 20px 0 10px;
	float: none !important;
	float: left;
	display: block;
	color: #fff;
	font-size: 10px;
	font:Verdana, Geneva, sans-serif;
	line-height: 28px;
	text-decoration: none;
	height: auto !important;
	height: 1%;
	font-weight: bold;
	background-color: #000;
	background-image: url(/assets/templates/skywhite/graphics/hmenu-arrow-down.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

ul#hmenu .nosubmenu a {
	background-image: none;
}

/* Main Menu Hover */
ul#hmenu a:hover,
ul#hmenu li:hover a,
ul#hmenu li.iehover a {
	background: #2b8bcc;
	color: #FFFFFF;
	text-decoration: none;
}

#hmenu .menu1 a:hover {
	background: #376322;
}

#hmenu .menu2 a:hover {
	background: #7db3cc;
}

#hmenu .menu3 a:hover {
	background: #9A0026;
}

#hmenu .menu4 a:hover {
	background: #59604e;
}

#hmenu .menu5 a:hover {
	background: #960;
}

#hmenu .menu6 a:hover {
	background: #BCA4AC;
}



/* Second Menu */
ul#hmenu li:hover li a,
ul#hmenu li.iehover li a {
	text-decoration: none;
	
	border-width: 1px 0px;
	border-style:solid;
	border-color: #9f9f9f;
	float: none;
	background: #fff;
	color: #000;
	padding-left: 10px;
	
}

/* 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 {
	border-top: 1px solid #9f9f9f;
	background-color: #2b8bcc;
	color: #FFFFFF;
	text-decoration: none;
	
}

ul#hmenu ul ul {
	display: none;
	position: absolute;
	top: 0;
	left: 200px;
}

ul#hmenu li:hover ul ul,
ul#hmenu li.iehover ul ul {
	display: none;
}

ul#hmenu li:hover ul,
ul#hmenu ul li:hover ul,
ul#hmenu li.iehover ul,
ul#hmenu ul li.iehover ul {
	display: block;
}

