@charset "utf-8";
/* CSS for Top Menu (responsive) */


.clearfix:after { /* This is a slimmed down clearfix */
  content: "";
  display: table;
  clear: both;
}
menu {
	float:right;margin: 0; 
	padding: 0; 
	font-weight:bold;	
	font-size:.8em;
	text-transform:uppercase;
}

#top-nav {
	height:30px; 
	position:relative; 
	margin: 0px auto; 
}

/*Strip the ul of padding and list styling*/
ul#menu, ul.hidden {
	list-style-type:none;
	margin:0 auto;
	padding:0;
	z-index:10;
}
 ul.hidden {
	position: absolute;
	top:36px;	 
 }
 
/*Create a horizontal list with spacing*/
# menu {width:100%;}
#menu li {
	display:inline-block;
	float: left;
	margin-right: 1px;
	min-width:60px;
}

/*Style for menu links*/
 #menu li a {
	display:inline-block;
	min-width:auto;
	line-height: 39px;
	text-align: center;
	xcolor: #000;
	text-decoration: none;
	white-space:nowrap;	
	padding: 0 20px;

}

/*Hover state for top level links*/
#menu  li:hover a {
	display:block;
}



/*Style for dropdown links*/
ul#menu li:hover ul a {
	text-align:left;
	width: 140px; 
	padding-left: 30px;
	padding-top: 0;
	background:url(images/70blk.png) repeat;
}

/*Hover state for dropdown links*/
#top-nav  ul li:hover ul a:hover,
#top-nav  ul li a:hover {
	color: #4cc;
}

/*Hide dropdown links until they are needed*/
#menu li ul {
	display: none;
}

/*Make dropdown links vertical*/
#menu li ul li {
	display: block;
	float: none;
}

/*Prevent text wrapping*/
#menu li ul li a {
	width: 140px;
	min-width:100px;
	padding:0 52px 0 6%;
	display:block;
}

/*Display the dropdown on hover*/
#top-nav ul li a:hover + .hidden,
#top-nav .hidden:hover {
	display: block;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
	text-decoration: none;
	text-align: center;
	margin-bottom: 1px;
	xxpadding: 10px 0;
	display: none;
}
menu label {
	xwidth:40px;
	float:right;
	xxbackground:#cc0;
	padding: 5px 10px;}


/*Hide checkbox*/
#top-nav input[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
#top-nav input[type=checkbox]:checked ~ #menu{
    display: block;
}
.nowrap {white-space:nowrap;}
.expand-chevron {
	width:20px;
	height:19px;
	display:inline-block;
	background: url(images/Down-Arrow.png) no-repeat scroll 2px 8px;
}


.chevron::before {
	border-style: solid;
	border-width: 2px 2px 0 0;
	content: '';
	display: inline-block;
	height: 6px;
	width: 6px;
	left: 3px;
	position: relative;
	top: 1em;
	-moz-transform: rotate(-45deg);
	vertical-align:middle;
	color:#999;
}

.chevron.right:before {
	left: 0;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.chevron.bottom:before {
	top: -4px;
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}

.chevron.left:before {
	left: 0.25em;
	-moz-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}

/*Responsive Styles*/

@media screen and (max-width : 480px){

	menu {margin-top: -5px;
		position: absolute;
		width: 100%;
		margin-left: -18px;
		text-align:center;
}

	/*Make dropdown links appear inline*/
	#top-nav ul,
	#top-nav ul li ul {
		xposition: static;
		display: none;
		width:101%!important;
		z-index:200;
	}

 ul.hidden {
	position: static; 
	 
 }


/*Create vertical spacing*/
	#top-nav li {
	}
	
	/*Make all menu links full width*/
		#top-nav li:hover ul a, #top-nav ul li, li a {
		width: 100%;background:#333;
		padding:0;
	}

	/*Display 'show menu' link*/
	#top-nav .show-menu {
		display:block;
	}
	.show-menu img.menu-icon {
		height: 30px; 
		float:right; 
		cursor:pointer;
		}
	
	#menu li {float:none;}
	#menu li a { padding:0; line-height: 36px;}
 	#menu li:last-child a {margin-left: 5px;}

	#menu li:hover ul li a   {
		text-align:center!important;		
		width: 100%!important;
		xxbackground:#B0D0C0;
		padding:0;
}	
#top-nav {
	 width:100%;
	 margin-left:0;
	 color:#fff;
	 xxbackground:#F33;
	 }
ul.hidden {margin: 0px 0 0px 0;}	 

	label.show-menu {
		position: relative;
		z-index: 301;
	}
 
}















