/* Reset */


.NAVSORT_container {
	width: 100%;
	background-color: #3F7FCE;
}


.NAVSORT_css {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

/* Menu */
.NAVSORT_menu {
	height: 30px;
	background: -webkit-linear-gradient(top, #4c4e5a 0%, #2c2d33 100%);
	background: -moz-linear-gradient(top, #4c4e5a 0%, #2c2d33 100%);
	background: -o-linear-gradient(top, #4c4e5a 0%, #2c2d33 100%);
	background: -ms-linear-gradient(top, #4c4e5a 0%, #2c2d33 100%);
	background: linear-gradient(top, #4c4e5a 0%, #2c2d33 100%);

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-position: top;
}
.NAVSORT_menu li {
	position: relative;
	list-style: none;
	float: left;
	display: block;
	height: 30px;
	background-color: #3F7FCE;
}
/* Links */

.NAVSORT_menu li a {
	display: block;
	line-height: 30px;
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #C2D5ED;
	text-shadow: 1px 1px 1px rgba(0,0,0,.6);

	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
	margin-right: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 25px;
}


a.NAVSORT_MenuFontA:link {
	font-family: Arial;
	font-size: 13px;
	color: #99FF66;
	text-decoration: none;
}
a.NAVSORT_MenuFontA:visited {
	color: #000000;
	text-decoration: none;
	font-family: Arial;
	font-size: 13px;
}
a.NAVSORT_MenuFontA:hover {
	color: #FFCC33;
	text-decoration: none;
	font-size: 13px;
	font-family: Arial;
}
.NAVSORT_menu li:hover > a {
	color: #C2D5ED;
	background-color: #174276;
}
/* Sub Menu */

.NAVSORT_menu ul {
	position: absolute;
	top: 30px;
	left: 0;
	opacity: 0;


	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;


	-webkit-transition: opacity .25s ease .1s;
	-moz-transition: opacity .25s ease .1s;
	-o-transition: opacity .25s ease .1s;
	-ms-transition: opacity .25s ease .1s;
	transition: opacity .25s ease .1s;
}
.NAVSORT_menu li:hover > ul {
	opacity: 1;
}
.NAVSORT_menu ul li {
	height: 0;
	overflow: hidden;



	-webkit-transition: height .25s ease .1s;
	-moz-transition: height .25s ease .1s;
	-o-transition: height .25s ease .1s;
	-ms-transition: height .25s ease .1s;
	transition: height .25s ease .1s;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.NAVSORT_menu li:hover > ul li {
	height: 35px;
	padding: 0;
	width: 150px;
}
.NAVSORT_menu ul li a {
	margin: 0;
	border: none;
	border-bottom: 1px solid #353539;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	background-color: #174276;
}


.NAVSORT_menu ul li a:hover {


}

a.NAVSORT_subMenuFont:link {
	font-family: Arial;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}
a.NAVSORT_subMenuFont:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial;
	font-size: 13px;
}
a.NAVSORT_subMenuFont:hover {
	color: #9933CC;
	text-decoration: underline;
	font-family: Arial;
}
