#navtabs {
	height: auto;
}
#menu ul {
	list-style: none !important;
}
#menu {
	list-style: none !important;
	width: 100% !important;
	color: #333;
	margin: auto;
	width: 100%;
	position: relative !important;
	padding: 0px 10px;
	vertical-align: center;
}

#menu li a {
	display: block;
	outline: 0;
	height: 100%;
	width: 100%;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 10px;
	text-transform: uppercase;
	font-size: 80%;
	letter-spacing: 2px;
	position: relative;
}

#menu li {
	position: relative;
	
}

#menu>li {
	float: left;
	border-bottom: 4px #aaa solid;
	margin-right: 1px;
}

#menu>li>a {
	margin-bottom: 0px;

}



#menu>li:last-child {
	margin-right: 0;
}

#menu li li a {
	margin-top: 0px;
}

#menu ul {
	position: absolute;
	white-space: nowrap;
	z-index: 999;
	left: -99999em;


}

#menu li a:first-child:nth-last-child(2):before {
	content: "";
	position: absolute;
	height: 0;
	width: 0;
	border: 5px solid transparent;
	top: 50%;
	right: 5px;
}

#menu>li:hover>ul {
	left: auto;
	margin-top: 0px;
	min-width: 100%;
}

#menu>li li:hover>ul {
	left: 100%;
	margin-left: 0px;
	top: -1px;
}
/* arrow hover styling */



.dropdown_1column, .dropdown_2columns, .dropdown_3columns,
	.dropdown_4columns, .dropdown_5columns {
	float: left;
	left: -999em; /* Hides the drop down */
	text-align: left;
	padding: 10px 5px 10px 5px;
	border: 1px solid #777777;
	border-top: none;
	z-index: 90;
}

.dropdown_1column {
	width: 140px;
}

.dropdown_2columns {
	width: 280px;
}

.dropdown_3columns {
	width: 420px;
}

.dropdown_4columns {
	width: 560px;
}

.dropdown_5columns {
	width: 100%;
}

.col_1, .col_2, .col_3, .col_4, .col_5 {
	display: inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
	z-index: 90;
}

.col_1 {
	width: 130px;
}

.col_2 {
	width: 270px;
}

.col_2 a {
	color: #fff;
}

.col_2 a:hover {
	color: #fff
}

.col_3 {
	width: 410px;
}

.col_4 {
	width: 550px;
}

.col_5 {
	width: 690px;
}

.strong {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.imgshadow { /* Better style on light background */
	background: #FFFFFF;
	padding: 4px;
	border: 1px solid #777777;
	margin-top: 5px;
	-moz-box-shadow: 0px 0px 5px #666666;
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}

.img_left { /* Image sticks to the left */
	width: auto;
	float: left;
	margin: 5px 15px 5px 5px;
}

/***********/
.box {
	position: relative;
}

.ribbon_ {
	position: absolute;
	left: -3px;
	top: -3px;
	z-index: 1;
	overflow: hidden;
	width: 100px;
	height: 90px;
	text-align: right;
}

.ribbon_ span {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	transform: rotate(-45deg);
	width: 100px;
	display: block;
	box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
	position: absolute;
	top: 30%;
	left: -10%;
}

.ribbon_ span::before {
	content: "";
	position: absolute;
	left: 0px;
	top: 100%;
	z-index: -1;
	border-right: 0px solid transparent;
	border-bottom: 0px solid transparent;
}

.ribbon_ span::after {
	content: "";
	position: absolute;
	right: 0px;
	top: 100%;
	z-index: -1;
	border-left: 0px solid transparent;
	border-bottom: 0px solid transparent;
}

/*----Red---*/
.rib_red {
	background: #79A70A;
	background: linear-gradient(#F70505 0%, #8F0808 100%);
}

.rib_red::before {
	border-left: 0px solid #8F0808;
	border-top: 0px solid #8F0808;
}

.rib_red::after {
	border-right: 0px solid #8F0808;
	border-top: 0px solid #8F0808;
}

/*----Pink---*/
.rib_pink {
	background: #FF00D0;
	background: linear-gradient(#FF00D0 0%, #FF00FB 100%);
}

.rib_pink::before {
	border-left: 0px solid #FF00FB;
	border-top: 0px solid #FF00FB;
}

.rib_pink::after {
	border-right: 0px solid #FF00FB;
	border-top: 0px solid #FF00FB;
}

/*----Blue---*/
.rib_blue {
	background: #00f;
	background: linear-gradient(#00f 0%, #00D0FF 100%);
}

.rib_blue::before {
	border-left: 0px solid #00D0FF;
	border-top: 0px solid #00D0FF;
}

.rib_blue::after {
	border-right: 0px solid #00D0FF;
	border-top: 0px solid #00D0FF;
}

/*----Orange---*/
.rib_orange {
	background: #FF8400;
	background: linear-gradient(#FF8400 0%, #FFC400 100%);
}

.rib_orange::before {
	border-left: 0px solid #FFC400;
	border-top: 0px solid #FFC400;
}

.rib_orange::after {
	border-right: 0px solid #FFC400;
	border-top: 0px solid #FFC400;
}