ul.menu {
list-style-type:none;
width:auto;
position:relative;
display:block;
height:33px;
font-size:.6em;
background:url('images/bg.png') repeat-x top left;
font-family:Verdana,Helvetica,Arial,sans-serif;
border:1px solid #000;
margin:0;
padding:0
}

ul.menu li {
display:block;
float:left;
margin:0;
padding:0;
}

ul.menu li a {
float:left;
color:#A79787;
text-decoration:none;
height:24px;
padding:9px 15px 0;
}

ul.menu li a:hover, .current {
color:#fff;
background:url('images/bg.png') repeat-x top left;
}

ul.menu .current a {
color:#fff;
font-weight:700;
}



/*RED*/
ul.menu.red{
background-color:#B11718;
}
ul.menu.red li a:hover, .menu.red li.current {
background-color:#D0d0d0;
}

body{
margin: 0;
padding: 0;
border: 0px none;
overflow: hidden;
height: 100%; 
max-height: 100% 
}

#framecontentLeft, #framecontentRight{
position: absolute; 
top: 0; 
left: 0; 
width: 140px; /*Width of left frame div*/
height: 100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: black;
color: white;
}

#framecontentRight{
left: auto;
right: 0; 
width: 140px; /*Width of right frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: black;
color: white;
}

#framecontentTop{
position: absolute;

top: 0;
left: 140px; /*Set left value to WidthOfLeftFrameDiv*/
right: 140px; /*Set right value to WidthOfRightFrameDiv*/
width: auto;
height: 200px; /*Height of top frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: white;
color: black;
}


#maincontent{
position: fixed; 
top: 200px; /*Set top value to HeightOfTopFrameDiv*/
left: 140px; /*Set left value to WidthOfLeftFrameDiv*/
right: 140px; /*Set right value to WidthOfRightFrameDiv*/
bottom: 0;
overflow: auto; 
background: #fff;
font-family: Helvetica,Arial;
}



.innertube{
margin: 10px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}


* html body{ /*IE6 hack*/
padding: 200px 140px 0 140px; /*Set value to (HeightOfTopFrameDiv WidthOfRightFrameDiv 0 WidthOfLeftFrameDiv)*/
}
* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}

* html #framecontentTop{ /*IE6 hack*/
width: 100%;
}

html
{
overflow: hidden;
}