/* @override http://staging.idium.net/kfum.no/filestore/menu.css */

/*
## menu.css - Contains style for menu
*/

/* common style for <ul> elements */
.nav,
.nav ul {
  list-style-type: none;
  padding: 0px;
}

/* Utils menu style */
#navUtilsContainer {
   background: #6c6c61 url(utils-bg.gif) bottom left repeat-x;
   text-transform: uppercase;
}

#navUtils {
  float: right;
  padding: 15px 10px 15px 10px;
  letter-spacing: 1px;
  font-size: 90%;
}

#navUtils li {
  float: left;
  margin-right: 5px;
}

#navUtils.krets_help_menu li.last {
  padding-left:0;
  background:none;
}
#navUtils li.last {
	
}

#navUtils li a {
  color: #d6d6c4;
  display: block;
  padding: 0px 5px;
}

#navUtils li.current a {
  color: #fff;
  text-decoration: underline;
}

#navUtils li.flag {
  margin-right: 0px;
}

#navUtils li a#english,
#navUtils li a#norwegian {
  padding: 2px 0px 2px 10px;
  margin-top: 1px;
  background: url(british-flag.gif) top left no-repeat;
}

#navUtils li a#norwegian {
  background: url(norwegian-flag.gif) top left no-repeat;
}

#minside {
  padding: 6px 5px 5px 10px;
  background: url(minside.gif) center left no-repeat;
}

#navUtils li#minsideIcon {
  margin-right: 0px;
}

/* Top menu style */
#navMainContainer {
   padding: 0px 10px 0px 120px;
   clear: both;
}

#navMain {
  font-size: 125%;
}

#navMain li {
  float: left;
  letter-spacing: 1px;
}

#navMain li a {
  display: block;
  padding: 5px 15px 3px 15px;
  color: #444444;
}

#navMain li.current {
  position: relative;
}

#navMain li.current a {
  background: #949c50;
  padding: 5px 15px 3px 15px;
  color: #fefefe;
}

#leftCorner {
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0px;
  left: 0px;
  background: url(tab-left.gif) no-repeat top left;
}

#rightCorner {
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0px;
  right: 0px;
  background: url(tab-right.gif) no-repeat top right;
}

*html #rightCorner {
  right: -1px;
}

#navMain li a:hover {
  color: #fefefe;
}

/*TODO: refactor code, get rid of inline-block element */
/*Sub menu style */
#navSubContainer {
  padding: 1px;
  border: 1px solid #e9e9db;  
  background: #fefefe;
}

#navSub li {
  margin-bottom: 1px;
}

#navSub li.last {
  margin-bottom: 0px;
}

#navSub a {
  color: #222222;
  display: block;
}

#navSub li a {
   background: url(menu-bg.gif) top left repeat-x;
   padding: 9px 10px;
}

*html ul#navSub li a {
  width: 196px;
}

#navSub li #sectionTitle {
   background: url(menu-header-bg.gif) top left repeat-x;
   padding: 5px 10px 6px 10px;
   color: #fff;
   font-size: 150%;
}

#navSub li #sectionTitle a {
   background: none;
   padding: 0px;
   color: #fff;
}

#navSub a.current {
  color: #000;
  font-weight: bold;
}

#navSub ul {
  padding: 5px 20px;
}

#navSub ul a {
  font-weight: normal;
  padding: 5px 10px 5px 10px;
}

*html ul#navSub ul li a {
  width: 160px;
  padding-right: 0px;
}

#navSub ul li a {
  background: url(menu-list-icon.gif) no-repeat 0px 10px;
}

#navSub ul li.current a {
  font-weight: bold;
}

#navSub ul li.current ul li a {
  font-weight: normal;
}

#navSub ul li.current ul li a.current {
  color: #000;
  font-weight: bold;
}

/*News summary menu style */
#navNewsContainer {
  padding: 1px;
  border: 1px solid #e9e9db;  
  background: #fefefe;
}

#navNews li {
  margin-bottom: 1px;
}

#navNews li h1,
#navNews li h2 {
  font-size: 120%;
  font-weight: bold;
  padding-bottom: 5px;
}

#navNews li div.summary {
  background: #f2f2e4 url(bg-news-left-column.gif) bottom left repeat-x;
  padding: 5px 10px 10px 10px;
}

#navNews li.last {
  margin-bottom: 0px;
}

#navNews a {
  color: #222222;
  display: block;
}

#navNews li #sectionTitle {
   background: url(menu-header-bg.gif) top left repeat-x;
   padding: 5px 10px 6px 10px;
   color: #fff;
   font-size: 150%;
}

#navNews li #sectionTitle a {
   background: none;
   padding: 0px;
   color: #fff;
}

#navNews a.current {
  color: #000;
}
