
body  {
	font: 11px Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(/template/imagesPNL/shadowFrame.jpg);
	background-repeat: repeat-y;
	background-color: #e6e6e5;
	background-position: center top;
}

p { 
	font: 11px arial, sans-serif;
	text-align: justify;
	color: #333333;
	padding: 0px 15px 0px 15px;
}

h1 { 
	font: 18px arial, sans-serif;
	font-weight:bold;
	margin: -5px 0 0px 0;
	padding: 3px 0 0px 15px;
	color: #000;
	text-transform:capitalize;
}

h2 { 
	font-size: 15px; font-weight: bold; font-family: arial, sans-serif;
	margin: 0 0 0px 0;
	padding: 20px 0 0 15px;
	color: #5D97D1; 
}

h3 { 
	font-size: 1.1em; 	
	font-weight: bold; 
	font-family: Calibri, sans-serif;
	margin: 0;
	padding: 0;
	color: #666666; 
}

h4 { 
	font-size: 19px; font-weight: bold; font-family: Calibri, sans-serif;
	margin: 0 0 -10px 0;
	padding: 1px 0 0 15px;
	color: #848484; 
}

h5{
	font-family: calibri, sans-serif;
	font-size:2em;
	font-weight: normal;
	color: #999999;
	padding: 10px 0 8px 0;
	margin: 0 0 -10px 0;
}

h6 { 
	font-size: 17px; font-weight: bold; font-family: arial, sans-serif;
	margin: 0 0 -10px 0;
	padding: 0px 0 0 0px;
	color: #848484; 
}

#navlist li { 
	list-style-type: disc;
	font: 11px arial, sans-serif;
	color: #333333; 
	margin: 0 0 4px 25px;
}

.thrColAbsHdr #container { 
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: transparent;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0 0px 0 0px;
	border-left: 0px solid #ccc;
	border-right: 0px solid #ccc;
	text-align: left; /* this overrides the text-align: center on the body element. */
	}
/* Tips for absolutely positioned sidebars with header and footer:
1. Absolutely positioned (AP) elements must be given a top and side value, either right or left. (As a default, if no top value is given, the AP element will begin directly after the last element in the source order of the page. This means, if the sidebars are first element in the #container in the document's source order, they will appear at the top of the #container even without being given a top value. However, if they are moved later in the source order for any reason, they'll need a top value to appear where you desire.
2. Absolutely positioned (AP) elements are taken out of the flow of the document. This means the elements around them don't know they exist and don't account for them when taking up their proper space on the page. Thus, an AP div should only be used as a side column if you are sure the middle #mainContent div will always contain the most content. If either sidebar were to contain more content, that sidebar would run over the bottom of the parent div, and in this case the footer as well, and the sidebar would not appear to be contained.
3. If the above mentioned requirements are met, absolutely positioned sidebars can be an easy way to control the source order of the document.
4. If the source order is changed, the top value should be equal to the height of the header since this will cause the columns to visually meet the header.
*/
.thrColAbsHdr #header { 
	height: 100px; /* if you're changing the source order of the columns, you'll may want to use a height on the header so that you can give the columns a predictable top value */
	background: #FFF; 
	padding: 6px 0px -15px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 980px;
} 

.thrColAbsHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.thrColAbsHdr #sidebar1 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: none; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 15px 0px; /* padding keeps the content of the div away from the edges */
}

.content { 
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: none;
	margin: 0 0 15px 0; /* the auto margins (in conjunction with a width) center the page */
	padding: -30px 0 0px 0; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(http://www.pervasive.co.uk/template/imagesPNL/contentSideV2.jpg);
	background-repeat: repeat-y;
}

.thrColAbsHdr #locationContent { 
	position: relative;
	top: 0px;
	margin: -23px 0 0 240px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0px 0 0px 22px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 708px;
	border-left: 0px solid #CCCCCC;
}

.thrColAbsHdr #homeContent { 
	position: relative;
	top: 0px;
	margin: 35px 0 0px 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0 0 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 980px;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

/* Links */

.r {
	color: #999999;
	font-family: arial, helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
}
	
.r:link {
	color: #999999;
	text-decoration: none;
}

.r:hover {
	color: #0C73E9;
	background:#ececec;
	text-decoration: underline;
}
.r:visited {
	color: #999999;
	text-decoration: none;
}
.r:active {
	color: #999999;
	text-decoration: none;}
	
.b {
	color: #5D97D1;
	font-family: arial, helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
}
	
.b:link {
	color: #5D97D1;
	text-decoration: none;
}

.b:hover {
	color: #0000CC;
	text-decoration: none;
}

.b:active {
	color: #5D97D1;
	text-decoration: none;
}

a.pnl:link {
	color: #999999;
	text-decoration: none;
}
a.pnl:visited {
	text-decoration: none;
	color: #999999;
}
a.pnl:hover {
	text-decoration: none;
	color: #999999;
}
a.pnl:active {
	text-decoration: none;
	color: #999999;
}
a.pnl {
	font-size: 8px;
}

/* End Links */
	

#banner { 
	position:relative;
	top:157px;
	margin: 0px 0 0px 0px;
	height: 200px; /* if you're changing the source order of the columns, you'll may want to use a height on the header so that you can give the columns a predictable top value */
	background: transparent; 
	padding:0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

.thrColAbsHdr #heading { 
	height: 30px; /* if you're changing the source order of the columns, you'll may want to use a height on the header so that you can give the columns a predictable top value */
	background: #fbfbfb; 
	padding: 17px 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

.thrColAbsHdr #rss{
	width:21px;
	height:20px;
	position:absolute;
	top: 50px;
	padding: 0 0px 0 0px;
	left: 816px;
	z-index: 12;
}

.thrColAbsHdr #bookmark{
	width:98px;
	height:19px;
	position:absolute;
	top: 57px;
	padding: 0 0px 0 0px;
	left: 854px;
	z-index: 2000;
}

.thrColAbsHdr #home{
	width:67px;
	height:19px;
	position:absolute;
	top: 83px;
	padding: 0 0px 0 0px;
	left: 452px;
	z-index: 16;
}

#searchform {
	width:150px;
	height:24px;
	position:absolute;
	top: 10px;
	left: 11px;
	padding: 0 0 0 0;
	border: 0px;
	background-image: url(http://www.pervasive.co.uk/template/imagesPNL/searchfield_border.png);
	background-repeat: no-repeat;
	z-index: 20;	
}

input {
	background-color:transparent;
	border:none;
	margin: 2px 0 0 17px;
	color:#555555;
		font-size:9px;
}

input[type="submit"]:hover
     {
        background-image: url(/template/images/goButtonHover.gif);
        background-repeat: no-repeat;
     }
	 
/*End of Search Form*/


#contact {
	width:165px;
	height:23px;
	position:absolute;
	top:88px;
	padding: 0px 0px 0 0px;
	left: 814px;
	border: 0px;
	z-index:22;
}

/*top nav*/

#nav {
	position:relative;
	top: 0px;
	width: 981px;
	margin: 20px 0px -57px -1px;
	text-align: center;
	padding: 0 0 -20px 0px;
	overflow: hidden;
	background-color:#FFFFFF;
}

/*end top nav*/



/* GLOBALHEADER */
#globalheader { width: 980px; height: 38px; margin: 20px 0 20px 0; position: relative; z-index: 9998; }
#globalheader #globalnav { margin: 0; padding: 0; }
#globalheader #globalnav li { display: inline; }
#globalheader #globalnav li a { float: left; width: 117px; height: 0; padding-top: 38px; overflow: hidden; }
#globalheader #globalnav li a,
#globalheader #globalsearch { background-image: url(http://www.pervasive.co.uk/template/imagesPNL/navbg2.png); _background-image: url(http://www.pervasive.co.uk/template/imagesPNL/navbg2.png); background-repeat: no-repeat; }

/* BUTTONS */
#globalheader #globalnav li#about a { background-position: 0 0; width: 88px; }
#globalheader #globalnav li#business a { background-position: -88px 0; width: 132px;}
#globalheader #globalnav li#industry a { background-position: -220px 0; width: 133px; }
#globalheader #globalnav li#technology a { background-position: -353px 0; width: 144px; line-height: 29px;}
#globalheader #globalnav li#life a { background-position: -497px 0; width: 129px;}
#globalheader #globalnav li#case a { background-position: -626px 0; width: 96px;}
#globalheader #globalnav li#news a { background-position: -722px 0; width: 100px;}

/* OVER STATES */
#globalheader #globalnav li#about a:hover { background-position: 0 -39px; }
#globalheader #globalnav li#business a:hover { background-position: -88px -39px; }
#globalheader #globalnav li#industry a:hover { background-position: -220px -39px; }
#globalheader #globalnav li#technology a:hover { background-position: -353px -39px; }
#globalheader #globalnav li#life a:hover { background-position: -497px -39px; }
#globalheader #globalnav li#case a:hover { background-position: -626px -39px; }
#globalheader #globalnav li#news a:hover { background-position: -722px -39px; }

/* PRESSED STATES */
#globalheader #globalnav li#about a:active { background-position: 0px -77px; }
#globalheader #globalnav li#business a:active { background-position: -88px -77px; }
#globalheader #globalnav li#industry a:active { background-position: -220px -77px; }
#globalheader #globalnav li#technology a:active { background-position: -353px -77px; }
#globalheader #globalnav li#life a:active { background-position: -497px -77px; }
#globalheader #globalnav li#case a:active { background-position: -626px -77px; }
#globalheader #globalnav li#news a:active { background-position: -722px -77px; }

/* ON STATES */
#globalheader.about #globalnav li#about a:hover { background-position: 0 0; cursor: default; }
#globalheader.business #globalnav li#business a { background-position: -117px -114px !important; }
#globalheader.industry #globalnav li#industry a { background-position: -234px -114px !important; }
#globalheader.technology #globalnav li#technology a { background-position: -351px -114px !important; }
#globalheader.life #globalnav li#life a { background-position: -468px -114px !important; }
#globalheader.case #globalnav li#case a { background-position: -585px -114px !important; }
#globalheader.news #globalnav li#news a { background-position: -702px -114px !important; }


/* GLOBAL SEARCH */
#globalsearch { width: 160px; height: 38px; position: absolute; top: 0; right: 0; background-position: 100% 0; background-repeat: no-repeat; }



/* PRODUCT BROWSER */
#productbrowser { 
	position: relative; 
	top: -120px; 
	left:-5px;
	width:989px; 
	height:200px; 
	font-size:12px; 
	line-height:18px; 
	background: url(http://www.pervasive.co.uk/template/imagesPNL/scrollerBackgroundV3.png) no-repeat top; overflow: auto; 						
	z-index: 10000; 
	background-color:transparent;
}


#pb-productbrowsercontainer { position: relative; width: 980px; height: 180px; margin: 4px 3px 0 10px; }

#pb-productslider { top:0px; left:0; width:4000px; height:130px; position:absolute; margin:0 0 0 0; padding:0 0 0 0; }

#pb-productslider .pb-productimage { float: left; width: 165px; height: 140px; position: relative; top: 0; }
#pb-productslider .pb-productimage a { float: left; width: 100%; padding-top: 135px; overflow: hidden; color: #ccc; font-size: 11px; text-align: center; background-position: 50% 100%; background-repeat: no-repeat; }
#pb-productslider .pb-productimage a:hover { text-decoration: none; color: #000; }

#pb-productslidertrack { position: absolute; top: 140px; left: 7px; width:949px; height:31px; overflow: hidden; background: url(http://www.pervasive.co.uk/template/imagesPNL/scrollbarV2.png) no-repeat; visibility: hidden; }

#pb-cat1 { position: absolute; top: 6px; z-index: 150; color: #FFF; font-size: 12px; font-weight:bold; cursor: pointer; left: 57px; }
#pb-cat2 { position: absolute; top: 6px; z-index: 150; color: #FFF; font-size: 12px; font-weight:bold; cursor: pointer; left: 808px; }

#pb-productsliderhandle { position: absolute; width: 213px; height: 19px; cursor: pointer; z-index: 155; }

#pb-productsliderhandleimage { position: absolute; top: 7px; width: 213px; height: 19px; background: url(http://www.pervasive.co.uk/template/imagesPNL/productbrowser_scroller.png) no-repeat; behavior:url(http://www.pervasive.co.uk/template/imagesPNL/iepngfix.htc); cursor: pointer; z-index: 5; }

#pb-leftarrow { position: absolute; left: 17px; top: 152px; width: 20px; height: 20px; background: transparent; z-index: 150; cursor: pointer; }
#pb-rightarrow { position: absolute; left: 942px; top: 152px; width: 20px; height: 20px; background: transparent; z-index: 150; cursor: pointer; }













































/* PRODUCT BROWSER PRODUCTS */
#pb-productslider #pb-ipodshuffle a { background-image:url(http://www.pervasive.co.uk/template/imagesPNL/logos/aruba.jpg); }
#pb-productslider #pb-ipodnano a { background-image:url(http://www.pervasive.co.uk/template/imagesPNL/logos/brocade.jpg); }
#pb-productslider #pb-ipod a { background-image:url(http://www.pervasive.co.uk/template/imagesPNL/logos/fortinet.jpg); }
#pb-productslider #pb-ipodtouch a { background-image:url(http://www.pervasive.co.uk/template/imagesPNL/logos/HP_Logo.jpg); }
#pb-productslider #pb-appletv a { background-image:url(http://www.pervasive.co.uk/template/imagesPNL/logos/procurve.jpg); }
#pb-productslider #pb-accessories a { background-image:url(http://www.pervasive.co.uk/template/imagesPNL/logos/mitel.jpg); }
#pb-productslider #pb-itunes a { background-image:url(http://www.pervasive.co.uk/template/imagesPNL/logos/riverbed.jpg); }
#pb-productslider #pb-macbookpro a { background-image:url(http://www.pervasive.co.uk/template/imagesPNL/logos/checkpoint.jpg);}
#pb-productslider #pb-giftcards a { background-image:url(http://www.pervasive.co.uk/template/imagesPNL/logos/ekahau.jpg);}
#pb-productslider #pb-macpro a { background-image:url(http://www.pervasive.co.uk/template/imagesPNL/logos/emerson.jpg);}
#pb-productslider #pb-macosx a { background-image:url(http://www.pervasive.co.uk/template/imagesPNL/logos/infoblox.jpg);}
#pb-productslider #pb-xserve a { background-image:url(http://www.pervasive.co.uk/template/imagesPNL/logos/inmon.jpg);}
#pb-productslider #pb-xsan a { background-image:url(http://www.pervasive.co.uk/template/imagesPNL/logos/jacarta.jpg);}
#pb-productslider #pb-finalcutexpress a { background-image:url(http://www.pervasive.co.uk/template/imagesPNL/logos/redetec.jpg);}
/* PRODUCT REPOSITIONING */
#pb-productslider #pb-ipodshuffle { margin:0 -35px 0 0px; }
#pb-productslider #pb-ipodnano { margin:0 0px 0 15px; }
#pb-productslider #pb-ipod { margin:0 0px 0 0px; }
#pb-productslider #pb-ipodtouch { margin:0 0 0 -15px; }
#pb-productslider #pb-appletv { margin:0 0px 0 7px; }
#pb-productslider #pb-accessories { margin:0 0px 0 8px; }
#pb-productslider #pb-itunes { margin:0 0 0 12px; }
#pb-productslider #pb-downloaditunes { margin:0 0 0 13px; }
#pb-productslider #pb-macbookpro { margin:0 0px 0 0px; }
#pb-productslider #pb-giftcards { margin:0 0 0 0px; }
#pb-productslider #pb-macpro { margin:0 0 0 0px; }
#pb-productslider #pb-macosx { margin:0 0px 0 0px; }
#pb-productslider #pb-xserve { margin:0 0px 0 0px; }
#pb-productslider #pb-xsan { margin:0 0px 0 0px; }
#pb-productslider #pb-finalcutexpress { margin:0 0px 0 0px; }
#pb-productslider #pb-macosxserver { margin:0 0px 0 0px; }
#pb-productslider #pb-finalcutserver { margin:0 0px 0 0px; }
#pb-productslider #pb-xsan { margin: 0 0 0 0px; }


/* Footer */

.thrColAbsHdr #footerHome { 
	background-image: url(/template/imagesPNL/footerTest.png);
	background-repeat: no-repeat;
	padding: 0px 0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 0px 0 0 3px;
	height:230px;
} 

.thrColAbsHdr #footerHome p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.thrColAbsHdr #footerHome div {
	float: left;
	width: 100px;
	margin: 0px 0 10px 0;
}

.thrColAbsHdr #footerHome ul {
	margin:0px 0 0 0px; 
	padding:0 0 0 0px;
	list-style: none;
}


.thrColAbsHdr #footerHome ul li {
	float:left; 
	clear: both;
	list-style:none; 
	margin:-1px 0 0 0px;
	font-size: 9px; font-family: arial, sans-serif; color: #C0C0C0;
}

.thrColAbsHdr #footerHome a {
	text-decoration: none;
	color: #ECECEC;
	font-weight: normal; font-size: 9px; font-family: arial, sans-serif;
	margin: 0px 0 0 0;
}

.thrColAbsHdr #footerHome a:hover {
	color: #BDBDBD;
}

.thrColAbsHdr #footerHome h3 {
	margin: 3px 0 0px 0px;
	font-size: 1.1em;
	color: #ECECEC;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0em;
}

.thrColAbsHdr #footerHome h4 {
	margin: 10px 0 0px 5px;
	font-size: 12px;
	color: #ECECEC;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0em;
}

.thrColAbsHdr #footerHome h2 {
	margin: 0px 0 0px -17px;
	font-family: calibri, Helvetica, sans-serif;
	font-size: 26px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 10px;
	padding: 15px 0 -7px 0px
}

.thrColAbsHdr #footerHome h5 {
	margin: -10px 0 0px 125px;
	font-family: calibri, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

.thrColAbsHdr #footerHome h6 {
	margin: 5px 0 0px 0px;
	font-family: calibri, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0em;
}

.thrColAbsHdr #footerHome h1 {
	margin: 0px 0 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:justify;
	font-size: 8px;
	color: #ffffff;
	font-weight: bold;
	letter-spacing: 0.04em;
}

.thrColAbsHdr #footerHome p {
	margin: 0px 0 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:justify;
	font-size: 8px;
	color: #ffffff;
	font-weight: bold;
	letter-spacing: 0.04em;
}


/* End of Footer Home*/

/*Menu Footer*/

#menuFooter {
	position: relative;
	top:8px;
	left: -3px;
	margin: 0 0 0 0px;
	padding: 0 0px 0 0px;
}

#menuFooter ul li a {
	padding: 0px 0 3px 0;
	margin: 0 0 0 0px;
	border-bottom: 0px solid #E5E5E5;
	width: 160px;
}

#menuFooter li {
	margin: 0 0px 0 0px;
	padding: 0 0 0 0;
}

#menuFooter a {
	display: block;
	padding: 0 0 0px 0px;
	margin: 0px 0 0 0;
	font-family: arial, sans-serif;
	color: #666666;
	font-size:8px;
	font-weight: bold;
	text-decoration: none;
	width: 100%;
}

#menuFooter a:hover{
	color: #3680B7;
	text-decoration: none;
}

#menuFooter h6 {
	margin: 3px 0 0px 0px;
	font-size: 1.1em;
	color: #ECECEC;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0em;
}

/*End Menu Footer*/


/* Terms and Conditions*/

.thrColAbsHdr #copyright {
	position:relative;
	top: 8px;
	left: 4px;
	height: 30px;
	width: 95%;
	padding: 0 0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font: 8px Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	margin: 0 0 0 120px;
	clear:both;
	z-index:99;
} 

.thrColAbsHdr #copyright a {
	text-decoration: none;
	color: #0963CD;
	font-weight: bold; 
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif;
}

.thrColAbsHdr #copyright a.r {
	text-decoration: none;
	color: #333;
	font-weight: bold; 
	font-size: 9px; 
	font-family: Arial, Helvetica, sans-serif;
}

.thrColAbsHdr #copyright a:hover {
	text-decoration: none;
	color: #0000CC;
	font-family: Arial, Helvetica, sans-serif;
}

/* End of Terms and Conditions*/

/* Menus*/

/* pagenav */
#pagenav a { text-decoration: none; }

#pagenav { 
	clear: both; 
	width: 228px; 
	margin: 13px 0 0px 8px; 
	padding: 7px 0 7px 12px; 
	border-top: 0px solid #eee; 
	font-size: 18px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-weight:bold; 
}

#pagenav:after { content: '.'; display: block; height: 0; clear: both; visibility: hidden; }

/* features nav */

#featuresnav { float: left; margin: 0 0 0 -38px;  width: 228px; }

.nav li { padding: 0 0 1px; _padding-top:2px; }

.nav li a { 
	display: block; 
	position: relative; 
	padding: 0px 0 0px 10px; 
	color: #8c8c8c; 
	line-height: 25px; 
	background: url(http://www.pervasive.co.uk/template/imagesPNL/GreyArrow.gif) no-repeat 93% 7px; 
	text-decoration: none; -webkit-transition: color 0.2s ease-in-out; -moz-transition: color 0.3s ease-in-out;
}

.nav:hover li a { 
	color: #333; 
	text-decoration: none; -webkit-transition: color 0.2s ease-in-out; -moz-transition: color 0.3s ease-in-out; 
}

.nav a.alt { padding-left: 23px; }

.nav li a#selected{ /*hover and selected link*/
	color: #000;
	background: transparent url(http://www.pervasive.co.uk/template/imagesPNL/navBackground.gif) no-repeat;
	padding: 7px 0 0 9px;
}

.nav li a:hover,
.nav:hover li a:hover { 
	background: url(http://www.pervasive.co.uk/template/imagesPNL/greenArrow.gif) no-repeat 93% 7px; 
	color: #5D97D1; 
	text-decoration: none; 
}

/*glossy menu3*/

.thrColAbsHdr .glossymenu3{
	position:relative;
	top:60px;
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
	width: 220px; /*width of menu*/
	border: 0px solid #9A9A9A;
	border-bottom-width: 0;
	height: 177px;
}

.thrColAbsHdr .glossymenu3 h2{
	font-family: arial, helvetica, sans-serif;
	font-size:18px;
	font-weight: bold;
	color: #000;
	padding: 5px 0 0px 0px;
	margin: 0 0 10px 15px;
	text-transform:capitalize;
}

.thrColAbsHdr .glossymenu3 a.menuitem{
	border-bottom: 0px solid #ececec;
	font-family: arial, helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color: #8C8C8C;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 3px 0px 3px 0;
	margin: 0px 4px 0px 8px;
	padding-left: 0px;
	text-decoration: none;
	background: url(http://www.pervasive.co.uk/template/imagesPNL/GreyArrow.gif) no-repeat center right;
	line-height: 20px;
}

.thrColAbsHdr .glossymenu3 a.menuitem:visited, .glossymenu3 .menuitem:active{
	color: #727272;
}

.thrColAbsHdr .glossymenu3 a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 5px;
	right: 5px;
	border: none;
}

.thrColAbsHdr .glossymenu3 a.menuitem:hover{
	color: #5D97D1;
	background: url(http://www.pervasive.co.uk/template/imagesPNL/greenArrow.gif) no-repeat center right;
}

.thrColAbsHdr .glossymenu3 div.submenu{ /*DIV that contains each sub menu*/
	background: white;
}

.thrColAbsHdr .glossymenu3 div.submenu ul{ /*UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0 22px 5px 0;
}

.thrColAbsHdr .glossymenu3 div.submenu ul li{
	border-bottom: 1px solid #ffffff;
}

.thrColAbsHdr .glossymenu3 div.submenu ul li a{
	display: block;
	font: calibri, arial, sans-serif;
	color: #666666;
	font-weight: bold;
	font-size: 90%;
	text-decoration: none;
	padding: 2px 0 0 0;
	marging: 0 0 0 0px
}

.thrColAbsHdr .glossymenu3 div.submenu ul li a:hover{
	background-image: url(/template/images/contactBox.gif);
	background-repeat: no-repeat;
	color: #3680B7;
}

/*End of Glossy Menu 3*/

#contactMenu {
	position: absolute;
	top:270px;
	left: 5px;
	margin: 0 0 0 0px;
	width: 223px;
	height: 235px;
	padding: 0 10px 0 0px;
	background-image: url(/template/imagesPNL/contactBox.jpg);
	background-repeat: no-repeat;
}

.menuTitle {
	position: absolute;
	top:10px;
	margin: 0 0 0px 0px;
	width: 195px;
	height: 20px;
	padding: 0 0px 0 0px;
}

.menuTitle ul li a {
	padding: 0px 0 0 0px;
	margin: 0 0 0 0px;
	border-bottom: 0px solid #E5E5E5;
}

.menuTitle li {
	margin: 0 6px 0 0px;
	padding: 0 0 0 0;
}

.menuTitle a {
	display: block;
	padding: 0 0 0px 0px;
	margin: -2px 0 7px 0;
	font-family: arial, sans-serif;
	color: #000;
	font-size:18px;
	font-weight: bold;
	text-decoration: none;
	width: 100%;	
}

.menuTitle h2{
	font-family: arial, helvetica, sans-serif;
	font-size:18px;
	font-weight: bold;
	color: #000;
	padding: 0px 0 0px 0px;
	margin: 0px 0 0px 15px;
	text-transform:capitalize;
}

.menuTitle a:hover{
	color: #0963CD;
	text-decoration: none;
}