#MenuContainer
{
	background:#707070;
	height:36px;
	margin-left:3px;
	margin-right:3px;
}
#MenuLeft
{
	height:36px;
	width:11px;
	float:left;
	background:url(../images/MenuLeft.png) #707070 center no-repeat;
}
#MenuMiddle
{
	height:36px;
	width:922px;
	float:left;
	background:url(../images/MenuMiddle.png) #707070 center repeat-x;
}
#MenuRight
{
	height:36px;
	width:11px;
	float:left;
	background:url(../images/MenuRight.png) #707070 center no-repeat;
}
#Menu
{
	list-style:none;                         
	list-style-type:none;
	margin-left:-25px;

}
#Menu li
{
	height:36px;
	display:block;
	float:left;
	vertical-align:middle;
}
#Menu li a
{
	height:36px;
	width:120px;
	display:inline-block;
	float:left;
	text-align:center;
	text-decoration:none;
}

#Menu li.active
{
	background:url(../images/MenuActive.png) #707070 center repeat-x;
}

#Menu li a:hover
{
	background:url(../images/MenuHover.png) #707070 center repeat-x;
}
.menutext
{
	display:inline-block; 
	font-style:normal;
	font-size:12px;
	color:#fff;
	text-decoration:none;
	text-align:center;
	margin-top:8px;
}
.searchtext
{
	display:inline-block; 
	font-style:normal;
	font-size:12px;
	color:#fff;
	text-decoration:none;
	text-align:center;
	margin-top:8px;
	margin-left:30px;
}
.footerMenuHdr
{
  margin-top:10px;
  color:#666666;
  font-size:12px;
  font-style:normal;
  font-weight:bold;
}
.footerMenuList li
{
  margin-top:3px;
  margin-left:-18px;
  list-style:none;
  list-style-type:none;
  
}
.footerMenuList a
{
  color:#888888;
  font-size:11px;
  font-style:normal;
  text-decoration:none;
}
.footerMenuList a:hover
{
  color:#555555;
}
#Breadcrumb
{
	list-style:none;                         
	list-style-type:none;
	margin-left:-25px;

}
#Breadcrumb li
{
	height:33px;
	display:block;
	float:left;
	vertical-align:middle;
}
#Breadcrumb li a
{
	height:33px;
	display:block;
	float:left;
	margin-top:8px;
	margin-left:5px;
	color:#666666;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
}
#Breadcrumb li a:hover
{
	color:#444444;
}

