
.menu_simple ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 185px;
	list-style-type: none;
/*    background-color: #f1f1f1; */
/*    height: 100%; */
	overflow: auto; /* Enable scrolling if the sidenav has too much content */
}

.menu_simple ul li a {
text-decoration: none;
text-align: center;
font-size: 12pt;
margin: 4px 4px 8px 8px;
/* border-bottom: 1px dotted #800000; */
color: #800000;
box-shadow: 0px 2px 4px 0px #888888;
padding: 6px 4px;
display:block;

}

.menu_simple ul li a:visited {
text-decoration: none;
}

.menu_simple ul li a:hover, .menu_simple ul li .current {
font-weight: bold;
background-color: #f1f1f1;
}

.tabBox .tabs {
    margin: 0;
    padding: 0 10px;
    overflow: hidden;
    margin-bottom: -1px;
    height: 2.25em;
}

.divbox {
    clear: left;
	position: relative;
    z-index: 2;
    padding: 2px 2px;
	width: 180px;
    border: 1px solid #CCC;
    background: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: #CCC 0 0 .25em;
    -moz-box-shadow: #CCC 0 0 .25em;
    box-shadow: #CCC 0 0 .25em;
    behavior: url(/config/PIE.htc);
}

.tabBox .content {
    clear: left;
	position: relative;
    z-index: 2;
    padding: 2em 1em;
    border: 1px solid #CCC;
    background: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: #CCC 0 0 .25em;
    -moz-box-shadow: #CCC 0 0 .25em;
    box-shadow: #CCC 0 0 .25em;
    behavior: url(/config/PIE.htc);
}