
@font-face {
	font-family:stdmenu;
	src:url(../../../taiga_libext/fontes/menu.ttf) format('truetype');
}

.disabled {
	color:#BBB !important;
}

#panel {
	position:fixed;
	top:0;
	left:0;
	height:100%;
	margin:0;
	padding:0;
	padding-left:30px;
	width:200px;
	background-color:rgb(20,70,40);
	padding-top:30px;
}

#panel,
#custom select.customslc {
	font-family:stdmenu,"Segoe UI Light","Segoe UI",sans-serif;
}

#panel ul {
	margin:0;
	padding:0;
}

#nav {
	font-size:22px;
}
#nav li {
	position: relative;
	list-style: none;
}

/* main level link */
#nav a {
	color: white;
	text-decoration: none;
	display: block;
	margin: 0;
	letter-spacing:0.1em;
	padding:0.6em;
}

/* main level link hover */
#nav .current a, #nav li:hover > a {
	background: rgb(36,82,55);
}

/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	font-size:15px;
	letter-spacing:0em;
	background: none;
	border: none;
	color: rgb(236,240,237);
	box-shadow: none;
	text-shadow:none;
}

#nav ul a:hover {
	background-color:rgb(102,134,115) !important;
	color: white !important;
}

/* level 2 list */
#nav ul {
	background: rgb(20,70,40);
	background: radial-gradient(ellipse at left top, rgb(20,70,40) 70%, rgb(102,134,115));

	position: absolute;
	top: 0;
	left: 0;

	display: none;
	margin: 0;
	padding: 0;
	width: 10em;
	border: solid 1px rgb(102,134,115);
	border-radius:12px;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, .25);
	z-index:4;
}

/* dropdown */
#nav li:hover > ul {
	display: block;
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}
#nav ul a {
	font-weight: normal;
}

/* level 2 list */
#nav ul {
	left:200px;
	line-height:70%;
}
/* level 3+ list */
#nav ul ul,
#nav ul.large1 ul ul {
	left: 10em;
}

#nav ul.large1 {
	width: 20em;
}
#nav ul.large1 ul {
	left: 20em;
}

/* rounded corners for first and last child */
#nav ul li:first-child > a {
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
}
#nav ul li:last-child > a {
	border-bottom-left-radius: 9px;
	border-bottom-right-radius: 9px;
}

/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
}
html[xmlns] #nav {
	display: block;
}
* html #nav {
	height: 1%;
}


/**********************************************************************************************/

#nav ul.module {
	width:auto;
	white-space:nowrap;
}
#nav ul.module li {
	display:inline-block;
	padding:0;
	font-size:12px;
	text-align:center;
}
#nav ul.module li a {
	font-size:100%;
	letter-spacing:0.2em;
}
#nav ul.module li img {
	vertical-align:middle;
}

#nav ul.module li:first-child > a {
	border-top-left-radius: 9px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 9px;
}
#nav ul.module li:last-child > a {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 9px;
	border-top-right-radius: 9px;
}
