.fixed {
	position:fixed;
}

.chromestyle{
	font-size: 13px;
	width: 100%!important; /* 1024px */
	margin: -42px auto;
	position:absolute;
	background-color: #E5E2D1;
	height: 40px;
	z-index: 1000;
	color:black;
	//top:inherit;
	border-left:none;
	border:right:none;
	
	box-shadow: 0px 2px 2px #555, 0px -2px 2px #555;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	width: 100%;
	max-width:1024px;
	margin: 0 auto;
	text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	color: black;
	padding: 6px 40px;
	margin: 0 -4px 0 0;
	text-decoration: none;
	border-right: 1px solid #FFF;
}

.chromestyle ul li a.lastlink {
	border-right: none;
}

.chromestyle ul li a:hover{
	/*background-color: #E0E0E0;*/
}

li#hightlightOffers {font-weight: bold;font-size: 14px;}

ul.dropdown								{ font-size: 13px;
	width: 100%!important; /* 1024px */
	margin: -42px auto;
	position:absolute;
	background-color: #E5E2D1;
	height: 40px;
	z-index: 1000;
	color:black;
	text-decoration:none;
}

ul.dropdown	a:hover{
    color:#9B4A02;
}

/* 
	LEVEL ONE
*/
ul.dropdown                         {/* more to left */ margin-left:-50px!important;
font-size: 13px;
	width: 1024px!important;
	margin: 0px auto;
	position:absolute;
	height: 40px;
	z-index: 50;
	list-style: none;}
ul.dropdown li                      { font-size: 13px; padding-top: 5px; float: left; text-align:center; zoom: 1; padding-left:20px; }
ul.dropdown a:hover		            { }

ul.dropdown li a                    { display: block; padding: 4px 6px; border-right: 1px solid #333; padding-right:20px;
	 								  color: #053E2E; text-decoration:none; }
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { position: relative; text-decoration:none;z }
ul.dropdown li.hover a              {text-decoration:none;}


/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ width: 220px; color: #053E2E; visibility: hidden; position: absolute; top: 100%; left: 0; list-style: none; }
ul.dropdown ul li 					{ font-weight: normal; background: #E5E2D1; color: #053E2E; 
									  border-bottom: 1px solid #ccc; border-top: 1px solid #ccc; float: none; text-align:left; list-style: none; padding-top:8px; padding-bottom:8px;}
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; width: 100%; display: inline-block; text-decoration:none; padding-top:8px; padding-bottom:8px;} 
/* BACKGROUND NOT CHANGING ON HOVER */
ul.dropdown ul li.hover a              {  background: #E0E0E0; text-decoration:none;}
ul.dropdown ul li.hover  			{ background: #E0E0E0;text-decoration:none; }

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; list-style: none;  margin: 0; padding: 0;}
ul.dropdown li:hover > ul 			{ visibility: visible; }

@media only screen and (max-width : 840px) {
	
	.chromestyle{
		width:1024px!important;
	}
	
	#topnav { 
		display: none;
	}

	.selectnav { 
		display: block;
		width: 100%;
		height: 35px;
		line-height: 1.5em;
		padding: 8px;
		margin-left:auto;
		margin-right:auto;
	}
	

	
}

/***********************/
/* Ajax Loader styles */
.ajax_loader {background: url("/assets/cms/images/ajax-loader.gif") no-repeat center center transparent;width:100%;height:100%;}
