/* sectionmenu.css */


h1.sectionName {
  font-size: 12px;
  text-align:center;
  padding: 5px 0;
  text-transform: uppercase;
  background: white;
  color: #072999;
  border-bottom: 3px solid #072999;
  display: block;
}

.sectionMenu {
  list-style-type: none;
  border-top: 2px solid white;
  width: 180px;
}

.sectionMenu .rubric a {
  text-decoration: none;
  color: white;
  font-size: 12px;
  display: block;
  background: #072999 url(/images/sectionmenu/sectionmenu.gif) repeat-x top;
  line-height: 25px;
  padding-left: 10px;
  font-weight: bold;
  border-bottom: 1px solid white;
}


.sectionMenu .etude a {
  background: #072999 url(/images/sectionmenu/etude.gif) repeat-x top;
  text-transform: uppercase;
}

.sectionMenu .rubric a:hover {
  background: #ff5500 url(/images/sectionmenu/etude.gif) repeat-x top; 
}

.sectionMenu .etude a:hover {
  margin-left: 10px;
}

.sectionMenu .rubricHover {
  text-decoration: none;
  color: white;
  font-size: 12px;
  display: block;
  background: #3b5bc4 url(/images/sectionmenu/arrow-hover.gif) no-repeat bottom;
  height: 25px;
  line-height: 25px;
  padding-left: 10px;
  font-weight: bold;
  border-bottom: 1px solid white;
}
.sectionMenu .rubricHover {
  //margin-bottom: -17px;
}

.sectionMenu .category {
  list-style-type: none;
}

.sectionMenu .category a {
  text-decoration: none;
  color: #383838;
  font-size: 12px;
  display: block;
  line-height: 25px;
  padding-left: 10px;
  font-weight: bold;
  border-bottom: 1px solid white;
  background: white url(/images/sectionmenu/category.gif) repeat-x bottom;
}

.sectionMenu .category a:hover {
  background: white url(/images/sectionmenu/category-hover.gif) repeat-x top;
  color: black;
}




