@charset "utf-8";
/*.menuput{
	background: #ef7816 url(/static/pic/plus.png) no-repeat 3px .1em;
	padding: .3em 5px .3em 30px;
	margin: 5px 0 3px 0;
	color: white;
	text-decoration: none;
	position: relative;
	float: right;
}
.menuput a:hover{
	background: green url(/static/pic/plus.png) no-repeat 3px 3px;
}*/
/* Basic code - don't modify */
 
.nav{ display: block; margin: 0; padding: 0; position: relative; float: right;}
.nav ul{
	display: none;
	position: absolute;
	left: 0;
	margin: 0;
	padding: 0;
	width: 13em; 
	top: 2.3em;
}
.nav li{
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
}
.nav li a{
	display: block; 
	text-decoration: none;	
	padding: .4em 5px 0 30px; 
	margin: 5px 0 3px 0;
  	background: #ef7816 url(/static/pic/plus.png) no-repeat 3px .1em;
	/*font-weight: normal;*/
	height: 1.5em;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
}
.nav li li a{
	margin: 0px 0 0px 0;
	border-top: 2px solid silver;
	border-bottom: 2px solid silver;
	border-left: 2px solid silver;
	border-right: 2px solid silver;
}
.nav a:hover { text-decoration: none;}
* html .nav ul { line-height: 0; } /* IE6 "fix" */
/*.droppy ul a { 
		padding: 5px 5px 0 30px; 
		margin: 1px 0 1px 0;
}*/
/*.nav ul a { zoom: 1; }  IE6/7 fix */
.nav ul li { float: none; }
.nav ul ul { top: 0; }
    
/* Essentials - configure this */

.nav ul ul { left: 131px; }

/* Everything else is theming */
 
/*.droppy { background-color: #30A8C3;  }*//*height: 24px;*/
/*.nav *:hover { background-color: none; }*/
.nav a { /*border-right: 1px solid white;*/ color: white; font-size: 1em; 
	line-height: 1; }
.nav > li.hover > a { 
	/*background: #ef7816 no-repeat 3px .1em;*/
	background-color: gray;
}
.nav ul li.hover a { background-color: #ef7816; }
.nav ul li a { background-color: orange; }
.nav ul a.has-subnav { background-color: #2E2A2A }
.nav ul a.hover { background-color: orange; }
/*.droppy ul a{
	opacity: 0.9;
	filter: alpha(opacity=90);
}*/
/* .nav ul a { border-bottom: none; } - I also needed this for IE6/7 */

