/* Menu box
===================*/
.menu_1 {
background-color:#f8996f;
}

.menu_2 {
background-color:#f9af8e;
}

.menu_3 {
background-color:#f67a43;
}

.menu_4 {
background-color:#f4611f;
}

.menu_5 {
background-color:#a43707;
}

.menu_6 {
background-color:#913106;
}

.sm-malemort {
font-family:Arial, Helvetica, sans-serif;
font-size:0.9em;
text-transform:uppercase;
position:absolute;
top:130px;
width:100%;
text-align:center;
margin-right:36px;
}

.sm-malemort ul {
background-color:#FB4;
/*border-top:1px solid #e2a63c;*/
}

.sm-malemort li {
/*7
width:14.285714285714%;*/
width:16.666666666666%;
}

/* no carets for vertical main */
.sm-malemort-vertical > li > ul:before, .sm-malemort-vertical > li > ul:after {
display:none;
}

/* Menu items
===================*/
.sm-malemort li li {
width:100%;
}

.sm-malemort a {
padding:5px;
padding-left:10px;
padding-right:10px;
text-decoration:none;
text-shadow: 0px 1px 0px #FB6;
}

.sm-malemort li a {
color:#FFF;
}

.sm-malemort li li a {
color:#191919;
}

.sm-malemort a:hover, .sm-malemort a:focus, .sm-malemort a:active,
.sm-malemort a.highlighted {
background-color:#FB4;
}

.sm-malemort-vertical a,
.sm-malemort ul a {
border-bottom:1px solid #e2a63c;
border-top:1px solid #fec96d;
}

.sm-malemort ul a:hover, .sm-malemort ul a:focus, .sm-malemort ul a:active,
.sm-malemort ul a.highlighted {
background-color:#fec96d;
}

.sm-malemort a.current, .sm-malemort a.current:hover, .sm-malemort a.current:focus, .sm-malemort a.current:active {
color:#FFF;
}

.sm-malemort span.sub-arrow {
display:none !important;
}

/*
---------------------------------------------------------------
  Responsiveness
  These will make the sub menus collapsible when the screen width is too small.
---------------------------------------------------------------*/
@media screen and (max-width: 720px) {

	.sm-malemort a {
	/*border-bottom:1px solid #e2a63c;*/
	/*border-top:1px solid #fec96d;*/
	border-bottom:1px solid #e2a63c;
	}

	.sm-malemort li {
	width:100%;
	}

	.sm-malemort {
	font-size:1em;
	top:0px;
	position:relative;
	}

	/* The following will make the sub menus collapsible for small screen devices (it's not recommended editing these) */
	ul.sm-malemort{width:100% !important;}
	ul.sm-malemort ul{display:none;position:static !important;top:auto !important;left:auto !important;margin-left:0 !important;margin-top:0 !important;width:auto !important;min-width:0 !important;max-width:none !important;}
	ul.sm-malemort>li{float:none;}
	ul.sm-malemort>li>a,ul.sm-malemort ul.sm-nowrap>li>a{white-space:normal;}
	ul.sm-malemort iframe{display:none;}


	/* Menu items
	===================*/
	.sm-malemort a {
	padding:13px 0px 13px 0px !important;
	/*background:transparent !important;*/
	}

	/* Items separators
	===================*/
	.sm-malemort ul a {
	border-bottom:1px solid #e2a63c;;
	border-top:1px solid #fec96d;
	}

	.sm-malemort > li:first-child {
	border-top:0;
	}

}