.menue{
font-weight: bold;
 font-style: normal;
  font-variant: normal; 
  font-stretch: normal; 
  font-size: 14px; 
  line-height: normal; 
  font-family: &#39;
  color: #fff; 
  text-transform: uppercase;
   cursor: pointer; 
   margin-bottom: 12px; 
   padding-left: 10px; 
   padding-right: 0px; 
   padding-top: 4px; 
   padding-bottom: 4px; 
   background: #2D9EC0;
   text-align:left;
   border-radius: 5px;
}

#navcontainer p {
	margin: 0px 0 0 0;
	padding: 10px;
	font: 11px/1.5em helvetica, verdana, geneva, arial, sans-serif;
	color: #444;}

#left-nav {
	background:#666;
	float: left;
	width: 200px;
	margin: 0;
	padding: 0;}

#navlist,#subnav {
	width: 200px;
	/* a horizontal list, please */
	font-family: sans-serif;
	margin: 0;
	padding: 0;}
	
#navlist,#subnav2 {
	width: 200px;
	/* a horizontal list, please */
	font-family: sans-serif;
	margin: 0;
	padding: 0;}
	
#navlist li{ display: inline; /* for the lovely IE5 and IE6 */ }

#navlist a { 
	margin: 0;
	padding: 8px 0 5px 10px;
	display: block;
	border-bottom: 1px #888 solid;
	text-align: left;
	text-decoration: none;
	font: bold 11px helvetica, verdana, geneva, arial, sans-serif;
	color: #fff;
}
	
#navlist a:link    { color: #fff; text-decoration: none;}
#navlist a:active  { color: #fff; text-decoration: none;}
#navlist a:visited { color: #fff; text-decoration: none;}
#navlist a:hover   { background-color: #fff; color: #f05001; text-decoration: underline;}

#navlist ul.submenu {
	margin: 0;
	padding: 0;}

#navlist a.current:link{
     background:#788CA1;
     border-bottom:1px solid #788CA1;
}

#subnav a{
  padding-left:30px;
  background:#788CA1;
}
#subnav2 a{
  padding-left:50px;
  background:#788EA1;
}