/* Start of CMSMS style sheet 'Navigation: Global settings' */
a {
   text-decoration: none;
}

.content .left ul {
   margin-left: 12px;
}

.content .left ul li {
   line-height: 2.7em;
   height: 2.7em;
   display: inline;
}

.content .left ul li a,
.content .left ul li h3 {
   background-color: #fff2e5;
   display: block;
   text-indent: 12px;
   font-size: 90.01%;
   color: #333;
}

.content .left ul li a:hover {
   background-color: #ffd9b9;
   color: #111;
}

/* FOOTER SETTINGS */

#footer {
   font-size: 90.01%;
   margin: 8px;
   padding: 4px;
   line-height: 2.7em;
   border-top: 1px dotted #666;
}

#footer ul {
   display: inline;
}

#footer span {
   color: #ffa145;
}

#footer ul li {
   height: 2.7em;
   display: inline;
   padding-right: 12px;
}

#footer ul li a,
#footer ul li h3 {
   display: inline;
   text-indent: 12px;
   font-size: 100.01%;
   color: #777;
}

#footer ul li a:hover {
   color: #111;
}
/* End of 'Navigation: Global settings' */

