/* Start of CMSMS style sheet 'BICC Navigation: Spotlight' */
/********************
MENU
*********************/

/* 
background-color for the entire menu row, 
covering 100% of the width and text center-aligned 
*/
div#spotlight {
 min-height:110px;
 height:auto !important; /* für moderne Browser */
 height:110px; /*für den IE */ 
 margin-left: 83px;
}

div#spotlight p {
 margin: 0;
 padding: 17px 8px 0 0;
 clear: both;
 text-align: right;
 }

/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#spotlight ul {
 float: right;
 margin: 0;
 padding: 0;
}

/* menu list items */
div#spotlight li {
 float: right; /* makes the list horizontal */
 list-style: none; /* hides the list bullet */ 
 margin: 0 ;
 letter-spacing:0.1em;
}

/* the links, that is each list item */
div#spotlight li a, div#spotlight p a {
 padding: 0.3em 0em 0.3em 0.5em; /* padding inside the list item box */
 margin: 0; /* margin outside each list item box */
 text-decoration: none; /* no underline for links */
 color: #fff;
 font-size: 140%;
 display: block; /* IE has problems with this, fixed above */
}

/* hover state for links */
div#spotlight li a:hover, div#spotlight p a:hover {
 color: #000;
 background-color: transparent;
}

div#spotlight a.activeparent:hover {
 color: #000;
 background-color: transparent;
}

/* active parent, that is the first-level parent of a child page that is the current page */
div#spotlight li.activeparent a {
 color: #000;
 background-color: transparent;
}

div#spotlight h3 {
 padding: 0.3em 0 0.3em 0.5em; /* 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-weight: normal;
 font-size: 140%; /* instead of the normal font size for <h3> */
}

div#spotlight p a {
 font-size: 1em;
}
/* End of 'BICC Navigation: Spotlight' */

