.no_menu{
	
	border-top:1px solid transparent !important;
	border-left:1px solid transparent !important;
	border-right:1px solid transparent !important;
	position:relative !important;
	z-index:1 !important;
	
}
.no_menu a:hover{
	background-color:#383838 !important;
	background: #383838 url('/assets/images/menu_cut_tl.jpg') top left no-repeat !important;
}


.chromestyle{
	
	font-weight: normal;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	/*border: 1px solid #BBB;*/
	width: 100%;
	
	padding:0;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;

}

.chromestyle ul li a{
	color: #363636;
	padding: 17px 15px 18px 15px;
	text-decoration: none;
	font-family:"Arial";
	font-size:14px;
	position:relative;
	z-index:-1;
/* define font size and family here */
	top:16px;
}


.chromestyle ul li a:visited,.chromestyle ul li a:link{
	color:#ffffff;
	position:relative;
	z-index:100;
}

/*this is the top tab*/
.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	background: #383838 url('/assets/images/menu_cut_tl.jpg') top left no-repeat;
	color:#ccc;
	background-color:#383838;
	position:relative;
	z-index:200;
	margin-bottom:11px;
	direction:ltr;
}
.chromestyle  ul li.no_menu a:hover, .chromestyle  ul li.no_menu a.selected{
	background-color:#1b1b1b;
	background-image: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{

	position:absolute;
	top:0;
	font:normal 12px Arial, Helvetica, sans-serif;
	line-height:18px;
	z-index:7 !important;
	background-color: white;
	width: 170px;
	background-color:#383838;
	visibility: hidden;
	margin-top:1px;

}


.dropmenudiv a{
	width: auto;
	display: block;
	/*border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding:  5px 0;
	text-decoration: none;
	color: #ccc; /* Drop down color */
	margin-left:10px;
	margin-right:10px;
	
}
.dropmenudiv a.first{
}
.dropmenudiv a.middle,.dropmenudiv a.last{
	border-top:1px solid #6a6a6a;
}
	


* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color:#edf1a4;
}
.nav_pad{
	
}