/* 

  -----------------------------------

  PopMenu Magic Style Sheet

  by Project Seven Development

  www.projectseven.com

  Menu Type: Horizontal

  Style Theme:0 -Basic Style

  -----------------------------------

  Adapted for root-level Background Images

*/

/*Font-size is set for all menu items here*/

#p7PMnav {

	margin: 0;

	padding:0;

	font-size: .8em;
	

}

#p7PMnav li {

	list-style-type: none;

	margin: 0;

	padding: 0;

}

/*border top is set to zero to allow the top of the first dropdown to abut the bottom of our buttons*/

#p7PMnav ul {

	margin: 0;

	padding: 0;

	position: absolute;

	left: -9000px;

	z-index: 10000;

	border-top: 0;

	border-right: 1px solid #000000;

	border-bottom: 1px solid #000000;

	border-left: 1px solid #666666;

}

/*top border is put back on for flyouts*/

#p7PMnav ul li ul {

	border-top: 1px solid #666666;

	border-right: 1px solid #000000;

	border-bottom: 1px solid #000000;

	border-left: 1px solid #666666;

}

/*this is all we need for top-level links*/

#p7PMnav a {

	display: block;

	text-decoration: none;

}

/*This rule styles the sub-menu links*/

#p7PMnav ul a, #p7PMnav ul a:visited {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;

	padding: 4px 10px 4px 16px;

	background-color: #FFFFFF;

	color: #000099;

	opacity: 0.88;

  filter: alpha(opacity=88);

  }

}

/*This is top-level only and is the rule that shifts the background image so that we now

see the bottom one. It is deployed via multiple selectors for hovering, tab key access,

and so it stays persistent when its associated sub-menu is open*/

#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus,

#p7PMnav .p7PMon, #p7PMnav .p7PMmark {

	background-position: left bottom;

}

/*the sub-menu hovers*/

#p7PMnav ul a:hover, #p7PMnav ul a:active, #p7PMnav ul a:focus {

	background-color: #2E76A0;

	color: #FFFFFF;

	letter-spacing: 0.01px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;

}

/* ------ the current page marker style ------ */

#p7PMnav ul .p7PMmark {

	color: #333333;

	font-weight: bold;

}

/* ------ the trigger link styles ------- */



/*the normal trigger links */

#p7PMnav ul .p7PMtrg {

	background-image: url(img/p7PM_light_east.gif);

	background-repeat: no-repeat;

	background-position: right center !important;
	background-color:#FFFFFF;

}

/* the active trigger link style 

We turn the background image off to ensure that our top-level images do not

inherit down.*/

#p7PMnav ul .p7PMon {

	background-color: #666666;

	color: #CCCCCC;

	background-image: none;

}

/*the submenu classes */

/*The top property here and in the show class serves to fix a minor bug introduced

by the good folks at Apple in their Safari browser for Panther OS*/

#p7PMnav .p7PMhide {

	left: -9000px;

	border: 0;

	top: 0;

}

#p7PMnav .p7PMshow {

	top: auto;

	left: auto;

	z-index: 20000 !important;

}

/* Top level menu width

We set width to auto because we are using top-level bg images and the width is

assigned directly via the IDs assigned to the links.*/

#p7PMnav li {

	float: left;

	width: auto;

}

#p7PMnav ul li {

	float: none;

}

/* 2nd and subsequent Submenu widths */

#p7PMnav ul, #p7PMnav ul li {

	width: 172px;

}

#pmmcrumb {

	font-weight: bold;

	margin-bottom: 16px;

	color: #333333;

}

#pmmcrumb a, #pmmcrumb a:visited {

	font-weight: bold;

	color: #535FAC;

}

#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {

	font-weight: bold;

	color: #333333;

}

/*The top-level common properties

Height matches the height of the background images. No repeating. Text indent

hides the text offscreen left.

If you need to add more links, place a comma after #b4 and add more selectors,

incrementing from #b5*/

#b1, #b2, #b3, #b4, #b5, #b6, #b7 {

	height: 22px!important;

	background-repeat: no-repeat;

	text-indent: -3000px;

}

/*The individual top-level IDS. We simply set width to match the width of the

associated background image and then we set the background image.

If you need to add more links, add more selectors, incrementing from #b5*/

#b1 {

	width: 72px;

	background-image: url(../images/home.gif);

}

#b2 {

	width: 110px;

	background-image: url(../images/houston-search-engineoptimization.gif);

}

#b3 {

	width: 114px;

	background-image: url(../images/strategy.gif);

}

#b4 {

	width: 130px;

	background-image: url(../images/technology.gif);

}

#b5 {

	width: 112px;

	background-image: url(../images/services.gif);

}

#b6 {

	width: 113px;

	background-image: url(../images/packages.gif);

}

#b7 {

	width: 89px;

	background-image:  url(../images/clients.gif);

}

