/* Start of CMSMS style sheet 'Navigation' */
#categorylist {
   width: 100%;
   display: inline;
}

#categorylist table {
   width: 100%;
   padding-bottom: 32px;
}

#categorylist tr {
   background: url( uploads/webparts/menu.background.jpg) top left repeat-x;
   height: 23px;
}

#categorylist td {
   text-align: center;
   padding-top: 3px;
   width: 5%;
}

#categorylist a {
   font: 10pt Tahoma;
   font-weight: bold;
   color: #ff0000;
   text-transform: uppercase;
}

#categorylist a:hover {
   color: #551111;
}

#menu {
   padding-bottom: 32px;
}

#menu ul {
   list-style: none;
   border-right: 1px solid #facba2;
}

#menu ul li {
   display: inline;
   width: 100%;
}

#menu ul li a, #menu h3 {
   display: block;
   white-space: nowrap;
   font: 8pt Tahoma;
   text-indent: 16px;
   line-height: 23px;
   text-transform: lowercase;
}

#menu ul li a {
   color: #666666;
   border-bottom: 1px solid #facba2;
}

#menu ul li a:hover {
   color: #202020;
   background-color: #FFFFCC;
}

#menu h3 {
   color: #000000;
   border-bottom: 1px solid #facba2;
}

#random {
   padding-bottom: 32px;
}

#random ul {
   list-style: none;
   border-left: 1px solid #facba2;
}

#random ul li {
   display: inline;
   width: 100%;
}

#random ul li a, #random h3 {
   display: block;
   font: 8pt Tahoma;
   text-indent: 0px;
   padding-left: 16px;
   line-height: 23px;	
   text-transform: lowercase;
}

#random ul li a {
   color: #666666;
   border-bottom: 1px solid #facba2;
}

#random ul li a:hover {
   color: #202020;
   background-color: #ffffcc;
}

#leftHeader {
   display: block;
   background: url(uploads/webparts/left.header.jpg) top right no-repeat;
   font: 10pt Tahoma;
   font-weight: bold;
   color: #ffffff;
   text-align: left;
   text-indent: 16px;
   vertical-align: middle;
   line-height: 1.8em;
}

#rightHeader {
   display: block;
   background: url(uploads/webparts/right.header.jpg) top left no-repeat;
   font: 10pt Tahoma;
   font-weight: bold;
   color: #ffffff;
   text-align: left;
   text-indent: 16px;
   vertical-align: middle;
   line-height: 1.8em;
}
/* End of 'Navigation' */

