@charset "utf-8";
/* CSS Document */

/* NEW MENU SPECIFIC CODE */
/* A few IE bug fixes */
* html #theMenu ul li a { height: 100%; }
* html #theMenu li a { height: 100%; }
* html #theMenu ul li a { height: 100%; }
* html #theMenu ul ul li a { height: 100%; }
* html #theMenu ul li { margin-bottom: -1px; }

.sidebaritem .sidebarmenutitle { }
.sidebaritem .sidebarmenutitle h2 { margin:0; color: #fff; }

#theMenu { width: 125px; height: auto; margin:0; padding:0; }
#theMenu * { text-align: left !important;}
#theMenu h2, #theMenu h3, #theMenu h4, #theMenu h5 { margin:0; padding:0; }

/* Some list and link styling */
#theMenu li { list-style-type: none; width: 125px; margin:0; padding:0; display: inline; }
#theMenu li a { display: block; font: normal 11px Arial, Helvetica, sans-serif; }
#theMenu a { text-decoration: none; color: #fff; }
#theMenu a:hover { background-color: #5d87a1; color: #fff; text-decoration: none; }
#theMenu ul { margin:0; padding:0; background-color: #a2c8de; }

#theMenu li a { padding: 3px 10px; width: 105px; border-bottom: 1px solid #9ec4d9; }
/*#theMenu ul ul ul li a { padding: 3px 10px; width: 82px; border-bottom: 1px solid #bad6e6; }*/
#theMenu ul li a, #theMenu ul ul li a { padding: 3px 10px; width: 105px; border-bottom: 1px solid #bedbeb; }

#theMenu h2 a { padding: 3px 5px; width: 115px;background-color: #5d87a1; color: #fff; font: bold 11px Arial, Helvetica, sans-serif; border-bottom: 1px solid #9ec4d9; text-transform: uppercase; }
#theMenu .head a { font: normal 11px Arial, Helvetica, sans-serif; border-top: 1px solid #7eb0cc; }
#theMenu h3.head a { color: #fff; padding: 3px 0 3px 5px; width: 120px; border-bottom: 1px solid #9ec4d9; background-color: #7eb0cd; }
/*#theMenu h4.head a { color: #fff; padding: 3px 0 3px 5px; width: 97px; border-bottom: 1px solid #9ec4d9;}*/
#theMenu h4.head a { color: #fff; padding: 3px 0 3px 5px; width: 120px; border-bottom: 1px solid #a2c8de; }

#theMenu h3.head a:hover { background-color: #5d87a1; color: #fff; }
/*#theMenu h4.head a:hover { background-color: #5d87a1; color: #fff; }*/
#theMenu h4.head a:hover { background-color: #5d87a1; color: #fff; }

#theMenu .selected a { font: normal 11px Arial, Helvetica, sans-serif;  } 
#theMenu h3.selected a { background-color: #5d87a1; color: #fff; }
/*#theMenu h4.selected a { background-color: #5d87a1; color: #fff; }*/
#theMenu h4.selected a { background-color: #97c1d9; color: #fff;  }

#theMenu h3.selected a:hover { background-color: #5d87a1; color: #fff; }
/*#theMenu h4.selected a:hover { background-color: #5d87a1; color: #fff; }*/
#theMenu h4.selected a:hover { background-color: #97c1d9; color: #fff; }
