﻿/* Navigation Global */

.navglobal ul {
	display: none;
	left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
	line-height: 100%;
	margin: 0px;
	background: #1C4284;
	width: 150px;
}

.navglobal ul a {
	width: 150px;
	-moz-border-radius: 0px 0px 0px 0px !important;
	border-radius: 0px 0px 0px 0px !important;
	font-weight: normal !important;
	font-size: 12px !important;
}

.navglobal ul a:hover {
	background: #BDE34F !important; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BDE34F', endColorstr='#7C9926'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#BDE34F), to(#7C9926)) !important; /* for webkit browsers */
	background: -moz-linear-gradient(top,  #BDE34F,  #7C9926) !important; /* for firefox 3.6+ */
	text-shadow: 1px 1px 2px #3F590D;
}

.navglobal ul li:first-child a {
	-moz-border-radius: 0px 5px 0px 0px !important;
	border-radius: 0px 5px 0px 0px !important;
}



.navglobal li:hover > ul {
	visibility: visible;
    display: block;
	z-index:1000000;
	margin-top: 30px;
}
.navglobal ul li {
    float: none;
    margin: 0;
    padding: 0;
}

ul.navglobal a{
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}

.navglobal ul ul {
    left: 170px;
    top: -30px;

}


ul.navglobal li a {
	display: block;
	float:left;
	padding: 5px 10px 5px 10px;
	margin-right: 1px;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	line-height: 20px;
}

.navglobal li {
	display:inline !important;
	list-style: none outside none;
	position: relative;
}

ul.navglobal li, ul.navglobal li ul li{
	float: left;
	position: relative;
}

/* Itemselection */

ul#itemselection a{
	color: #fff;
}

ul#itemselection li a {
	background: #1C4284;
}

ul#itemselection li a:hover, ul#itemselection li a.active {
	background: #0B2859;
}
ul#contentcreation{
	margin-left: 20px;
	float: left;
}
ul#contentcreation a{
	color: #fff;
}
ul#contentcreation li a {
	background: #1C4284;
}

ul#contentcreation li a:hover, ul#contentcreation li a.active {
	background: #0B2859;
}
li.lupload a {
	background: #E92E2E !important;
}
li.lupload a:hover, li.lupload a.active {
	background: #991E1E !important;
}

li.unlock a {
	background: #9DC32F !important;
}
li.unlock a:hover, li.unlock a.active {
	background: #748E23 !important;
}
/* Nav */
ul#nav {
	margin-left:20px;
	display: inline-block !important;
}

ul#nav a{
	color: #1C4284;
}

ul#nav li a {
	background: #D9E2F2;
}

ul#nav li a:hover, ul#nav li a.active {
	background: #fff;
}

html[xmlns] #nav {
    display: block;
}
* html #nav {
    height: 1%;
}

li#shop a {
	color: #fff;
	text-shadow: 1px 1px 3px #547512;
	background: #BDE34F !important; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BDE34F', endColorstr='#92B52D'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#BDE34F), to(#92B52D)) !important; /* for webkit browsers */
	background: -moz-linear-gradient(top,  #BDE34F,  #92B52D) !important; /* for firefox 3.6+ */ 
}

li#shop a:hover {
	background: #BDE34F !important; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BDE34F', endColorstr='#84A328'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#BDE34F), to(#84A328)) !important; /* for webkit browsers */
	background: -moz-linear-gradient(top,  #BDE34F,  #84A328) !important; /* for firefox 3.6+ */ 
}


/* Content */

div#content {
	background: #fff;
}

/*META NAV*/

ul#metaNav {
	background-color: #f3f7fc;
	height: 23px;
	padding: 10px;
	z-index: 0;
}
ul#metaNav li {
	display:inline;
}

li.metaButtonImgS a {
	background: #dbe3ec url(../img/imgSmall.png);
	background-repeat: no-repeat;
	background-position: 84px 3px;
	margin: 0 1px 0 130px;
	width: 90px;
} 

li.metaButtonImgXl a {
	background: #dbe3ec url(../img/imgBig.png);
	background-repeat: no-repeat;
	background-position: 84px 3px;
	margin: 0 1px 0 0;
	width: 90px;
} 




li.metaButton a{
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #dbe3ec;
	float: left;
	margin-right: 1px;
	position: relative;
	color: #75859b;
	text-decoration: none;
	padding: 5px 8px 5px 8px;
} 


li.metaButton a:hover, li.metaButton a.active {
	background-color: #a4b6ce;
	color:#fff;
} 

li.metaButton a:active{
	background-color: #a4b6ce;
	font-weight: bold;
} 

li.metaButtonRdW a{
	float: right;
	background: #1C4284;
	color: #fff;
	font-weight: bold;
}

li.metaButtonRdW a:hover, li.metaButtonRdW a.active {
	background: #0B2859;
}
li.bookmark a {
  padding: 4px 8px !important;
}
ul#metaNav li.mixbin {
	line-height: 28px;
	padding: 6px 15px;
	border-radius: 4px 4px 4px 4px;
	color: white;
	font-weight: bold;
	background-color: #E92E2E;
}
ul#metaNav li.mixbin:hover {
	background-color: #991E1E;
}
ul#metaNav li.mixbin a {
	color: white;
	text-decoration: none;
	font-size: 14px;
}