a:link		{ color: #cc6600; text-decoration: none }
a:visited	{ color: #ff9933; text-decoration: underline }
a:active	{ color: #cc6600; text-decoration: underline }
a:hover		{ color: #cc6600; text-decoration: underline }

a.phone:link		{ color: #000000; text-decoration: underline }
a.phone:visited	{ color: #000033; text-decoration: underline }
a.phone:active	{ color: #000000; text-decoration: underline }
a.phone:hover		{ color: #000000; text-decoration: none }

a.feel-ui-container:link	{ text-decoration: none }
a.feel-ui-container:visited	{ text-decoration: none }
a.feel-ui-container:active	{ text-decoration: none }
a.feel-ui-container:hover	{ text-decoration: none }


table:first-child {
	width:100% !important;
}
/*
*****************************
	SIDEBAR SIDEBAR SIDEBAR
*****************************
*/

/*
*****************************
	SCROLLER
*****************************
*/
#scrollercontent {
	width:150px;
	height:170px;
	text-align:center;
	margin:2px auto 10px auto;
	padding: 3px 0px 3px 0px !important;
	background:rgb(250,250,250);
	box-shadow: 0px 0px 3px rgb(50,50,50),inset 2px 2px 3px rgb(255,255,255);
	border-radius:5px;
}
.scrollingelement {
	margin:0px auto 0px auto;
	text-align:center;
	width:150px;
	background:rgb(255,255,255);
	height:auto;
}
.scrollingelement h1 {
	font-size:9pt;
	padding: 0px 4px 0px 4px;
	margin:5px auto 5px auto;
}
.scrollingelement img {
	margin:2px auto 2px auto;
	max-width:150px;
	max-height:130px;
}
/*
*****************************
	SIDEBAR PHONE
*****************************
*/
.ui-sidebarinfo {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	border-collapse: collapse;
	border-spacing: 0;
}
.ui-sidebarinfo {
	position:relative;
	width:150px;
	min-height:100px;
	text-align:center;
	margin:2px auto 0px auto !important;
	padding: 1px 0px 5px 0px;
	background:rgb(250,250,250);
	box-shadow: 0px 0px 3px rgb(50,50,50),inset 2px 2px 3px rgb(255,255,255);
	text-shadow: rgb(255,255,255) 0px 1px 0px ;
	border-radius:5px;
}
.ui-sidebarinfo h1 {
	font-size:1.3em;
	font-weight:bold;
	margin:4px auto 0px auto;
}
.ui-sidebarinfo p {
	font-size:1em;
	font-weight:normal;
	color:rgb(40,40,40);
	margin:4px auto 0px auto;
}
.ui-sidebarinfo-title {
	font-weight:bold;
}
.ui-sidebarinfo-button {
	font-size:1.1em;
	font-weight:bold;
	color:rgb(255,255,255) !important;
	padding:6px 9px 5px 9px;
	background:rgb(235,115,5);
	text-shadow: rgb(0,0,0) 0px 1px 0px !important;
	box-shadow: 1px 1px 1px rgb(0,0,0);
	border-radius:5px;
}

.ui-sidebarinfo a:hover{
	text-decoration:none !important;
	color:rgb(255,255,255);
	background:rgb(165,165,165);
}
.ui-sidebarinfo a:active{
	text-decoration:none !important;
	box-shadow: inset 1px 1px 2px rgb(0,0,0);
}

/*
*****************************
	PRODUCT TABLES START
*****************************
*/
.ui-product-table ul,.ui-image-table {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	font-size: 100% !important;
	font: inherit !important;
	vertical-align: baseline !important;
	border-collapse: collapse !important;
	border-spacing: 0 !important;
}

.ui-product-table {	
	width:800px;
	cursor:default;
	background:rgb(252,252,252);
	min-height:50px;
	margin:0px auto 15px auto;
	margin-left:20px;
	padding:6px 6px 6px 6px;
	text-shadow:rgb(255,255,255) 0px 1px 0px !important;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	-webkit-box-shadow:1px 1px 3px rgb(222,222,222), 0px 0px 3px rgb(222,222,222), inset 1px 5px 5px rgb(255,255,255);
	-moz-box-shadow:1px 1px 3px rgb(222,222,222), 0px 0px 3px rgb(222,222,222), inset 1px 5px 5px rgb(255,255,255);
	box-shadow:1px 1px 3px rgb(222,222,222), 0px 0px 3px rgb(222,222,222), inset 1px 5px 5px rgb(255,255,255);
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
}
.ui-product-table:hover {
    -webkit-box-shadow:1px 1px 2px rgb(80,80,80);
	-moz-box-shadow:1px 1px 2px rgb(80,80,80);
	box-shadow:1px 1px 2px rgb(80,80,80);
}
.ui-product-table-ul {
	min-height:100px;
}
li.liblockimg {
	width:110px;
}
li.liblocktext {
	width:660px;
	padding:0px 5px 0px 5px;
	margin:0px 0px 0px 15px;
}
li.liblockimg,li.liblocktext {
	float:left;
	min-height:100px;
}
li.liblockimg img {
	max-width:110px;
	max-height:110px;
	margin:0px auto 0px auto;
	-webkit-box-shadow:0px 0px 0px rgb(0,0,0);
	-moz-box-shadow:0px 0px 0px rgb(0,0,0);
	box-shadow:0px 0px 0px rgb(0,0,0);
}

.ui-image-table td {
	width:110px;
	height:100px;
	text-align:center;
	vertical-align:middle;
}
.liblocktext h1 {
	color:rgb(50,50,50);
	text-align:left;
	font-size:1.4em;
	font-weight:bold;
	margin:2px auto 4px auto;
}
.liblocktext p {
	text-align:justify;
	font-size:1em;
	color:rgb(100,100,100);
	margin:4px auto 10px auto;
}
.ui-price-title-bar{
	border-radius:3px;
	-webkit-box-shadow:inset 1px 1px 1px rgb(200,200,200);
	-moz-box-shadow:inset 1px 1px 1px rgb(200,200,200);
	box-shadow:inset 1px 1px 1px rgb(200,200,200);
	background:rgb(240,240,240);
}
ul.ui-pricelist-ul {
	padding:4px 0px 4px 0px;
	margin:8px auto 0px auto !important;
	cursor:default;
}
.ui-pricelist-ul li {
	float:left;
	border-right:rgb(220,220,220) solid 1px;
	margin:4px 0px 4px 0px;
}
li.ui-li-itemnumber {
	width:25%;
}
li.ui-li-qty {
	width:30%;
	
}
li.ui-li-price {
	width:29%;
}
li.ui-li-button {
	width:15%;
	border-right:rgb(220,220,220) solid 0px;
}
.ui-title-label {
	font-weight:bold;
}
.ui-item-shoppingcart {
	padding:2px 6px 2px 6px;
	border-radius:4px;
	-webkit-box-shadow:1px 1px 1px rgb(150,150,150);
	-moz-box-shadow:1px 1px 1px rgb(150,150,150);
	box-shadow:1px 1px 1px rgb(150,150,150);
	background:rgb(180,180,180);
	color:rgb(255,255,255);
	font-weight:bold;
	text-shadow:rgb(0,0,0) 0px 0px 1px;
	color:rgb(255,255,255) !important;
}
a.ui-item-shoppingcart:hover {
	text-decoration:none;
	background:rgb(150,150,150);
}
a.ui-item-shoppingcart:active {
	text-decoration:none;
	-webkit-box-shadow:inset 1px 1px 1px rgb(50,50,50),inset 1px 1px 2px rgb(200,200,200),1px 1px 1px rgb(180,180,180);
	-moz-box-shadow:inset 1px 1px 1px rgb(50,50,50),inset 1px 1px 2px rgb(200,200,200),1px 1px 1px rgb(180,180,180);
	box-shadow:inset 1px 1px 1px rgb(50,50,50),inset 1px 1px 2px rgb(200,200,200),1px 1px 1px rgb(180,180,180);
}
.ui-hightlight-ul:hover {
	background:rgba(245,245,245,0.3);
}



.ui-pageinfo {
	width:800px;
	cursor:default;
	background:rgb(252,252,252);
	min-height:50px;
	margin:0px auto 15px auto;
	margin-left:20px;
	padding:6px 6px 6px 6px;
	text-shadow:rgb(255,255,255) 0px 1px 0px !important;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	-webkit-box-shadow:1px 1px 3px rgb(222,222,222), 0px 0px 3px rgb(222,222,222), inset 1px 5px 5px rgb(255,255,255);
	-moz-box-shadow:1px 1px 3px rgb(222,222,222), 0px 0px 3px rgb(222,222,222), inset 1px 5px 5px rgb(255,255,255);
	box-shadow:1px 1px 3px rgb(222,222,222), 0px 0px 3px rgb(222,222,222), inset 1px 5px 5px rgb(255,255,255);
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
}
.ui-pageinfo h2 {
	text-align:center !important;
	position:relative !important;
	font-size:1.9em !important;
	font-weight:bold !important;
	margin: 2px 0px 2px 0px !important;
	padding: 0px 4px 0px 4px !important;
}
.ui-pageinfo h3 {
	text-align:center !important;
	position:relative !important;
	font-size:1.5em !important;
	font-weight:bold !important;
	margin: 5px 0px 0px 0px !important;
	padding: 0px 4px 0px 4px !important;
}
.ui-pageinfo p {
	text-align:justify !important;
	position:relative !important;
	font-size:1.2em !important;
	margin: 5px 0px 0px 0px !important;
	padding: 0px 4px 0px 4px !important;
}

/*
*****************************
	RELATED PRODUCTS
*****************************
*/
.ui-otherproductslist {
	width:800px;
	cursor:default;
	min-height:50px;
	margin:0px auto 0px auto;
	padding:0px 6px 0px 6px;
	text-shadow:rgb(255,255,255) 0px 1px 0px !important;
}

.ui-otherproductslist ul {
	text-align:center;
}
.ui-otherproductslist ul li {
	display:inline-block;
	cursor:default;
	margin:0px 8px 0px 8px;
	background:rgb(252,252,252);
	text-shadow:rgb(255,255,255) 0px 1px 0px !important;
	overflow:hidden !important;
	padding:0px 3px 0px 3px !important;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	-webkit-box-shadow:1px 1px 3px rgb(222,222,222), 0px 0px 3px rgb(222,222,222), inset 1px 5px 5px rgb(255,255,255);
	-moz-box-shadow:1px 1px 3px rgb(222,222,222), 0px 0px 3px rgb(222,222,222), inset 1px 5px 5px rgb(255,255,255);
	box-shadow:1px 1px 3px rgb(222,222,222), 0px 0px 3px rgb(222,222,222), inset 1px 5px 5px rgb(255,255,255);
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
}

.ui-otherproduct {
	width:165px !important;
	height:155px !important;
	
	min-width:165px !important;
	min-height:155px !important;
	
	max-width:165px !important;
	max-height:155px !important;
	
	text-align:center;
}
.ui-otherproduct a { color:rgb(0,0,0) !important; text-decoration:none !important; }
.ui-otherproduct a:hover { color:rgb(0,0,0) !important; text-decoration:underline !important; }


.ui-otherproduct h1{
	text-align:center !important;
	position:relative !important;
	font-size:1.2em !important;
	color:rgb(0,0,0) !important;
	text-shadow:rgb(255,255,255) 0px 1px 0px;
	font-weight:bold !important;
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
}
.ui-otherproduct-imagetable {
	width:100px;
	height:100px;
	text-align:center;
	margin:0px auto 4px auto;
}
.ui-otherproduct-imagetable td {
	width:100px;
	height:100px;
	text-align:center;
	vertical-align:middle;
}
.ui-otherproduct-imagetable img {
	max-width:99px;
	max-height:99px;
}


/*
*****************************
	PRODUCTS SECTIONS
*****************************
*/


.ui-product-grid{
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	font-size: 100% !important;
	font: inherit !important;
	vertical-align: baseline !important;
	border-collapse: collapse !important;
	border-spacing: 0 !important;
}
.ui-product-grid {
	width:800px;
	cursor:default;
	min-height:50px;
	margin:0px auto 25px auto !important;
	margin-left:25px !important;
	padding:6px 6px 6px 6px;
	text-shadow:rgb(255,255,255) 0px 1px 0px !important;
}

.ui-product-grid li {
	display:inline-block;
	cursor:default;
	margin:0px 12px 16px 12px;
	background:rgb(252,252,252);
	text-shadow:rgb(255,255,255) 0px 1px 0px !important;
	overflow:hidden !important;
	padding:0px 3px 0px 3px !important;
	vertical-align: top !important;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	-webkit-box-shadow:1px 1px 3px rgb(222,222,222), 0px 0px 3px rgb(222,222,222), inset 1px 5px 5px rgb(255,255,255);
	-moz-box-shadow:1px 1px 3px rgb(222,222,222), 0px 0px 3px rgb(222,222,222), inset 1px 5px 5px rgb(255,255,255);
	box-shadow:1px 1px 3px rgb(222,222,222), 0px 0px 3px rgb(222,222,222), inset 1px 5px 5px rgb(255,255,255);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.ui-product-grid-box {
	width:200px;
	height:200px;
	min-width:200px;
	min-height:200px;
	max-width:200px;
	max-height:200px;
}
.ui-product-grid-box h1{
	font-size:1.3em;
}
.ui-product-grid-imagetable {
	width:140px;
	height:140px;
	text-align:center;
	margin:5px auto 4px auto;
}
.ui-product-grid-imagetable td {
	width:140px;
	height:140px;
	text-align:center;
	vertical-align:middle;
}
.ui-product-grid-imagetable img {
	max-width:140px;
	max-height:140px;
}
.ui-product-grid a:hover {
	text-decoration:none !important;
}
.ui-product-grid a:hover {
	text-decoration:none !important;
}
.ui-product-grid li:hover{
	-webkit-box-shadow:0px 0px 7px rgb(0,0,0);
	-moz-box-shadow:0px 0px 7px rgb(0,0,0);
	box-shadow:0px 0px 7px rgb(0,0,0);
}

/*
*****************************
	PRODUCT TABLES END
*****************************
*/


 /* THIS LINE CONTROLS THE FONT SIZE ON ALL PAGES */

TABLE		{ COLOR: #000000; FONT: 11px geneva, verdana, arial, sans-serif }
TD		{ COLOR: #000000; FONT: 11px geneva, verdana, arial, sans-serif }
.title		{ COLOR: #000000; FONT: 18px verdana, arial, sans-serif; font-weight: bold }
.biglink 	{ FONT: 12px verdana, arial, sans-serif; font-weight: bold; font-style: italic; TEXT-DECORATION: none }
.biglink:hover 	{ FONT: 12px verdana, arial, sans-serif; font-weight: bold; font-style: italic; TEXT-DECORATION: underline }
.just 		{text-align: justify;}
.copyright	{ COLOR: #999999; FONT: 9px geneva, verdana, arial, sans-serif }
.smalltitle 	{ COLOR: #000000; FONT: 11px verdana, arial, sans-serif; font-weight: bold }
.careertitle	{ COLOR: #666666; FONT: 14px geneva, verdana, arial, sans-serif; font-weight: bold }
.subtitle	{ COLOR: #999999; FONT: 16px geneva, verdana, arial, sans-serif; font-weight: bold }
.phonetitle	{ COLOR: #000000; FONT: 12px geneva, verdana, arial, sans-serif; font-weight: bold }
.picturecomments{ COLOR: #666666; FONT: 12px geneva, verdana, arial, sans-serif }
.picturehilight	{ COLOR: #663366; FONT: 13px geneva, verdana, arial, sans-serif; font-weight: bold  }
.picturetitle 	{ COLOR: #000000; FONT: 13px verdana, arial, sans-serif; font-weight: bold }
.list 		{ COLOR: #000000; FONT: 12px geneva, verdana, arial, sans-serif; font-weight: normal }
.faq 		{ line-height: 19px }
h1			{ COLOR: #000000; FONT: 24px Arial, verdana, arial, sans-serif }
h2			{ COLOR: #000000; FONT: 18px Arial, verdana, arial, sans-serif }


 /* SIDEBAR OPTIONS */

a.sidelink:link		{ color: #FFFFCE; text-decoration: none }
a.sidelink:visited	{ color: #FFFFCE; text-decoration: none }
a.sidelink:active	{ color: #FFFFCE; text-decoration: none }
a.sidelink:hover	{ color: #333300; text-decoration: none }

.sidebartitle	{ COLOR: #FFFFFF; FONT: 13px verdana, arial, sans-serif; font-weight: bold }
.sidebartext	{ COLOR: #FFFFFF; FONT: 11px geneva, verdana, arial, sans-serif }
.date-font	{ color: #FFFFFF; font: 11px verdana, arial, sans-serif; font-weight: bold }


 /* END SIDEBAR OPTIONS */

.button-popups { 	background-image: url("picts/button-popup.gif");
		background-color:#990000;
		FONT-FAMILY: arial, verdana, helvetica, sans;
		color: #FFFFFF;
		font-size: 8pt;
		height: 23px;
		width: 100%;
		cursor:hand;
		font-weight: bold;
		text-align: center;
		padding-top: 2px;
		padding-bottom: 2px;
		padding-left: 2px;
		padding-right: 2px;
		BORDER: #FFFFFF 0px solid }

.buttonon-popups { 	background-image: url("picts/buttonon-popup.gif");
		background-color:#FFFFFF;
		FONT-FAMILY: arial, verdana, helvetica, sans;
		color: #000000;
		font-size: 8pt;
		height: 23px;
		width: 100%;
		cursor:hand;
		font-weight: bold;
		text-align: center;
		padding-top: 2px;
		padding-bottom: 2px;
		padding-left: 2px;
		padding-right: 2px;
		BORDER: #FFFFFF 0px solid }

.shadeform	{ FONT: 13px arial, verdana, sans-serif;
		background-image: url("picts/shadeform.gif");
		text-align: left;
		BORDER: #000000 1px solid}

.dropdown 	{ COLOR: #ff9933;
		WIDTH: 250PX;
		FONT: 11px geneva, verdana, arial, sans-serif}

.textarea	{ FONT: 13px arial, verdana, sans-serif;
		background-image: url("picts/shadeform.gif");
		text-align: left;
		WIDTH: 275PX;
		BORDER: #000000 1px solid}

.submitbutton { FONT: 9pt arial, verdana, sans-serif }

.searchform { 	WIDTH: 110PX;
		HEIGHT: 20PX;
		FONT: 11px arial, georgia, "Times New Roman", sans-serif;
		BORDER-BOTTOM: #000000 1px solid;
		BORDER-LEFT: #000000 1px solid;
		BORDER-RIGHT: #000000 1px solid;
		BORDER-TOP: #000000 1px solid }

.searchdrop { WIDTH: 60PX; HEIGHT: 20PX; FONT: 11px arial, georgia, "Times New Roman", sans-serif }

.searchbutton {	background-color:#F0F0F0;
		FONT-FAMILY: arial, verdana, helvetica, sans;
		color: #000000;
		font-size: 8pt;
		height: 18px;
		width: 35px;
		cursor:hand;
		font-weight: bold;
		text-align: center;
		BORDER: #000000 1px solid }

 /* IMAGE HOVER CODE */

.rollover 	{ background-color: #000000}
.rolloveron 	{ background-color: #ff9933; filter:alpha(opacity=60)  }

 
/*
---------------------------------------------------------------------------------------- 
START THE CODE FOR THE MENUS
IF YOU EDIT THE SUB MENU WIDTH - EDIT 135 (150) IN 4 PLACES TOTAL
menu ver 3.2 2008
MENU OUTER TABLE - BACKGROUND & TOP & BOTTOM MENU BORDERS
------------------------------------------------------------------------------------------
*/

.menutable 	{
		background-image: url("http://www.sticker.com/picts/menu.gif");
		background-color: #5C5C5C;
		white-space: nowrap;
		width:100%;
		border-top: #000000 0px solid;
		border-bottom: #000000 0px solid;
		padding: 0px;
		margin: 0px;
}

/* CODE FOR MENU 2ND OUTER TABLE */
#menunav, #menunav ul 	{
		float: left;
		white-space: nowrap;
		width: 100%;
		list-style: none;
		padding: 0px;
		border: solid #000000;
		border-width: 0px 0px 0px 0px;
/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		margin: 0px 0px 0px 0px;
}

/* TOP LEVEL MARGINS, FONT FACE & FONT COLORS & PADDING */

#menunav a 	{
			color: #FFFFFF;
			font: 12px arial, "MS Sans Serif", sans-serif;
			font-weight: bold;
			text-decoration: none;
			letter-spacing: 0px;
			text-align: center;
			padding: 3px 5px 4px 5px;
			width: auto;
			display: block;
			cursor: pointer;
}

/* TOP LEVEL BACKROUND COLOR AND BORDERS - EDIT MENU IMAGES ALSO */

#menunav li {
		background-color: #5C5C5C;
		background-image: url("http://www.sticker.com/picts/menu.gif");
		border: solid #000000;
		border-width: 0px 0px 0px 0px;
/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		float: left;
		padding: 0;
}

/* TOP LEVEL HOVER FONT COLOR */
#menunav li a:hover	{
		color: #FFFFFF;
		text-decoration: none;
		cursor: pointer;
}

/* TOP LEVEL HOVER BACKGROUND COLOR AND BORDERS - EDIT MENU IMAGES ALSO */

#menunav li:hover, #menunav li.IEMhover	{
		background-color: #787878;
		background-image: url("http://www.sticker.com/picts/menuon.gif");
		border: solid #000000;
		border-width: 0px 0px 0px 0px;
/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
}
/* SUB LEVEL FONT & FONT COLOR & PADDING */

#menunav li ul a {
		font: 11px arial, "MS Sans Serif", sans-serif;
		color: #FFFFFF;
		font-weight: bold;
		text-decoration: none;
		letter-spacing: 0px;
		text-align: left;
		padding: 4px 0px 4px 0px;
		text-indent: 8px;
		cursor: pointer;
}

/* SUB LEVEL FONT HOVER COLOR */

#menunav li ul a:hover 	{
		background-image: none;
		color: #FFFFFF;
		text-decoration: none;
		cursor: pointer;
}

/* SUB LEVEL OUTER BORDER */

#menunav li ul 		{
		position: absolute;
		left: -999em;
		height: auto;
		width: 150px;
		border: solid #000000;
		border-width: 1px 1px 1px 1px;
/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		margin: 0;
		margin-left: -1px;
		margin-top: 0px;
}

/* SUB LEVEL BACKGROUND COLOR & BORDER OPTION FOR EACH LINK */

#menunav li ul li 	{
		background-image: none;
		background-color: #717179;
		border: solid #000000;
		border-width: 0px 0px 0px 0px;
/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
}
/* SUB LEVEL HOVER BACKGROUND AND BORDERS */
#menunav li ul li:hover, #menunav li ul li.IEMhover	{
		background-image: none;
		background-color: #999999;
		border: solid #000000;
		border-width: 0px 0px 0px 0px;
/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
}
/* SUB MENU WIDTH - ALSO EDIT TWO BELOW AND ONE ABOVE TO MATCH */
#menunav li li {
	padding-right: 0px;
	width: 150px;
}
/* SUB MENU LINK WIDTH */
#menunav li ul a {
	width: 150px;
}
/* FOR 3rd LEVEL MENU LOCATION */
#menunav li ul ul {
	margin: -21px 0px 0px 150px;
}
#menunav li:hover ul ul, #menunav li:hover ul ul ul, #menunav li.IEMhover ul ul, #menunav li.IEMhover ul ul ul
{ left: -999em; }
#menunav li:hover ul, #menunav li li:hover ul, #menunav li li li:hover ul, #menunav li.IEMhover ul, #menunav li li.IEMhover ul, #menunav li li li.IEMhover ul
{ left: auto; z-index:5; }
/* FOR 3rd LEVEL ARROW */
#menunav a.parent {
	background: url(picts/menu-arrow.gif) center right no-repeat;
}
#menunav a:hover.parent {
	background: url(picts/menu-arrow.gif) center right no-repeat;
}