


	.wrapper_menu .menu {
		list-style:none;
		width:940px;
		margin:0 auto;
		height:43px;
		padding:0 20px 0 20px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
.wrapper_menu_full {
    margin:0;
    position: relative;
    z-index:9999;
}
	.wrapper_menu_full .menu {
		width:1000px
		padding:0;
		height:43px;
	}
	.wrapper_menu_full .menu_whole_width {
		list-style:none;
		width:940px;
		margin:0 auto;
		height:43px;
		padding:0;
	}
.menu li {
	float:left;
	left:657px;
	text-align:center;
	position:relative;
	/*margin-right:10px;*/
	margin-top:20px;
	border:none;
}

.menu .fullwidth {
	position: static !important;
}
.menu li:hover {
	border-bottom:none;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
.menu li.nodrop:hover {
	padding: 4px 10px 4px 9px;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    border-radius: 5px;
}
.menu li.nodrop:hover a {
	padding: 0;
}

.col_2 li a {
	color:#606060;
	padding: 0px 0  0 3px;
	text-decoration:none;
	display:block;
	/*border-right:1px #0000FF solid;*/
	/*text-shadow: 1px 1px 1px #000;*/
}
.col_2 li:hover a {
	color:#151515;
	position:relative;
	z-index:200;
	padding: 0px 0  0 3px;
	
	/*text-shadow: 1px 1px 1px #000;*/
}


.menu li a {
	color:#606060;
	padding: 0px 0  0 3px;
	text-decoration:none;
	display:block;
	/*border-right:1px #0000FF solid;*/
	/*text-shadow: 1px 1px 1px #000;*/
}
.menu li:hover a {
	color:#151515;
	position:relative;
	z-index:200;
	padding: 0px 0  0 3px;
	
	/*text-shadow: 1px 1px 1px #000;*/
}
.menu li:hover div a {
	display:inline;
	
}
.menu li .drop,
.menu li:hover .drop {
	/*padding-right:27px;*/
	padding:0px 22px;
	border-right:1px rgb(219, 219, 219) solid;
}
.menu li .drop_last,
.menu li:hover .drop_last {
	border-right:none;
	padding:0px 22px;
}


/* Right aligned menu item */

.menu li.right {
	float:right;
	right:0;
	margin-right:0;
}
.menu li.right:hover {
	margin-right:0px;
}

/*.wrapper_menu ul li{
	float:left;
	padding-left:17px;
	height:30px;
	line-height:30px;
	z-index:10000;
}*/
/*  _______________________________________

	02 DROP DOWN MENU
    _______________________________________  */



/* Left & right aligned common styles */

.menu .dropdown_4columns,
.menu .dropdown_5columns,
.menu .dropdown_fullwidth {
	margin:0px auto;
	left:-999em;
	position:absolute;
	padding:8px;
	text-align:left;
	-webkit-border-radius: 0 5px 5px 5px;
	-moz-border-radius: 0 5px 5px 5px;
	border-radius: 0 5px 5px 5px;
}

/* Drop Downs Sizes */

.menu .dropdown_4columns {width: 676px;  margin-left: -250px;}
.menu .dropdown_5columns {width: 160px;  margin-left: -28px; }
.menu .dropdown_fullwidth {
	width: 920px;
    -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:hover .dropdown_4columns,
.menu li:hover .dropdown_5columns {
	left:-1px;
	top:20px;
}
.menu li:hover .dropdown_fullwidth {
	left:21px;
	top:33px;
	display: block;
}
.wrapper_menu_full .menu li:hover .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:-1px;
	top:25px;
}
.menu li.right:hover .dropdown_fullwidth {
	right:18px;
	top:33px;
}
.wrapper_menu_full .menu li.right:hover .dropdown_fullwidth {
	left:auto;
	right:50%;
	margin-right:-471px;
	top:32px;
}

/* Columns Sizes */
.menu .col_1,
.menu .col_2{
	padding:5px 0 0 0;
	float:right;
	margin-left: 0px;
	background-color:#c0c0c0;
	height:30px;
}
.menu .col_1 { min-width: 100px; padding: 5px 10px 0 0;}
.menu .col_1 a{color:#FFF;}
.menu .col_1 a:hover{ color:#3f3f3f;}

.menu .col_2 { width:75px; }
.menu .col_2 a{color:#FFF;}
.menu .col_2 a:hover{ color:#3f3f3f;}

/*.menu .col_3 {width:60px;}
.menu .col_4 {width:610px;}
.menu .col_5 {width:765px;}
.menu .col_6 {width:920px;}*/

/* 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;
}



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


	.menu > li,
	.menu > li:hover,
	.menu > li.right,
	.menu > li.right:hover,
	.menu .menu_whole_width > li,
	.menu .menu_whole_width > li:hover,
	.menu .menu_whole_width > li.right,
	.menu .menu_whole_width > li.right:hover {
		float:none;
		width:auto;
		padding-right:0;
		margin-right:0;
	}
	.menu > li.nodrop,
	.menu .menu_whole_width > li.nodrop {
		height:32px;
	}
	.menu > li.nodrop:hover,
	.menu .menu_whole_width > li.nodrop:hover {
		height:22px;
		margin-bottom:0px;
	}
	.menu .dropdown_1column, 
	.menu .dropdown_2columns, 
	.menu .dropdown_3columns, 
	.menu .dropdown_4columns,
	.menu .dropdown_5columns,
	.menu .dropdown_fullwidth,
	.menu .align_right  {
		width: auto;
	}


