/*menu

/****
.menuBlog span {visibility:hidden;display:block;padding:0;}
.menuList li a.menuBlog {background: url(../images/le-blog.gif) no-repeat;padding:0;width:110px}
.menuList li a.menuBlog:hover {background: url(../images/le-blog-on.gif) no-repeat;}
/*** General ***/
.menuList, .menuList  ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	z-index: 100;
	position: relative
}
.menuList  li {
	list-style: none;
}
.menuList a {
	display: block;
	padding: 0 14px;
	color: #FFF;
	text-decoration:  none;
	height:29px;
	line-height: 28px;
	border-right: 1px solid #89d2e1 /*#76b1d3*/
}
.menuList ul li a {
	height: 19px;
	line-height: 19px;
	padding: 3px 9px;
	border-right: 0
}
/*** Layout ***/
.menuList li {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px  0px 0px 0px;
	position: relative;
	font-weight: 700;
	font-size:13px;
	color: #000;
}
.menuList li ul {
	padding: 0;
	margin: 0;
}
.menuList ul {
	visibility: hidden;
	position: absolute;
	top: 30px;
	left: 0px;
	width: 160px;
	z-index: 100;
}
.menuList ul ul {
	top: 0px;
	left: 160px;
}
.menuList ul li {
	float: none;
	margin: 0;
	padding: 0;
	background: #0a93bb /*#186893*/;
	border-left: 1px solid #0885ae /*#175885*/;
	border-bottom: 1px solid #0885ae /*#175885*/;
	font-weight: normal;
	font-size:12px;
	color: #FFF;
}
.menuList li a:hover, .menuList li a.highlighted:hover, .menuList li a:focus {
	color: #FFF;
	background: #0aa1c8 /* #0a93bb #00a5c8 #196597*/;
}
.menuList ul li a:hover, .menuList ul li a.highlighted:hover, .menuList ul li a:focus {
	color: #FFF;
	background: #017fa8 /*#077a9f #2078A0*/;
}
.menuList ul  a.highlighted {
	color: #FFF;
	background: #017fa8 /*#077a9f #196597*/;
}
/* Only style submenu indicators within submenus. */
.menuList a .subind {
	display:  none;
}
.menuList ul a .subind {
	display:  block;
	float: right;
}
/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menuList a {
	float: left;
}
.menuList ul a {
	float: none;
}
/* \*/
.menuList a {
	float: none;
}
/* */
/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .menuList  ul li {
	float: left;
	height: 1%;
}
* html .menuList  ul a {
	height: 1%;
}
/* End Hack */
