/* Start of CMSMS style sheet 'Module: Menu' */
/* -----------------------------------*/
/* ------>>> colors <<<-------*/
/* -----------------------------------*/

/*
text red        #ba3814
h red           #bd0808
h orange      #e07a09

h blue          #3b3475
text blue      #686b89
nav blue      #1a4371

left bg         #dee1ed
yellow         #decd88
*/

/* --------->>> LEVEL ONE <<<---------*/

#nav {
	position: absolute;
	left: 200px;
	top:-60px;
}

#nav ul, #footer ul {
     list-style: none;
     margin: 0;
     padding: 0;
}
#nav a, #footer a {
     display: block;
     font-weight: normal;
     font-size:1.15em;
     line-height: 1em;
     color: #1a4371;
     text-align: center;
     padding: 13px 5px 16px;
}
#nav li, #footer li {
     float: left;
     display: block;
     height:42px;
     width: auto;
     list-style: none;
     position: relative;
}
#leftColumn_inner li {margin-bottom: 4px;}

#nav li a:hover {
     text-decoration: none;
     color: #ba3814;
}
#nav .currentpage h3, #nav .activeparent a, #footer .currentpage h3 {
     font-weight: normal;
     padding: 13px 5px 16px;
     font-size:1.15em;
     display: block;
     margin:0px;
     line-height:1em;
     text-align: center;
     color: #ba3814;
}

#footer .currentpage h3, #footer a {
     font-size: 0.95em !important;
     font-weight: bold;
     color: #e07a09;
}

#leftColumn li.currentpage h3 {
     font-size:1.15em;
     margin:0;
color: #1a4371;
font-weight: normal;
}


     /* --------->>> LEVEL TWO <<<---------*/
     #nav li ul {
          position: absolute;
          left: -999em;
          top: 43px;
          margin-left: 2px;
     }
     #nav li ul li {
     	width: 144px;
     	clear: left;
        height: auto;
        margin-bottom: 0;
     }
     #nav li ul li.currentpage h3 {
          padding: 5px;
          font-weight: normal;
          font-size: 1.1em;
          display: block;
          margin:0px;
          line-height:1em;
          text-align: left;
          color: #ba3814;
     }
     #nav li ul li a {
     	padding: 5px; 
     	text-align: left;
     	font-size: 1.1em;
     }
     #nav li ul li a:hover{color: #ba3814}
          /* --------->>> GLOBAL <<<---------*/
#nav li:hover, #nav li.sfhover   {
color: #ba3814;
          }
          #nav li:hover ul {
               left: 0px;
          }
          #nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
               left: 0px;
          }
          #nav li:hover ul ul, #nav li.sfhover ul ul {
               left: -999em;
          }


#leftColumn ul li ul {top:0; padding-left: 0px; display: none;}

#leftColumn ul li  a{font-size:1.15em;}

#leftColumn ul li ul li a {color: #e94d25;}

#leftColumn ul li ul li {
margin: 0px 0 0 0px; 
padding-top: 4px;
background: url(uploads/images/bullet.gif) no-repeat scroll 0 8px;
padding-left: 16px;
}

#leftColumn ul li:hover ul, #leftColumn ul li.sfhover ul, #leftColumn ul li.activeparent ul {display: block;}

/* End of 'Module: Menu' */

