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

#p7menubar, #p7menubar ul {
	padding: 0;
	margin: 0;
	z-index: 10;
	list-style: none;
	height: 54px;
}
* html #p7menubar ul {
	height: 1%;
}

#p7menubar a {
	display: block;
	text-decoration: none;
	padding: 19px 0px 19px 0px;
	font-size: .99em;
}
* html #p7menubar a {
	padding: 0px;
}

.container1 { height: 54px; 
              width: 148px;
			  visibility: hidden;
			   }
* html .container1 {
	width: 0px;
	}			   

#p7menubar li.home a {
	width: 89px;
	background: url("../images/nav/home1106.gif") no-repeat left top;
    background-position:0% -54px; background-position: 100% -54px;
}
#p7menubar li.home a:hover {
	background-position: 0% -54px;
}
#p7menubar li.home a:hover {
	background-position: 100% -54px;
}
#p7menubar a.triggerL {
	width: 111px;
	background: url("../images/nav/learn1106.gif") no-repeat left top;
    
}
#p7menubar a:hover.triggerL  {
	background-position: 0% -54px;
}
#p7menubar a:hover.triggerL {
	background-position: 100% -54px;
}
#p7menubar a.triggerS  {
	width: 101px;
	background: url("../images/nav/store1106.gif") no-repeat left top;
    
}
#p7menubar a:hover.triggerS  {
	background-position: 0% -54px;
}
#p7menubar a:hover.triggerS {
	background-position: 100% -54px;
}
#p7menubar a.triggerM  {
	width: 90px;
	background: url("../images/nav/members1106.gif") no-repeat left top;
    
}
#p7menubar a:hover.triggerM  {
	background-position: 0% -54px;
}
#p7menubar a:hover.triggerM {
	background-position: 100% -54px;
}
#p7menubar a.triggerC  {
	width: 131px;
	background: url("../images/nav/customer1106.gif") no-repeat left top;
    
}
#p7menubar a:hover.triggerC  {
	background-position: 0% -54px;
}
#p7menubar a:hover.triggerc {
	background-position: 100% -54px;
}
#p7menubar a.triggerA  {
	width: 84px;
	background: url("../images/nav/about1106.gif") no-repeat left top;
    
}
#p7menubar a:hover.triggerA  {
	background-position: 0% -54px;
}
#p7menubar a:hover.triggerA {
	background-position: 100% -54px;
}

#p7menubar a.trigger {
	padding: 19px 16px 19px 10px;
	height: 54px;
}

#p7menubar li {
	float: left;
	width: 10em;
}

#p7menubar li ul, #p7menubar ul li  {
	width: 11em;
}

#p7menubar ul li a  {
	padding: 3px 12px 3px 16px;
}

#p7menubar li ul {
	position: absolute;
	display: none;
	background: orange;
}

#p7menubar li:hover a, #p7menubar a:focus,
#p7menubar a:active, #p7menubar li.p7hvr a {
	color: green;
	background-color: #d7e8f0;
}

#p7menubar li:hover ul, #p7menubar li.p7hvr ul {
	display: block;
}

#p7menubar li:hover ul a, #p7menubar li.p7hvr ul a {
	color: #003366;
}

#p7menubar ul a:hover {
	background-color: #83d3fb!important;
	color: #003366!important;
}
/* The single backslash \ character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width.
Do not edit this rule in any way. */
#p7menubar li {width: auto;}

