ul#menuderoul, ul#menuderoul ul {
  list-style:none;
  list-style-image:none;
  margin-top: 0;
  margin-left:0px;
  padding: 0;
  width: 375px;
}

ul#menuderoul a {
  display: block;
  text-decoration: none;	
}

ul#menuderoul li {
 list-style:none;
  list-style-image:none;
  		margin-top: 1px;
}

ul#menuderoul li a {

		background-repeat: no-repeat;
		padding-left:15px;
		font-size:12px;
		height:25px;
		line-height:25px;
}
ul#menuderoul li a:hover {
		background-repeat: no-repeat;
		padding-left:15px;

 		color: #454545;	
		height:25px;
		line-height:25px;
}

.menuderoul {
		background-image: url("/assets/images/v6/backmenuderoul.jpg");
		background-repeat: no-repeat;
 		color: #454545;	
}
.menuderoulselected {
		background-image: url("/assets/images/v6/backmenuderoul_on.jpg");
		background-repeat: no-repeat;
 		color: #454545;	
}

ul#menuderoul li ul li a {

  background:transparent;
  color: #1c83be;
  padding-left: 20px;
  
}

ul#menuderoul li ul li a:hover {
  background: transparent;
  color: #1c83be;
  padding-left: 20px;
  text-decoration:underline;
}



ul#menuderoul2, ul#menuderoul2 ul {
  list-style:none;
  list-style-image:none;
  margin-top: 0;
  margin-left:0px;
  padding: 0;
  width: 375px;
}

ul#menuderoul2 a {
  display: block;
  text-decoration: none;	
}

ul#menuderoul2 li {
 list-style:none;
  list-style-image:none;
  		margin-top: 1px;
}

ul#menuderoul2 li a {

		background-repeat: no-repeat;
		padding-left:15px;
		font-size:12px;
 		color: #454545;	
		height:25px;
		line-height:25px;
}
ul#menuderoul2 li a:hover {
		background-repeat: no-repeat;
		padding-left:15px;

 		color: #454545;	
		height:25px;
		line-height:25px;
}


ul#menuderoul2 li ul li a {

  background:transparent;
  padding-left: 20px;
  
}

ul#menuderoul2 li ul li a:hover {
  background: transparent;
  padding-left: 20px;
  text-decoration:underline;
}



.code { border: 1px solid #ccc; list-style-type: decimal-leading-zero; padding: 5px; margin: 0; }
.code code { display: block; padding: 3px; margin-bottom: 0; }
.code li { background: #ddd; border: 1px solid #ccc; margin: 0 0 2px 2.2em; }
.indent1 { padding-left: 1em; }
.indent2 { padding-left: 2em; }

#col_left {
	width: 375px;
	float:left;
}

#col_right {
	width: 375px;
	float:left;
	margin-left:18px; 
}

.v_selected{
	font-weight:bold; 
}
