/* Start of CMSMS style sheet 'menu-h-subnav' */
/* 
  ------------------------------------
  PVII Menu CSS Express Drop-Down Menu
  by Project Seven Development
  www.projectseven.com
  Adapted by Reticula
  www.reticula.fr
  ------------------------------------
*/

#menu-h-container{
width:750px;
height:38px;

background:url(templates/images/bg-menu-h.gif);
}

#menu-h{
	width:750px;
	height:38px;

	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#FFF;
}

.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

#menu-h, #menu-h ul {
	padding: 0;
	margin: 0;
}
#menu-h a {
	display: block;
	padding:0 24px 0 25px;
	text-transform:uppercase;
	line-height:38px;
	border-right:#9cc4dc dotted 1px;
	text-decoration:none;	
	color:#FFF;
}
#menu-h ul a {
	display: block;
	padding:0 24px 0 25px;
	text-transform:none;
	line-height:25px;
	border-right:none;
	text-decoration:none;	
	color:#FFF;
}

#menu-h li {
	float: left;
	list-style:none;
}
#menu-h li {position: relative;}

/* hide from IE mac \*/
#menu-h li {position: static; width: auto;}
/* end hiding from IE5 mac */



#menu-h li ul, #menu-h ul li  {
	width: 200px;
}

#menu-h li ul {
	position: absolute;
	display: none;
	/*background:#00a2b8 url(templates/images/bg-menu-h-subnav.gif) left top repeat-x;*/
}
#menu-h li ul img {	float :left;}
#menu-h li:hover a, #menu-h li.p7hvr a, #menu-h li.selected a, #menu-h li.activeparent a{
	background:url(templates/images/bg-menu-h-hover.gif) left top repeat-x;
	color:#FFFFFF;}

#menu-h li:hover ul, #menu-h li.p7hvr ul {
	display: block;
}
#menu-h li:hover ul a, #menu-h li.p7hvr ul a {
	color: #003B5E;
	background: #35BED0;
}
#menu-h ul a:hover{
	background-color: #ff6603!important;
	color: #FFFFFF !important;
}
#menu-h li.activeparent li.selected a {
	background-color: #075482!important;
	color: #fff!important;
}
#menu-h-english{
float:right;
}
#menu-h-english a{width:15px;
height:26px;
padding:12px 15px 0 15px;
border:none;
}
/* End of 'menu-h-subnav' */

