/* Start of CMSMS style sheet 'Temno Navigation' */
/********************
MENU
*********************/

/* hack for Internet Explorer */
* html div#menu_horiz {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
}

/* 
background-color for the entire menu row, 
covering 100% of the width and text center-aligned 
*/
div#menu_horiz {
   /*background-color: #FFFFFF;  /* background color for the entire menu row */
   width: 100%;
   margin: 0;
}

/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#menu_horiz ul {
   margin: 0;
   padding: 0;
   border-bottom: 0;
   border-left:  0;
   height:2.2em;
}


/* menu list items */
div#menu_horiz li {
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   margin: 0 ;
   border-right: 0;
}


/* the links, that is each list item */
div#menu_horiz a {
   font-size: 1.4em;
   padding: .6em 0.7em .6em 0.7em; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #974752;
   font-weight: bold;
   display: block; /* IE has problems with this, fixed above */
}


/* hover state for links */
div#menu_horiz li a:hover {
   background-color: #C3D4DF;
}
div#menu_horiz a.activeparent:hover {
   background-color: #C3D4DF;
   color: #18507C;
}

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_horiz li.activeparent a {
   color: #000;
}

div#menu_horiz h3 {
   padding: .6em 0.7em .6em 0.7em; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #000;
   display: block; /* IE has problems with this, fixed above */
   font-size: 1.4em;
}

div#subnavigation li
{
float: left;
display: block;
 /*border-bottom: 2px solid #974752;*/
 margin-bottom: 0.7em;
background: url('/uploads/images/tablow.png') no-repeat 0 0;
padding-left: 3px;
margin-right: 1px;
}

div#subnavigation ul {list-style: none; clear: left;}

div#subnavigation h3, div#subnavigation a
{
  background: #FFF url('/uploads/images/tabhigh.png') no-repeat right 0; 
  text-decoration: none;
  font-size: 1.2em !important; 
  font-weight: normal;
  display: block;
  height: 1.5em;
  line-height: 1.3em;
  padding: 2px 8px 1px 5px !important;
  margin: 0 0 !important;
font-weight: bold;
text-align: center;
color: #fff !important;
}

div#subnavigation h3 {
background: #FFF url('/uploads/images/tablow.png') no-repeat right 0; 
  color: #974752 !important;
}

div#main{ clear: left; }

/* End of 'Temno Navigation' */

