/*
 * @author			Designcise
 * 
 * @license			This CSS file is a commercial file, available for purchase at 
 * 					http://codecanyon.net/user/designcise/portfolio. Any illegal copying, 
 * 					distribution, packaging or re-production of this CSS file for commercial
 * 					or personal use is strictly prohibited and will be considered theft.
 *
 * @copyright		The author is the first owner of copyright and reserves all rights to
 * 					all written work contained in this file. Distribution, re-production
 * 					or commercial use of the written work in this file, without the author's 
 * 					signed permission, prior consent or a valid license, is strictly prohibited.
 * 					The author is protected by the "Copyright, Designs and Patents Act 1988" of 
 * 					the United Kingdom. Any infringement of the copyright, in or outside of the
 * 					United Kingdom, may result in a lawsuit.
 */


.switcherMenu a, .switcherMenu a:hover {
	text-decoration:none;
	border-bottom:0;
}
.switcherMenu {
	display:inline-block;
	width:235px;
	height:55px;
	position:relative;
	top:0;
	left:0;
	z-index:2000;
}
.switcherMenu>ul.dropdown {
	list-style:none;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	left:0;
}
.switcherMenu:hover>ul.dropdown {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow:0 0 3px 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:0 0 3px 3px rgba(0, 0, 0, 0.1);
	-o-box-shadow:0 0 3px 3px rgba(0, 0, 0, 0.1);
	box-shadow:0 0 3px 3px rgba(0, 0, 0, 0.1);
}
.switcherMenu>ul.dropdown>li>a {
	display:none;
	width:250px;
	height:65px;
	padding:12px 6px 6px 12px;
	font-size:12px;
	font-weight:bold;
	letter-spacing:-0.01em;
	color:#fff;
	text-shadow:0 1px 1px #000;
	text-decoration:none;
	text-align:left;
	border:0;
	background-color:#252525;
}
.switcherMenu>ul.dropdown>li>a>img {
	vertical-align:middle;
	border:0;
}
.switcherMenu:hover>ul.dropdown>li:first-child>a {
	-moz-border-radius-topLeft:5px!important;
	-webkit-border-top-left-radius:5px!important;
	border-top-left-radius:5px!important;
	-moz-border-radius-topRight:5px!important;
	-webkit-border-top-right-radius:5px!important;
	border-top-right-radius:5px!important;
}
.switcherMenu:hover>ul.dropdown>li:last-child>a {
	border-bottom:1px solid #666;
	-moz-border-radius-bottomLeft:5px!important;
	-webkit-border-bottom-left-radius:5px!important;
	border-bottom-left-radius:5px!important;
	-moz-border-radius-bottomRight:5px!important;
	-webkit-border-bottom-right-radius:5px!important;
	border-bottom-right-radius:5px!important;
}
.switcherMenu>ul.dropdown>li>a.active {
	display:block;
	border-bottom:0px solid #900;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:15px;
	background:#000 url(/switcher/btnToggle.png) no-repeat 98% center;
	-moz-box-shadow:inset 0 -3px 0 0 #111, inset 0 -4px 0 0 #515151;
	-webkit-box-shadow:inset 0 -3px 0 0 #111, inset 0 -4px 0 0 #515151;
	-o-box-shadow:inset 0 -3px 0 0 #111, inset 0 -4px 0 0 #515151;
	box-shadow:inset 0 -3px 0 0 #111, inset 0 -4px 0 0 #515151;
}
.switcherMenu:hover>ul.dropdown>li>a {
	display:block;
	-moz-border-radius:0!important;
	-webkit-border-radius:0!important;
	border-radius:0!important;
	position:static;
}
.switcherMenu>ul.dropdown>li>a:hover {
	border:0;
	background-color:#383838;
}
.switcherMenu:hover>ul.dropdown>li>a.active:active, .switcherMenu>ul.dropdown>li>a:active {
	border:0;
	-moz-box-shadow:inset 0 5px 15px 15px rgba(38, 38, 38, 0.5)!important;
	-webkit-box-shadow:inset 0 5px 15px 15px rgba(38, 38, 38, 0.5)!important;
	-o-box-shadow:inset 0 5px 15px 15px rgba(38, 38, 38, 0.5)!important;
	box-shadow:inset 0 5px 15px 15px rgba(38, 38, 38, 0.5)!important;
}
.switcherMenu:hover>ul.dropdown>li>a.active {
	border:0!important;
	background-color:#383838;
	background-image:none!important;
	-moz-box-shadow:none!important;
	-webkit-box-shadow:none!important;
	-o-box-shadow:none!important;
	box-shadow:none!important;
}
