body {
  margin: 0;
  padding: 0;
  overflow: auto;
  height: 100%;
  max-height: 100%;
  font-family: Sans-serif;
  line-height: 1.5em;
  background: #363636;
}

#nav {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 200px;
  /* Width of navigation frame */
  height: 100%;
  
  /* Disables scrollbars on the navigation frame. To enable scrollbars, change "hidden" to "scroll" */
  background: #eee;
  background-color: #363636;
  z-index:10;
}

main {
  position: relative;
  top: 5;
  left: 200px;
  /* Set this to the width of the navigation frame */
  right: 0;
  bottom: 0;
  overflow: auto;
  background: #CCCCCC;
  

.innertube {
  margin: 15px;
  /* Provides padding for the content */
}

p {
  color: #000;
}


/*IE6 fix*/

* html body {
  padding: 0 0 0 230px;
  /* Set the last value to the width of the navigation frame */
}

* html main {
  height: 100%;
  width: 100%;
}


}
#menu-v li,
#menu-v a {
  zoom: 1;
}
/* Hacks for IE6, IE7 */
#menu-v,
#menu-v ul {
  width: 180px;
  /* Main Menu Item widths */
  
  border: 1px solid #ccc;
  border-top: none;
  position: relative;
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}

/* Top level menu links style
---------------------------------------*/
#menu-v li {
  background: #262626;
  list-style: none;
  margin: 0;
  padding: 0;
}
#menu-v li a {
  font: bold 14px Arial;
  border-top: 1px solid #ccc;
  display: block;
  /*overflow: auto; force hasLayout in IE7 */
  
  color: #48ff00;
  text-decoration: none;
  line-height: 35px;
  padding-left: 20px;
}
#menu-v ul li a {
  line-height: 30px;
}
#menu-v li a.arrow:hover {
  background-image: url(arrowon.gif);
  background-repeat: no-repeat;
  background-position: 97% 50%;
}

/*Sub level menu items
---------------------------------------*/
#menu-v li ul {
  position: absolute;
  width: 200px;
  /*Sub Menu Items width */
  
  visibility: hidden;
}
#menu-v a.arrow {
  background-image: url(kocka.gif);
  background-repeat: no-repeat;
  background-position: 97% 50%;
}
#menu-v li:hover,
#menu-v li.onhover {
  background-position: 0 -62px;
}
#menu-v ul li {
  background: rgba(54, 54, 54, 0.96);
  background-image: none;
}
#menu-v ul li:hover,
#menu-v ul li.onhover {
  background: #262626;
  background-image: none;
}

/* Holly Hack for IE \
* html #menu-v  li
{
    float:left;
    height: 1%;
}
* html #menu-v  li a
{
    height: 1%;
}*/

/* End */
iframe {
	height:3000px;
	width:100%;	
	overflow:enable;
	}	