@charset "utf-8";

#menu {
	width: 640px;
	height: 32px;
	/* [disabled]font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; */
	position: absolute;
	top: 73px;
	right: 0px;
	white-space: nowrap;
}

ul.topmenu, .topmenu li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
ul.topmenu {
	/* [disabled]height: 2em; */
	width: 100%;
}
ul.topmenu li {
	position: relative;
	margin-right: 30px;
}
ul.topmenu li:last-child {
	margin-right: 0px;
}
ul.topmenu li a {
	font-size: 13px;
	color: #4b4b4d;
	display: block;
	text-align: center;
	height: 30px;
	line-height: 30px;
	white-space: nowrap;
	font-weight: bold;
	-moz-transition: border-bottom-width .3s ease;
	-o-transition: border-bottom-width .3s ease;
	-webkit-transition: border-bottom-width .3s ease;
	transition: border-bottom-width .3s ease;
}
.topmenu a:hover, .topmenu li:hover > a {
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #4b4b4d;
}
.topmenu .current, a:hover.current, .topmenu li:hover a.current {
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #f29400;
}


/*dropdown menu styles*/
ul.submenu {
	float: none;
	width: auto;
	height: auto;
	position: absolute;
	left: -9000em;
	z-index: 999;
	background-color: #4b4b4d;
	max-height: 0;




	-moz-transition::max-height 0.7s ease-in-out;
	-webkit-transition: max-height 0.7s ease-in-out;
	-o-transition: max-height 0.7s ease-in-out;
	transition: max-height 0.7s ease-in-out;
	overflow: hidden;
}
ul.submenu li {
	float: none;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2E2E7;
}
ul.submenu li:last-child {
	border-bottom-width: 0px;

}
.topmenu li:hover ul {
	left: 0px;
	max-height: 10em;
}
ul.submenu li a {
	white-space: nowrap;
	text-align: left;
	margin: 0px;
	height: auto;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	display: block;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 15px;
	color: #FFFFFF;
}
ul.submenu li:last-child a {
	border-bottom: none;
}
ul.submenu li a:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
	background-color: #006AB3;
	color: #FFF;
}
#sub {
	cursor: default;
}
