/* 
  ------------------------------------
  PVII Menu CSS Express Drop-Down Menu
  by Project Seven Development
  www.projectseven.com
  ------------------------------------
*/
#menuwrapper {
	position: relative;
	display: block;
	bottom: 0;
	padding-left: 90px;
	padding-right: 90px;
	width: 780px;
	height: 40px;
	background: url(/shop/themes/default/images/menu.png) no-repeat top left;
	margin-top: -4px;

}

.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
#menu, #menu ul {
	margin: auto;
	text-align: center;
	padding: 0;
	display: inline;
}

#menu li {
	margin: 0;
	padding: 0;
	display: inline;
	text-indent: -9000px
}

#home a {
	display: block;
	position: relative;
	width: 83px;
	height: 36px;
	background: url(/shop/themes/default/images/menu-home.gif) no-repeat top left;
	margin: 0;
	margin-top: 2px;
	padding: 0;
	float: left;
}

#home a:hover {
	background-position: 0 -36px;
}

#services a {
	display: block;
	width: 107px;
	height: 36px;
	background: url(/shop/themes/default/images/menu-services.gif) no-repeat top left;
	margin: 0;
	margin-top: 2px;
	padding: 0;
	float: left;
}

#services a:hover {
	background-position: 0 -36px;
}

#store_info a {
	display: block;
	width: 139px;
	height: 36px;
	background: url(/shop/themes/default/images/menu-store-info.gif) no-repeat top left;
	margin: 0;
	margin-top: 2px;
	padding: 0;
	float: left;
}

#store_info a:hover {
	background-position: 0 -36px;
}

#shipping_info a {
	display: block;
	width: 166px;
	height: 36px;
	background: url(/shop/themes/default/images/menu-shipping-info.gif) no-repeat top left;
	margin: 0;
	margin-top: 2px;
	padding: 0;
	float: left;
}

#shipping_info a:hover {
	background-position: 0 -36px;
}

#contact a {
	display: block;
	width: 124px;
	height: 36px;
	background: url(/shop/themes/default/images/menu-contact.gif) no-repeat top left;
	margin: 0;
	margin-top: 2px;
	padding: 0;
	float: left;
}

#contact a:hover {
	background-position: 0 -36px;
}

#cart a {
	display: block;
	width: 78px;
	height: 36px;
	background: url(/shop/themes/default/images/menu-cart.gif) no-repeat top left;
	margin: 0;
	margin-top: 2px;
	padding: 0;
	float: left;
}

#cart a:hover {
	background-position: 0 -36px;
}

#blog a {
	display: block;
	width: 78px;
	height: 36px;
	background: url(/shop/themes/default/images/menu-blog.gif) no-repeat top left;
	margin: 0;
	margin-top: 2px;
	padding: 0;
	float: left;
}

#blog a:hover {
	background-position: 0 -36px;
}

#menu a {
	
}
#menu a.trigger {
	/*padding: 5px 16px 5px 10px;*/
	/*background-image: url(images/p7PM_dark_south.gif);
	background-repeat: no-repeat;
	background-position: right center;*/
	/*background-color: #243a55;*/
}
#menu li {
	
}
#menu li {position: relative;}

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

#menu li ul, #menu ul li  {
	background-image: none;
	width: 12em;
	text-indent: 0;
}

#menu li ul {
	display: none;
	position: absolute;
}

#menu ul li a  {
	background-image: none;
	background-color: #243a55;
	/*color: #565656;
	border-right: 0;
	padding: 3px 12px 3px 16px;*/
}
#menu li ul {
	text-indent: 0;
	position: absolute;
	margin-top: 38px;
	display: none;
	background-color: #243a55;
	color: #fff;
	/*border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	background-image: url(images/p7exp_mgrad.jpg);
	background-repeat: repeat-x;*/
}

#menu li ul li, #menu li ul li a {
	height: 18px;
}



#menu #services ul {
	margin-left: 85px;
}

#menu #services ul, #menu #services ul li, #menu #services ul li a{
	width: 103px;
	padding: 0;
}

#menu #store_info ul {
	margin-left: 191px;
}

#menu #store_info ul, #menu #store_info ul li, #menu #store_info ul li a{
	width: 137px;
	padding: 0;
}

#menu #shipping_info ul {
	margin-left: 329px;
}

#menu #shipping_info ul, #menu #shipping_info ul li, #menu #shipping_info ul li a{
	width: 166px;
	padding: 0;
}

#menu #contact ul {
	margin-left: 495px;
}

#menu #contact ul, #menu #contact ul li, #menu #contact ul li a{
	width: 124px;
	padding: 0;
}

#menu #cart ul {
	margin-left: 619px;
}

#menu #cart ul, #menu #cart ul li, #menu #cart ul li a{
	width: 78px;
	padding: 0;
}

#menu li:hover a, #menu a:focus,
#menu a:active, #menu li.p7hvr a {
	color: #fff;
	background-color: #000;
}
#menu li:hover ul, #menu li.p7hvr ul {
	display: block;
}
#menu li:hover ul a, #menu li.p7hvr ul a {
	color: #fff;
	background-color: transparent;
}
#menu ul a:hover {
	background-color: #000!important;
	color: #FFFFFF !important;
}
#menu li ul li.last {
	padding-bottom: 10px;
	border-bottom: 2px solid #000;
}

/*---- IE PNG FIX -----*/

img, h1 a { behavior: url(/shop/themes/aa/iepngfix.htc) }
 