/*custom CSS for page drop down*/

.top-nav-bar .nav-container .link-scroll .navbar-nav 
{
	overflow: visible;
}

.top-nav-bar .nav-container .link-scroll .navbar-nav ul.pageContentList
{
	position:absolute;
	z-index:1051;
	clear:both;
	list-style:none;
	width: auto;
	white-space: normal;
}

.top-nav-bar .nav-container .link-scroll .navbar-nav ul.pageContentList li
{
	margin: 0px;
	padding: 0px;
	text-align: left;
}

.top-nav-bar .nav-container .link-scroll .navbar-nav ul.pageContentList li a:hover {
    color: #FFF;
	background: #265B8C;
    text-decoration: none;
}

.top-nav-bar .nav-container .link-scroll .navbar-nav ul.pageContentList li a {
    padding: 5px;
    border-radius: 0;
    color: #fff;
	width: 100%;
	display: block;
}

.top-nav-bar .more-links-div ul.pageContentList li {
	display: none !important;
}

ul.pageContentList li
{
	float:left;
	display: flex;
	clear:both;
	width:350px;
	border-bottom:1px solid #ccc;
	filter: alpha(opacity=95);
	-moz-opacity:0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
	background-color: #333;
	nowrap:false;
	/*background:#494949;*/
}

.pageContentList ul li.selected, .pageContentList ul li:hover
{
	color: #FFF;
	background-color: #265B8C;
	filter: alpha(opacity=100);
	border-bottom:1px solid #ccc;
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}

.subPageList {
	position: absolute;
}

.top-nav-bar .nav-container .link-scroll .navbar-nav ul.pageContentList ul.subPageList li
{
	width: 350px;
	display: block;
	clear:both;
	border: none;
	background-color: #333;
	nowrap:false;
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}

.top-nav-bar .nav-container .link-scroll .navbar-nav ul.pageContentList ul.subPageList li a:hover {
    background: #fff;
    color: #333;
    text-decoration: none;
	border: none;
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}

.top-nav-bar .nav-container .link-scroll .navbar-nav ul.pageContentList ul.subPageList li a {
    padding: 5px;
    border-radius: 0;
    color: #fff;
	width: 100%;
	display: block;
}

.pageContentList .glyphicon {
	line-height: 1.2;
}

/*custom CSS for page drop down*/