@charset "utf-8";
/* Sub-Navigation Styles for Perfection Group website */


/** Container element **/
.subNavHolder
{
	position:relative;
	background:white;
}

/** Color links. Probably not needed **/
.subNavHolder a,.subNavHolder a:link, .subNavHolder a:visited
{
	color:#fff;
}

/** subnav menu styling **/
.subnav
{
	background:#5294d0;
	width:795px;
	padding:0px;
	height:20px;
	color:#fff;
	text-align:left;
	overflow:hidden;
}

.subnav.empty
{
	 background:#fff; 
	 height:21px;
}

/** hide subnav menus **/
.subNavHolder .subnav
{
	visibility:hidden;
	position: absolute; 
	top: 27px; 
	left: 0;
}

/** fix positioning in IE7  **/
*:first-child+html .subNavHolder .subnav { top:30px; }

/** fix positioning in IE6 **/
*html .subNavHolder .subnav { top:30px; }

/** Activates the sub menu on hover **/
.subNavHolder.hover .subnav { visibility:visible; }

/** Fix positioning **/
.subNavHolder#green .subnav { left:0; }
.subNavHolder#mechanical .subnav { left:-153px; }
.subNavHolder#service .subnav { left:-333px; }
.subNavHolder#about .subnav { left:-487px; }
.subNavHolder#news .subnav { left:-591px; }
.subNavHolder#contact .subnav { left:-669px; }