/* The wrapper determines the width of the menu elements */
#menuwrapper { 
   width: 100%;
   font-family: Verdana, sans-serif, mono;
   font-size:10px;
   font-weight:bold;
   text-transform:uppercase;
}


/* Unless you know what you do, do not touch this */ 
#primary-nav, #primary-nav ul { 
   list-style: none; 
   margin: 0px; 
   padding: 0px; 
   width: 100%; 
   margin-left: -1px;
}
#primary-nav ul { 
	margin:0px 0px 0px 0px;
	width:235px;
	padding:0px;
}
#primary-nav ul li { 
	margin:5px;
	padding:0px;
/* background-color:#E1F5FC; */
}

#primary-nav ul ul{
	width:225px;
	margin:0px;
}
#primary-nav ul ul li {
	margin-left:3px;
	/* background-color:#FEF1ED; */
}

/* Styling the basic apperance of the menu elements */
#primary-nav a { 
   border: 0px solid #F04F23; 
   margin: 0px; 
   padding: 4px 5px; 
   color: #004D5F;
   text-decoration: none; 
   background: transparent;
}

#primary-nav a:hover { color:#F04F23; }

#primary-nav li, #primary-nav li.menuparent {
   margin: 5px 0px;
   background-color: #ffffff /*#ececec*/; 
   min-height:1em; /* Fixes IE7 bug*/
}


/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */
#primary-nav span.menuactive { 
	color:	#F04F23;
}

/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav li.menuparent .arrows {
	padding-right:	5px;
	font-weight:	bold;
	letter-spacing: 0.01em;
/*
	word-spacing: 0.2em;
   background-image: url(uploads/shared/balken.gif); 
   background-position: center left; 
   background-repeat: repeat-y; 
*/
}

#primary-nav li.menuparent:hover .arrows {
/*
   background-image: url(uploads/shared/balken.gif); 
   background-position: left; 
   background-repeat: repeat-y;
*/
}


/* Styling the apperance of menu items on hover */
#primary-nav li:hover, 
#primary-nav li.menuh, 
#primary-nav li.menuparenth, 
#primary-nav li.menuactiveh{ 
   background-color: #ffffff;
   color: #004d5f;
}

#primary-nav a.menuactive, #primary-nav a.arrows{ color: #F04F23; }
#primary-nav .menuparent li.menuactive a.menuactive{ padding-left:0px; }