/*
	Juiz DropDown Menu 
	Plugin by Geoffrey Crofte
	http://jq.creativejuiz.fr
	Free for personal use (cc)
	
	More info about license : http://jq.creativejuiz.fr/plugins-jquery/dropdown-menu.php
*/


.juizdropdown {
	position: relative;
	height: 30px;
	padding:0;
	font-size: 15px;
	line-height: 42px;
	text-align: right;
	text-transform: uppercase;
	-webkit-box-shadow: 0 0 1px #fff inset, 0 0 1px #fff inset, 0 0 1px #fff inset;
	-moz-box-shadow: 0 0 1px #fff inset, 0 0 1px #fff inset;
	-ms-box-shadow: 0 0 1px #fff inset, 0 0 1px #fff inset, 0 0 1px #fff inset;
	-o-box-shadow: 0 0 1px #fff inset, 0 0 1px #fff inset, 0 0 1px #fff inset;
	box-shadow: 0 0 1px #fff inset, 0 0 1px #fff inset;
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	z-index: 10000;
	
	
}
.juizdropdown li {
	position: relative;
	display: inline-block;
	list-style: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../img/separator.png);
	background-repeat: no-repeat;
	background-position: right center;
	
	
}
.juizdropdown li.first {
	background: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	
	
}
.juizdropdown a {
	display: inline-block;
	background-color:#999;
	color: #fff;
	border: 0 none;
	text-decoration: none;
	/*text-shadow: 1px 1px 0 #fff;*/
	outline: 0 none;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 22px;
	font-family: adnan, Tahoma;
	font-size: 12pt;
	text-align: right;
	height: 35px;	
	
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	
}

.juizdropdown a:focus {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.juizdropdown a:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-shadow:0px 0px 0 #fff;
	background-color: #009;
	color: #ffff;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow:1px 1px 1px #fff;
	-webkit-box-shadow:1px 1px 1px #fff;
	box-shadow:1px 1px 1px #fff;
	height: 35px;

}


.juizdropdown .juizSub,
.juizdropdown .juizSubSub {
	position: absolute;
	display: none;
	width: 170px;
	height: auto;
	background: rgb(212,212,212);
	background-image: none;
	text-transform: capitalize;
	-webkit-box-shadow: 0 -1px 1px #fff inset, 0 -1px 1px #fff inset, 0 -1px 1px #fff inset, 0 5px 4px -3px #999;
	-moz-box-shadow: 0 -1px 1px #fff inset, 0 -1px 1px #fff inset, 0 5px 4px -3px #999;
	-ms-box-shadow: 0 -1px 1px #fff inset, 0 -1px 1px #fff inset, 0 5px 4px -3px #999;
	-o-box-shadow: 0 -1px 1px #fff inset, 0 -1px 1px #fff inset, 0 5px 4px -3px #999;
	box-shadow: 0 -1px 1px #fff inset, 0 -1px 1px #fff inset, 0 5px 4px -3px #999;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 30;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	right: 0px;
	background-color: rgba;
	background-position: 100;
	
	
}
.juizdropdown .juiSub {
	top: 41px;
	left: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}
.juizdropdown .juizSub li {
	position:relative;
	display: block;
	width: auto;
	line-height: 1.3em;
	text-align: left;
	background: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
	
}
.juizdropdown .juizSub a {
	display: block;
	width: auto;
	padding: 0.4em;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #bbb;
	color: .6d6d6d;
	text-shadow: 1px 1px 0 .fff;
	margin-top: 0;
	margin-right: 1em;
	margin-bottom: 0;
	margin-left: 1em;
	color: #586578;
	font-size: 9pt;
	font-family: adnan, Arial, Helvetica, sans-serif;
	background-color: transparent;
	background-image: url(../img/hover.png);
	background-repeat: no-repeat;
	background-position: -250px 0px;
	
	
}
.juizdropdown .juizSub li.first a {
	border-top-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
		border-bottom: 1px solid #eee;
	border-top: 1px solid #bbb;

	
} 
.juizdropdown .juizSub li.last a {
	border-bottom-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.juizdropdown .juizSubSub {
	right: 150px;
	top:0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.juizdropdown .hasSub > a {
	background: url(../img/arrow_down.png) 96% 50% no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
	background-color:#999;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	
}
.juizdropdown li.hasSubSub {
	background-color: transparent;
	background-image: url(../img/arrow_right.png);
	background-repeat: no-repeat;
	background-position: 10px 50%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.juizClear {
	clear: left;
	height: 0;
	overflow: hidden;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

@media (max-width:640px) {
	.juisdropdown .juizSubSub {
		display:none;
	}
	.juizdropdown,
	.juizdropdown .juizSub,
	.juizdropdown .juizSub li,
	.juizdropdown .juizSub li a	{
		position:static;
		display: inline-block;
		width: auto;
		height:auto;
		text-align:left;
	}
	.juizdropdown {
		margin: 5px;
		padding: 12px;
	}
	.juizdropdown ul {
		box-shadow: 0 0 0 !important;
		background: none !important;
		border:0 !important;
		border-radius:0 !important;
	}
	.juizdropdown li {
		background-image: none;
	}
	.juizdropdown li a {
		border:0 !important;
		padding-left:0;
	}
	.juizdropdown .juizSub a {
		padding: 0;
		margin: 0;
	}
	.juizdropdown .juizSub li + li {
		padding-left: 12px;
	}
	.juizdropdown .juizSub li + li a:before {
		content: "|";
		position:relative;
		left:-8px;
	}
	.juizdropdown > li {
		display: block;
	}
	.juizdropdown li.hasSubSub {
		background:none;
	}
	.juizdropdown .hasSub {
		line-height: 24px;
	}
	.juizdropdown li + .hasSub {
		margin-top: 12px;
	}
	.juizdropdown .hasSub > a {
		background: transparent url(../img/arrow_right.png) 96% 50% no-repeat;
	}
