/* main link style */
a.main-link, a.main-link:link {
	text-decoration: none;
	color:  #000;
	outline: none;
}
	
a.main-link:visited {
	color:  #000;
}

a.main-link:hover {
	color: #0066DE;
}

a.main-link:active {
	color:  #000;
}


.current a.main-link, .current a.main-link:link {
	text-decoration: none;
	color:  #0066DE;
	outline: none;
}
	
.current a.main-link:visited {
	color:  #0066DE;
}

.current a.main-link:hover {
	color: #000;
}

.current a.main-link:active {
	color:  #0066DE;
}


#menu {
	height: 74px; /* remove 5px from menu height */
	border-bottom: 1px dotted #0066DE;
	
	border-left: 1px solid #0066DE;
	border-right: 1px solid #0066DE;
}

.feathercraft-menu {
	float:left;
	padding-top: 55px;
	width:700px;
	/*height: 100px;
	width: 242px;
	padding-left: 165px;
	margin-top: 36px;
	border: 1px solid #ccc;*/
	
	position: relative;
}

.submenu, .sub-menu {
	position: absolute;
	/*border-top: 1px solid #333;*/
	top: 20px;
	left: 0;
	padding: 0;
	display: none;
	z-index: 998;
	width: 130px;
	
	padding: 0 10px 6px;
	
	border: 1px dotted #0066DE;
	background-color: #fff;
	border-top: 0;
	
	/*width: 100%;
	border-bottom: 1px dotted #0066DE;
	background-color: #ccc;*/
}

.add-border { border-bottom: 1px dotted #0066DE; }

.termenu, .sub-menu .sub-menu {
	position: absolute;
	/*border-top: 1px solid #333;
	top: 40px;*/
	left: 150px;
	padding: 0;
	display: none;
	z-index: 997;
	width: 150px;
	
	padding: 0 10px 6px;
	margin-top: -24px;
	
	border: 1px dotted #0066DE;
	background-color: #fff;
	
	/*border: 1px dotted #0066DE;
	
	background-color: #ccc;*/
}

/*.feathercraft-menu li {
	float: left;
}*/

.menuItem {
	padding-right: 15px;
	float: left;
	position: relative;
	/*height: 35px;*/
}

.feathercraft-menu li:first-child a {
	border-left: 0;
}

.submenu li, .sub-menu li {
	overflow: hidden;
	display: block;
	padding-top: 5px;
}

.submenu li li, .sub-menu li li {
	padding: 0;
	padding-top: 5px;
}


.feathercraft-menu li a {
	font-size: 0.90em;
	font-family: "HelveticaNeue", Helvetica, sans-serif;
	font-weight: 700;
	
	display: block;
	text-transform: uppercase;
}


.feathercraft-menu li li a {
	font-size: 0.75em;
	font-weight: 400;
	/*display: inline;*/
	text-transform: none;
	color: #333;
	
	font-family: Helvetica, sans-serif;
	
	/*padding: 2px 5px;
	
	border-bottom: 1px dotted #0066DE;*/
}

.feathercraft-menu li li a.active, .feathercraft-menu li li.current-menu-item a {
	font-weight: 700;
	color: #0066DE;
}


/*.feathercraft-menu li li:last-child a { border-bottom: 0; }*/

.feathercraft-menu li li a:hover { color: #0066DE; text-decoration: none; }



/* collection-product menus */

.collection-menu {
	display: table;
	border-bottom: 1px dotted #0066DE;
	overflow: hidden;
}


#collection-menu, #product-menu {
	display: table;
	border-bottom: 1px dotted #0066DE;
	overflow: hidden;
}

#product-menu {
	border-bottom: 0;
}

#collection-menu li, .collection-menu li {
	float: left;
}

#product-menu li {
	float: left;
}
