/* Start of CMSMS style sheet 'nav' */
/*NAV*/
#menuH{padding:10px 0 0 0;height:92px; width:auto; background:none; border-bottom:5px solid #696767;}

#menuH ul {
	padding: 0;
	margin: 0;
z-index:999;
}
#menuH a img{ float:left; width:65px; height:57px; margin:18px 0 0 12px;}
#menuH a {
	display: block;
	width:300px;
	height:92px;
	padding:0;
	text-decoration:none;	
	color:#fff;
	background:url(tpl/images/bg-menuh.gif) no-repeat;
}

#menuH ul a {
	display: block;
	padding:0;
	width:280px;
	line-height:25px;
	height:25px;
	color:#fff;
	background:#373636;
}

#menuH li {
	float: left;
	list-style:none;
}
#menuH li {position: relative;}

/* hide from IE mac \*/
#menuH li {position: static; width: auto;}
/* end hiding from IE5 mac */

#menuH li ul {
	position: absolute;
	display: none;
	width: 280px;
	/*background:#00a2b8 url(templates/images/bg-menuH-subnav.gif) left top repeat-x;*/
}
#menuH li ul img {	float :left;}
#menuH li:hover a, #menuH li.p7hvr a, #menuH li.selected a, #menuH li.activeparent a{
	background:url(tpl/images/bg-menuh-over.gif) no-repeat #a20013;
	border-bottom:1px solid #c00016;
	color:#fff;}

#menuH li:hover ul, #menuH li.p7hvr ul {
	display: block;
}
#menuH li:hover ul a, #menuH li.p7hvr ul a {
	color: #fff;
	background: #a20013;
	padding:3px 0 3px 20px;
	font-size:13px;
	font-weight:bold;
}
#menuH ul a:hover{
	background-color: #272727!important;
	color: #fff !important;
}
#menuH li.activeparent, li.selected a {
	background-color: #272727!important;
	color: #fff!important;
}

#menuH li.selected-btn a{
	background:url(tpl/images/bg-menuh-over.gif) no-repeat #a20013;
	border-bottom:1px solid #c00016;
	color:#fff;}

#menuH li h1{ font-size:20px; font-weight:bold; padding:14px 0 0 79px;}
#menuH li p{ font-size:13px; padding:3px 0 0 79px;}
/* End of 'nav' */

