#menu{
	position: relative;
	width: 100%;
	font-family: verdana;
	font-weight: bold;
	font-size: 9px;
	height: 25px; 
	z-index: 100;
	// height: 42px;
	height: 30px;
	// background: url('/menu/menu-bg.png');
    //background: url("/menu/jq-global-nav.png") repeat-x scroll 0 bottom #1b1b1b;
	background: url("/menu/menu-bg-default.png") repeat-x center bottom #1e1e1e;
	//background-position: 5px;
	margin: 0;
	color: #fff;
	border-bottom: 1px solid #3a3a3a;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}
#menu div {
	display:	inline;
}

ul.topnav {
	margin: auto;
	width: 1000px;
}

ul.topnav ul {
	list-style: none;
	padding:0; margin:0 // Remove ident from list items
}

ul.topnav li {
	list-style: none;
	position: relative;
	height: 30px;
	min-width: 150px;
	float: left;
	margin: 0;	
	text-align: center;
	line-height: 25px;
    // border-left: 1px solid rgba(255, 255, 255, 0.098);
    // border-right: 1px solid rgba(0, 0, 0, 0.35);
	border-left: 1px solid #4a4a4a;
    border-right: 1px solid #333333;
	text-shadow: 0 0 2px #000;
	font-style: normal;
    font-weight: bold;
	color: #e6e6e6;
}

ul.topnav li a{
	color: #e6e6e6;
	position: relative;	
	height: 30px;
	min-width: 150px;
	display: block;
	text-decoration: none;
	float: left;
}

ul.topnav li a:hover{

}


ul.topnav li span { 
	float: left;	
}

ul.topnav li:hover span {
	//background-color: #FF0000;
    background: url("/menu/menu-bg-selected.png") repeat-x center bottom #1e1e1e;
} 

ul.topnav li ul.subnav {
	list-style: none;
	position: absolute;
	left: -1px;
	display: none;
	float: left;
	background-color: #222222;
	border-left: 1px solid #4a4a4a;
	border-right: 1px solid #4a4a4a;
	border-bottom: 1px solid #4a4a4a;
	//top: 42px;
	top: 30px;
}

ul.topnav li ul.subnav.dropdown {
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	padding-bottom: 10px;
	width: 151px;
	box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}
ul.topnav li ul.subnav.panel {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
    border: 1px solid #4a4a4a;
	position: absolute;
	width: 940px;
	height: 205px;
    padding: 15px 15px 5px 20px;
	-webkit-box-shadow: 0px 3px 4px 3px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 3px 4px 3px rgba(0,0,0,0.75);
	box-shadow: 0px 3px 4px 3px rgba(0,0,0,0.75);
    box-shadow: 0 0 9px 2px rgba(0, 0, 0, 0.6);
	background: url('/menu/panel-bg.png');
	background-color: #272727;

}

ul.topnav .arrow {
    background-image: url("/menu/nav-arrow.png");
    background-repeat: no-repeat;
    height: 6px;
    position: absolute;
    top: -5px;
	left: 170px;
    width: 12px;
    z-index: 150;
}



ul.topnav li ul.subnav li {
	height: 15px;
	text-align: left; 	/* Override topnav li center align */
	padding-top: 5px;	
	border-left:0px;
	border-right:0px;
	padding-left: 10px;
	line-height: 20px;	/* Override topnav li line-height: 45px */
	height: 20px;
}

ul.topnav li ul:hover span {
	background-color: transparent;
} 

html ul.topnav li ul.subnav li a {
	line-height: 20px;	/* Override topnav li line-height: 45px */
	color: #e6e6e6;
	position: relative;	
	height: 30px;
	min-width: 150px;
	display: inline;
	text-decoration: none;
	float: none;
}

html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	
}
.dropdown i.fa {
	color: #1ba6fb;
}
.panel i.fa {
	color: #1ba6fb;
}
.subnav .column img{
	border: 1px solid #c0c0c0;
	box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.75);
}