.wrapper_menu {
	width: 780px;
	margin:0 auto;
	display:block;
	position: relative;
	z-index:9999;
}
.wrapper_menu .menu {
	list-style:none;
	width:762px;
	margin:0 auto;
	height:36px;
	padding:0 9px 0 9px;
}
.wrapper_menu_full {
	margin:0;
	position: relative;
	z-index:9999;
}
.wrapper_menu_full .menu {
	width:100%;
	padding:0;
	height:36px;
}
.wrapper_menu_full .menu_whole_width {
	list-style:none;
	width:762px;
	margin:0 auto;
	height:36px;
	padding:0;
}
.menu li {
	float:left;
	text-align:center;
	position:relative;
	margin-right:0;
	/*	margin-top:7px;*/
	border:none;
}
.parent {
	line-height:36px
}
.menu .fullwidth {
	position: static !important;
}
.menu li:hover {
/*border-bottom:none;
	margin-right:19px;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;*/
}
.menu li.nodrop:hover {
/*
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
}
.menu li.nodrop:hover a {
	padding-left: 10px;
	padding-right: 10px;
}


.menu li a {
	color: #000;
	outline:0;
	/*padding: 5px 10px 3px 10px;*/
	text-decoration:none;
	display:block;
	padding-left:6px;
}
.menu li:hover a {
	position:relative;
	z-index:11;/* padding:4px 9px 4px 9px;*/
}
.menu li:hover div a {
	display:inline;
}
.menu li .drop, .menu li:hover .drop {
	padding-right:31px;
}
/* Right aligned menu item */

.menu li.right {
	float:right;
	right:0;
	margin-right:0;
}
.menu li.right:hover {
	margin-right:-1px;
}
/*  _______________________________________

	02 DROP DOWN MENU
    _______________________________________  */



/* Left & right aligned common styles */

.menu .dropdown_1column, .menu .dropdown_2columns, .menu .dropdown_3columns, .menu .dropdown_4columns, .menu .dropdown_5columns, .menu .dropdown_fullwidth {
	margin:0 auto;
	left:-999em;
	position:absolute;
	text-align:left;/*-webkit-border-radius: 0 5px 5px 5px;
	-moz-border-radius: 0 5px 5px 5px;
	border-radius: 0 5px 5px 5px;*/
	padding:18px 9px 18px 9px;
	-moz-box-shadow: 0 5px 5px #333;
	-webkit-box-shadow: 0 5px 5px #333;
	box-shadow: 0 5px 5px #333;
	
filter:progid:DXImageTransform.Microsoft.Shadow(color='#333333',direction='120',strength='2');}
/* Drop Downs Sizes */

.menu .dropdown_1column {
	width: 112px;
}
.menu .dropdown_2columns {
	width: 242px;
}
.menu .dropdown_3columns {
	width: 372px;
}
.menu .dropdown_4columns {
	width: 502px;
}
.menu .dropdown_5columns {
	width: 632px;
}
.menu .dropdown_fullwidth {
	width: 762px;/*-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;*/
}
.menu li .first_fullwidth {
/*-webkit-border-radius: 0 5px 5px 5px;
	-moz-border-radius: 0 5px 5px 5px;
	border-radius: 0 5px 5px 5px;*/
}
/* Showing Drop Down on Mouse Hover - Left aligned */

.menu li .dropdown_1column, 
.menu li .dropdown_2columns, 
.menu li .dropdown_3columns,
.menu li .dropdown_4columns,
.menu li .dropdown_5columns {
	display: none;
        left:0;
	top:36px;
}
.menu li .dropdown_fullwidth {
	left:0;
	top:33px;
	/*display: block;*/
}
.wrapper_menu_full .menu li .dropdown_fullwidth {
	left:50%;
	margin-left:-470px;
	top:32px;
	display: block;
}
/* Showing Drop Down on Mouse Hover - Right aligned */

.menu li .align_right {
/*-webkit-border-radius: 5px 0 5px 5px;
	-moz-border-radius: 5px 0 5px 5px;
	border-radius: 5px 0 5px 5px;*/
}
.menu li:hover .align_right {
	left:auto;
	right:0;
	/*right:-1px;*/
	top:36px;
}
.menu li.right:hover .dropdown_fullwidth {
	right:18px;
	top:33px;
}
.wrapper_menu_full .menu li.right .dropdown_fullwidth {
	left:auto;
	right:50%;
	margin-right:-471px;
	top:32px;
}
/* Columns Sizes */

.menu .col_1, .menu .col_2, .menu .col_3, .menu .col_4, .menu .col_5, .menu .col_6 {
	float: left;
	margin-left: 18px;
}
.menu .col_1 {
	width:112px;
}
.menu .col_2 {
	width:242px;
}
.menu .col_3 {
	width:372px;
}
.menu .col_4 {
	width:502px;
}
.menu .col_5 {
	width:632px;
}
.menu .col_6 {
	width:762px;
}
/* IMPORTANT */

/* Use the firstcolumn class for the items that stick to the left edge of the dropdown */
.menu .firstcolumn {
	margin-left: 0; /* Clearing margin & left */
	clear: left;
}
/*  _______________________________________

	03 CONTENT STYLING
    _______________________________________  */

/*

.menu p, .menu ul, .menu li, .menu h2, .menu h3 {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:21px;
	text-align:left;
}
.menu p {
	font-size:12px;
	line-height:18px;
	margin:0;
	margin-bottom:10px;
	text-shadow:1px 1px #000000;
}
.menu .strong {
	font-weight:bold;
}
.menu .italic {
	font-style:italic;
}
.menu h2, .menu h3 {
	text-shadow:1px 1px #000000;
	margin-top:7px;
}
.menu h2 {
	font-weight:400;
	font-size:21px;
	margin-bottom:18px;
	padding-bottom:11px;
}
.menu h3 {
	font-weight:600;
	font-size:14px;
	margin-bottom:14px;
	padding-bottom:7px;
}
.menu li:hover div a {
	text-decoration:none;
	text-shadow:none;
	border:none;
	padding:0;
}
.menu .pusher { 
	margin-top:18px;
}

*/
/* Icon paragraphs */

.menu .help, .menu .favorite, .menu .mail, .menu .print {
	padding-left:36px;
	margin-bottom:18px;
}
.menu .help {
	background:url("../images/menu/help.png") no-repeat 0 2px;
}
.menu .favorite {
	background:url("../images/menu/favorite.png") no-repeat 0 2px;
}
.menu .mail {
	background:url("../images/menu/mail.png") no-repeat 0 2px;
}
.menu .print {
	background:url("../images/menu/print.png") no-repeat 0 2px;
}
/* Images styles */

.menu .imgshadow_dark, .menu .imgshadow_light {
	padding:4px;
	margin-top:5px;
}
.menu .img_left { /* Image sticks to the left */
	width:auto;
	float:left;
	margin:2px 15px 5px 0;
}
.menu .img_right { /* Image sticks to the right */
	width:auto;
	float:right;
	margin:2px 0 5px 15px;
}
/* Box styles */

.menu li .black_box, .menu li .dark_grey_box {
	color: #222;
	padding:4px 6px 4px 6px;/*-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
}
/* Standard lists styles */

.menu li ul {
	list-style:none;
	padding:0;
	margin:0 0 12px 0;
}
.menu li ul li {
	position:relative;
	padding:0;
	margin:0;
	float:left;
	text-align:left;
	width:145px;
}
.menu li ul li a {
	padding:0;
}
.menu li ul li:hover {
	background:none;
	border:none;
	padding:0;
	margin:0;
}
/* Greybox lists styles */

.menu li .greybox li {
	margin:0 0 4px 0;
	padding:4px 6px 4px 6px;
	width:131px;/*	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
}
.menu li .greybox li:hover {
	padding:4px 6px 4px 6px;
	margin:0 0 4px 0;
}
/* Other lists styles */

.menu li .plus li {
	margin:0 0 4px 0;
	padding:0 0 0 21px;
	width:109px;
}
.menu li .plus li:hover {
	padding:0 0 0 21px;
	margin:0 0 4px 0;
}
/* Social Icons */

.menu li ul.social {
	list-style:none;
	margin:0;
	padding:0;
}
.menu li ul.social li {
	padding-top:5px;
	margin:0 12px 12px 0;
	float:left;
	position:relative;
	display:inline;
	width:32px;
}
.menu li ul.social li img {
	border:none;
}
.menu li ul.social li:hover {
	padding-top:5px;
	margin:-1px 12px 12px 0;
}
.menu li ul.social li span {
	display:none;
}
/* 2-Levels Drop Down */

.menu .levels, .menu .levels ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.menu li:hover .levels a {
	display:block;
}
.menu .levels a {
	display: block;
	width: 10em;
}
.menu .levels li {
	float: left;
	width:150px;
}
.menu .levels li ul {
	position: absolute;
	top:-23px;
	margin:15px 0 0 4px;
	padding:6px;/*	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	left: -999em;*/
}
.menu .levels li:hover ul ul, .menu .levels li:hover ul ul ul {
	left: -999em;
}
.menu .levels li:hover ul, .menu .levels li li:hover ul, .menu .levels li li li:hover ul {
	left: 142px;
}
/*  _______________________________________

	04 CONTACT FORM
    _______________________________________  */



.contact_form label, legend {
}
.contact_form legend {
	margin-bottom:10px;
}
.contact_form {
	display: block;
	margin-bottom:10px;
}
.contact_form label {
	display: inline-block;
	float: left;
	height: 36px;
	line-height: 36px;
	width:80px;
	font-size:12px;
}
.contact_form input, textarea, select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:200px;
	padding: 5px;
	margin: 7px 0;/*	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;*/
}
.contact_form textarea {
	resize:none;
}
.contact_form .required {
	color:#C00;
}
.contact_form .form_buttons {
	margin:4px 0 0 80px;
}
.contact_form input.button {
	width: 80px;
	margin-right:10px;
	cursor: pointer;
	padding: 4px 7px 4px 7px;
}
.contact_form .special {
	display:none;
}
.contact_form .error, .contact_form .sent {
	font-size:11px;
	padding:2px 5px 2px 5px;/*	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius: 3px;*/
}
.contact_form .error {
	background:#FBE5E2;
	border:#F2A197 solid 1px;
	color:#992213;
}
.contact_form .sent {
	background:#E1F8CB;
	border:#C6D880 solid 1px;
	color:#37620d;
}
/*  _______________________________________

	05 LIGHT THEME
    _______________________________________  */



.menu_light ul li:hover, .menu_light ul li.nodrop:hover {
	background:#fff;/*	border:1px solid #444444;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#cccccc));
	background: -webkit-linear-gradient(top, #efefef, #cccccc);
	background: -moz-linear-gradient(top, #efefef, #cccccc);
	background: -o-linear-gradient(top, #efefef, #cccccc);
	background: -ms-linear-gradient(top, #efefef, #cccccc);
	background: linear-gradient(top, #efefef, #cccccc);*/

}
.menu_light ul li:hover a {
	color:#161616;/*border-bottom:1px solid #cccccc;*/
}
.menu_light ul li .drop, .menu_light .menu li.noactive .drop {
	background:url("../images/menu/arrow_down1.png") no-repeat right 16px;
}
.menu_light ul li:hover .drop {
	background:url("../images/menu/arrow_down1.png") no-repeat right 16px;
}
.menu_light ul .dropdown_1column, .menu_light ul .dropdown_2columns, .menu_light ul .dropdown_3columns, .menu_light ul .dropdown_4columns, .menu_light ul .dropdown_5columns, .menu_light ul .dropdown_fullwidth, .menu_light ul .levels li ul {
	background:#fff;/*	border:1px solid #444444;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#999999));
	background: -webkit-linear-gradient(top, #cccccc, #999999);
	background: -moz-linear-gradient(top, #cccccc, #999999);
	background: -o-linear-gradient(top, #cccccc, #999999);
	background: -ms-linear-gradient(top, #cccccc, #999999);
	background: linear-gradient(top, #cccccc, #999999);*/
}
.menu_light ul p, .menu_light ul h2, .menu_light ul h3, .menu_light ul li ul li {
}
.menu_light ul h2, .menu_light ul h3 {
	border-bottom:1px solid #888888;
}
.menu_light ul .imgshadow_dark { /* Better style on dark background */
	background:#FFFFFF;
	border:1px solid #333333;
	-moz-box-shadow:0 0 5px #000000;
	-webkit-box-shadow:0 0 5px #000000;
	box-shadow:0 0 5px #000000;
}
.menu_light ul .imgshadow_light { /* Better style on light background */
	background:#FFFFFF;
	border:1px solid #777777;
	-webkit-box-shadow:0 0 5px #666666;
	-moz-box-shadow:0 0 5px #666666;
	box-shadow:0 0 5px #666666;
}
.menu_light ul li .black_box {
	color:#ffffff;
	background-color:#333333;
	-webkit-box-shadow:inset 0 0 3px #000000;
	-moz-box-shadow:inset 0 0 3px #000000;
	box-shadow:inset 0 0 3px #000000;
}
.menu_light ul li .dark_grey_box {
	color:#ffffff;
	background-color:#555555;
	-webkit-box-shadow:inset 0 0 3px #111111;
	-moz-box-shadow:inset 0 0 3px #111111;
	box-shadow:inset 0 0 3px #111111;
}
.menu_light ul li .greybox li {
	background:#efefef;
	border:1px solid #999999;
}
.menu_light ul li .greybox li:hover {
	background:#ffffff;
	border:1px solid #aaaaaa;
}
.menu_light ul li .plus li {
	background: url("../images/menu/plus.png") left 6px no-repeat;
}
.menu_light ul .levels a.parent, .menu_light ul .levels a.parent:hover {
	background: url("../images/menu/arrow_right1.png") right center no-repeat;
}
.menu_light ul .contact_form input:focus, textarea:focus, select:focus, .menu_light ul .contact_form input:hover, textarea:hover, select:hover {
	box-shadow: rgba(0, 0, 0, 0.7) 0 0 3px;
	-moz-box-shadow: rgba(0, 0, 0, 0.7) 0 0 3px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.7) 0 0 3px;
	border:1px solid #333333;
}
.menu_light ul .contact_form input, textarea, select {
	color: #FFFFFF;
	background-color:#222222;
	border:1px solid #0A0A0A;
}
.menu_light ul .contact_form input.button {
	background-color:#1E1E1E;
	border:1px solid #0A0A0A;
	color:#cccccc;
}
.menu_light ul .contact_form input.button:hover {
	color:#cccccc;
	background-color:#222222;
	border:1px solid #000000;
}
.menu_light .menu li:hover div a {
	border-bottom:none;
}
.menu_light .menu li.noactive a {
	color:#cccccc;
}
/*  _______________________________________

	06 DARK THEME
    _______________________________________  */



.menu_dark ul li:hover, .menu_dark ul li.nodrop:hover {
	background:#161616;/*	border:1px solid #000000;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#212121), to(#161616));
	background: -webkit-linear-gradient(top, #212121, #161616);
	background: -moz-linear-gradient(top, #212121, #161616);
	background: -o-linear-gradient(top, #212121, #161616);
	background: -ms-linear-gradient(top, #212121, #161616);
	background: linear-gradient(top, #212121, #161616);*/
}
.menu_dark ul li:hover a {
	color:#ffffff;
	border-bottom:1px solid #161616;
}
.menu_dark ul li .drop, .menu_dark .menu li.noactive .drop {
	background:url("../images/menu/arrow_down2.png") no-repeat right 13px;
}
.menu_dark ul li:hover .drop {
	background:url("../images/menu/arrow_down2.png") no-repeat right 12px;
}
.menu_dark ul .dropdown_1column, .menu_dark ul .dropdown_2columns, .menu_dark ul .dropdown_3columns, .menu_dark ul .dropdown_4columns, .menu_dark ul .dropdown_5columns, .menu_dark ul .dropdown_fullwidth, .menu_dark ul .levels li ul {
	background:#161616;/*border:1px solid #000000;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#161616), to(#0A0A0A));
	background: -webkit-linear-gradient(top, #161616, #0A0A0A);
	background: -moz-linear-gradient(top, #161616, #0A0A0A);
	background: -o-linear-gradient(top, #161616, #0A0A0A);
	background: -ms-linear-gradient(top, #161616, #0A0A0A);
	background: linear-gradient(top, #161616, #0A0A0A);*/
}
.menu_dark ul p, .menu_dark ul ul, .menu_dark ul li, .menu_dark ul h2, .menu_dark ul h3 {
	color:#ffffff;
}
.menu_dark ul h2, .menu_dark ul h3 {
	border-bottom:1px solid #333333;
}
.menu_dark ul .imgshadow_dark, .menu_dark ul .imgshadow_light {
	background:#FFFFFF;
	border:1px solid #333333;
	-webkit-box-shadow:0 0 5px #000000;
	-moz-box-shadow:0 0 5px #000000;
	box-shadow:0 0 5px #000000;
}
.menu_dark ul .imgshadow_light {
	border:1px solid #777777;
}
.menu_dark ul li .black_box, .menu_dark ul li .dark_grey_box {
	background-color:#0A0A0A;
	-webkit-box-shadow:inset 0 0 3px #000000;
	-moz-box-shadow:inset 0 0 3px #000000;
	box-shadow:inset 0 0 3px #000000;
}
.menu_dark ul li .greybox li {
	background:#0A0A0A;
	border:1px solid #000000;
}
.menu_dark ul li .greybox li:hover {
	background:#141414;
	border:1px solid #111111;
}
.menu_dark ul li .plus li {
	background: url("../images/menu/plus_dark.png") left 6px no-repeat;
}
.menu_dark ul .levels a.parent, .menu_dark ul .levels a.parent:hover {
	background: url("../images/menu/arrow_right2.png") right center no-repeat;
}
.menu_dark ul .contact_form input:focus, textarea:focus, select:focus {
	box-shadow: rgba(0, 0, 0, 0.7) 0 0 8px;
	-moz-box-shadow: rgba(0, 0, 0, 0.7) 0 0 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.7) 0 0 8px;
	border:1px solid #333333;
}
.menu_dark ul .contact_form input:hover, textarea:hover, select:hover {
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 8px;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0 0 8px;
	box-shadow: rgba(0, 0, 0, 0.3) 0 0 8px;
}
.menu_dark ul .contact_form input, textarea, select {
	color: #FFFFFF;
	background-color:#222222;
	border:1px solid #0A0A0A;
}
.menu_dark ul .contact_form input.button {
	background-color:#1E1E1E;
	border:1px solid #0A0A0A;
	color:#cccccc;
}
.menu_dark ul .contact_form input.button:hover {
	color:#cccccc;
	background-color:#222222;
	border:1px solid #000000;
}
.menu_dark .menu li:hover div a {
	border-bottom:none;
}
/*  _______________________________________

	07 COLORS
    _______________________________________  */



/* Black */

.menu_black {
	background: #E0E7EF;/*background-image: -webkit-gradient(linear, left top, left bottom, from(#555), to(#2a2a2a));
	background: -webkit-linear-gradient(top, #555, #2a2a2a);
	background: -moz-linear-gradient(top, #555, #2a2a2a);
	background: -o-linear-gradient(top, #555, #2a2a2a);
	background: -ms-linear-gradient(top, #555, #2a2a2a);
	background: linear-gradient(top, #555, #2a2a2a);*/
}
.wrapper_menu .menu_black {
/*	border: 1px solid #444;
	border-top: 1px solid #777;*/
}
.wrapper_menu_full .menu_black {
	border-bottom: 1px solid #444;
}
.menu_dark .menu_black li:hover div a {
	/*color:#CCC;*/
}
.menu_dark .menu_black li:hover div a:hover {
	/*color:#EEE;*/
}
.menu_dark .menu_black li ul li a:hover {
	/*color:#EEE;*/
}
.menu_light .menu_black li:hover div a {
	/*color:#444;*/
}
.menu_light .menu_black li:hover div a:hover {
	/*color:#777;*/
}
.menu_light .menu_black li ul li a:hover {
	/*color:#777;
}
.menu_red {
	background: #830701;/*	background-image: -webkit-gradient(linear, left top, left bottom, from(#d70b02), to(#830701));
	background: -webkit-linear-gradient(top, #d70b02, #830701);
	background: -moz-linear-gradient(top, #d70b02, #830701);
	background: -o-linear-gradient(top, #d70b02, #830701);
	background: -ms-linear-gradient(top, #d70b02, #830701);
	background: linear-gradient(top, #d70b02, #830701);*/
}
.wrapper_menu .menu_red {
/*border: 1px solid #a40802;
	border-top: 1px solid #fd190f;*/
}
.wrapper_menu_full .menu_red {
	border-bottom: 1px solid #a40802;
}
.menu_dark .menu_red li:hover div a {
	color:#d60a03;
}
.menu_dark .menu_red li:hover div a:hover {
	color:#fd5953;
}
.menu_dark .menu_red li ul li a:hover {
	color:#fd5953;
}
.menu_light .menu_red li:hover div a {
	color:#a40802;
}
.menu_light .menu_red li:hover div a:hover {
	color:#fd190f;
}
.menu_light .menu_red li ul li a:hover {
	color:#fd190f;
}
/*  _______________________________________

	08 TOUCH SCREEN DEVICES
    _______________________________________  */



.menu li.noactive, .menu li.noactive:hover {
	background:none;
	border:none;
	margin-right:20px;
}
.menu li.noactive a {
	padding: 5px 27px 3px 10px;
	border-bottom:none;
}
.menu li.noactive.right {
	margin-right:0;
}
/* temp */

.demo {
	background-color:#efefef
}
.menu p {
	margin-bottom:0
}