/*
	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;
	
	padding:0;
	font-size: 15px;
	text-align: center;
	text-transform: uppercase;
	margin-left:0px;
	float:left;
	z-index:999;
	
}


.juizdropdown li {
	position: relative;
	width:305px;
	display: inline-block;
	list-style: none;
	background: transparent url(../img/separator.png) scroll left center no-repeat;
}
.juizdropdown li.first { background: none; width:37px; height:26px;}
.juizdropdown a {
	display: inline-block;
	padding: 0px;
	margin-top:0px;
	color: #157497;
	border: 0 none;
	width:305px;
	text-decoration: none;
	text-shadow: 1px 1px 0 #fff;
	outline: 0 none;
	z-index:9999;
}
.juizdropdown a:focus { text-decoration: underline; width:37px; }


.juizdropdown .juizSub,
.juizdropdown .juizSubSub {
	position: absolute;
	padding:0;
	display: none;
	margin-left:50px;
	margin-top:270px;
	width: 210px;
	height: auto;
	background: rgb(212,212,212);
	background: rgba(212,212,212,0.95);
	background-image: none;
	border: 1px solid #c0c0c0;
	border-top: 0;
	
	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;
	
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-ms-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
}

.juizdropdown .juizSub li {
	position:relative;
	display: block;
	padding: 0;
	width: auto;
	line-height: 1.3em;
	text-align: left;
	background: none;
}
.juizdropdown .juizSub a {
	display: block;
	width: auto;
	padding: 3px 4px;
	margin: 0 5px;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #bbb;
	background: transparent url(../img/hover.png) scroll 0px 0px no-repeat;
	color: #157497;
	text-shadow: 1px 1px 0 .fff;
}
.juizdropdown .juizSub li.first a { border-top: 0; } 
.juizdropdown .juizSub li.last a { border-bottom: 0; }



.juizdropdown .hasSub > a {
	background: url(../img/Magazine2.png) right top no-repeat;
	width:305px;
	height:118px;
	float:left;
	margin-top:219px;
	margin-left:-60px;
}
.juizdropdown .hasSub > a:hover {
	background: url(../img/Magazine2.png) right bottom no-repeat;
	
}
.juizdropdown li.hasSubSub {
	background: url(../img/Magazine2.png) right top no-repeat;
	float:left;
}

.juizClear { clear: left; height: 0; overflow: hidden; }

