#Menu1 {	
  float:left;
  width: 160px;
  padding:20px 0px 0px 60px;
  width: 180px;
  padding-left: 20px;
}

*html #Menu1 {
	padding:20px 0px 0px 0px;
}
		#Menu1 li {
		text-align: center;
		}
			#Menu1 li.current,
			#Menu1 li.section {
			} 
			#Menu1 li a {
				display:block;
				width: 95px;
				color:#000;
				font-weight: bold;
				font-size:1.1em;
				text-decoration:none;
				padding: 0px 10px 13px 25px;
				 background:url(../images/navi_off.png) no-repeat right top; 
			}

				#Menu1 li a:hover {				
					background:url(../images/navi_on.png) no-repeat right top;
					color: #fff
				}

				#Menu1 li.current a  {
					background:url(../images/navi_on.png) no-repeat right top;
					color: #fff
				}
			/* Workaround to solve IE Issues */
			*html #Menu1 li a {
				width: 135px;
				 background:url(../images/navi_off_ie.png) no-repeat top;
			}
				*html #Menu1 li a:hover {			
				 background:url(../images/navi_on_ie.png) no-repeat top;
				}
				*html #Menu1 li.current a  {
				 background:url(../images/navi_on_ie.png) no-repeat top;
				}

#Menu2 {
	margin-left: 10px;
	width: 240px; /*210 for mobile devices!*/
	height: 100px;
	float:left;
	background:#f0f0f0;
	border:1px solid #ddd;
	padding:10px 10px 0px 0px;
	}

*html #Menu2 {
	ma\rgin-left: 10px;
}
		#Menu2 li {
			padding-left:15px;
			margin-left: 15px;
			background:url(../images/menu2_arrow.gif) no-repeat left center;
		}
		#Menu2 a {
			color:#333;
			font-weight:bold;
			font-size:1.1em;
			line-height:1.6em;
			text-decoration:none;
		}	
			#Menu2 a:hover {
				text-decoration:underline;
			}
			#Menu2 li.current a,
			#Menu2 li.section a {
				color:#0083C8;
			}

#MenuAboutUs {
  margin-left: 20px;
  margin-bottom: 30px;
  width: 200px;
  float: left;
  height: auto;
  background:#f0f0f0;
  border:1px solid #ddd;
  padding:10px 10px 10px 10px;
}
*html #MenuAboutUs {
  ma\rgin-left: 10px;
}

#MenuAboutUs li {
  padding-left:15px;
  margin-left: 15px;
  background:url(../images/menu2_arrow.gif) no-repeat left center;
}
#MenuAboutUs a {
  color:#333;
  font-weight:bold;
  font-size:1.1em;
  line-height:1.6em;
  text-decoration:none;
}
#MenuAboutUs a:hover {
  text-decoration:underline;
}
#MenuAboutUs li.current a,
#MenuAboutUs li.section a {
  color:#0083C8;
}
