/* 
    Document   : Nav1
    Created on : Sep 4, 2008, 4:46:31 PM
    Author     : sgk
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

/* Navigation stylesheet */

table#Layout td#Navigation .Format {
}
/* ---------------- Top level (and deeper) ------------------------- */
table#Layout td#Navigation .Format ol {
 font-size: 1.1em;
 font-weight: bold;
 line-height: 1.2em;
 list-style: none;
 margin: 0;
 margin-bottom: 1em;
 padding: 0;
}
table#Layout td#Navigation .Format ol a,
table#Layout td#Navigation .Format ol p,
table#Layout td#Navigation .Format ol div {
 background-color: #d5dff4;
 border: 1px solid #ff79a7;
 border-left: 1px solid #ff79a7;
 padding-bottom: 0.1em;
 padding-left: 0.3em;
}
table#Layout td#Navigation .Format ol div {
 color: #444;
}
table#Layout td#Navigation .Format ol a {
 color: black;
 display: block;
 height: 100%; /* for IE */
 text-decoration: none;
}
table#Layout td#Navigation .Format ol a:hover {
 color: white;
 background-color: #BDBEC0;
 border: 1px solid #BDBEC0;
}
table#Layout td#Navigation .Format ol a.CurrentItem {
 color: #444;
 background-color: #F8D583;
 border: 1px solid #F8D583;
 font-weight: bold;
}
table#Layout td#Navigation .Format ol a:hover {
 border: 1px solid #BDBEC0;
}

