html, body {
	margin:0;
	padding:0;
	height:100%;
}
#container {
	min-height:100%;
	position:relative;
}
#header {
	background:#fff;
	text-align: center;
	padding:10px;
}

#menu {
	background:#A00;
	text-align: center;
	height: 20px;
}

#body {
	padding-bottom:20px;
	margin-left: 190px;
	margin-right: auto;
	padding-top: 10px;
}

#body table {
	border-collapse: collapse;
}

#footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:20px;
	background-color: #A00;
	text-align: center;
}

.sidebarmenu ul{
margin: 0;
padding: 0;
height: 100%;
padding-top: 20px;
list-style-type: none;
font: bold 13px Verdana;
width: 180px; /* Main Menu Item widths */
}
 
.sidebarmenu ul li{
position: relative;
}

/* Top level menu links style */
.sidebarmenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
padding: 6px;
border-bottom: 1px solid #778;
border-right: 1px solid #778;
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
background-color: #A00; /*background of tabs (default state)*/
color: black;
}

.sidebarmenu ul li a:visited{
color: black;
}

.sidebarmenu ul li a:hover{
background-color: black;
color: white;
}

/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute;
padding-top: 0;
width: 170px; /*Sub Menu Items width */
top: 0;
visibility: hidden;
}

.sidebarmenu a.subfolderstyle{
background: url(right.gif) no-repeat 97% 50%;
}

 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */