ul {
  list-style-type: none;
  list-style-image: none;
}

ul li {
  list-style-type: none;
  list-style-image: none;
}

#navigation {
  padding:0;
  margin:0;
  position:relative; 
  top: 20px;  
}

#navigation img {   
  padding:0px 13px 10px 12px; 
} 

#navigation > ul {
  list-style-type: none;
}

#navigation > li {
  list-style-type: none;
  width: 100%;
  display: block;
}

#navigation > li > a {
  display: block;
  height: 100%;
  padding: 0;
  list-style-type: none;
}

#navigation > li > a:hover {
  list-style-type: none;
}

#navigation > li.sub {
  list-style-type: none;
  background-image: url(../img/white_sq.gif);
  background-repeat: no-repeat;
  background-position: 0px 5px; 
  padding-left: 14px;
  height: 75px;
}

#navigation > li.sub ul {
  position:absolute;
  display:block;   
  margin: 0;
  padding: 0;
  width: 445px;
  height: 650px; 
  left:-1000em; 
  border-style: solid;
  border-width: 2px;
  border-color: #E0E0E0;
  background: #fbfbfb;
  background-color: #fbfbfb; 
  list-style-type: none;
}

#navigation > li.sub ul li {
  width: 100%;
  display: block;
  list-style-type: none;  
}

#navigation > li.sub ul li.big {
  font-size: 115%;
  color: #3A7EE3;
}

#navigation > li.sub ul li a {
  height: 100%;
  display: block;
  color: #3A7EE3;
  padding: 0;
  list-style-type: none;  
}

#navigation > li.sub ul li a:hover { 
  list-style-type: none;
}

#navigation > li.sub:hover ul {
  top: 10px;
  left: 225px;
  list-style-type: none; 
}

#navigationr {
  padding:0;
  margin:0;
  position:relative; 
  top: 20px; 
}

#navigationr img {   
  padding:0px 13px 10px 12px;   
} 

#navigationr > li {
  list-style-type: none;
  width: 100%;
  display: block;
}

#navigationr > li > a {
  display: block;
  height: 100%;
  padding: 0;
  list-style-type: none;
}

#navigationr > li > a:hover {
  list-style-type: none;
}

#navigationr > li.subr {
  list-style-type: none;
  background-image: url(../img/white_sq.gif);
  background-repeat: no-repeat;
  background-position: 0px 5px; 
  padding-left: 14px;  
  height: 75px;
}

#navigationr > li.subr ul {
  position:absolute;
  display:block;   
  margin: 0;
  padding: 0;
  width: 440px;
  height: 650px; 
  left:-1000em; 
  border-style: solid;
  border-width: 2px;
  border-color: #E0E0E0;
  background: #fbfbfb;
  background-color: #fbfbfb; 
}

#navigationr > li.subr ul li {
  width: 100%;
  display: block;
}

#navigationr > li.subr ul li.big {
  font-size: 125%;
  color: #3A7EE3;  
}

#navigationr > li.subr ul li a {
  height: 100%;
  display: block;
  color: #3A7EE3;
  padding: 0;
}

#navigationr > li.subr ul li a:hover { 
}

#navigationr > li.subr:hover ul {
  top: 12px;
  left: -440px;
}