

.it_txtLink:link,.it_txtLink:visited{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #555;
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
	}
.it_txtLink:hover,.it_txtLink:active{
	color:#111;
	}
#imaginetool{
	margin:0;
	padding:0;
	position:absolute;
	/*top:120px;
	left:5px;*/
	width:156px;
	height:257px;
	background:url(/global_nav/img/tool_shadow.png) bottom right no-repeat;
	z-index:99;
	}
	#it_topbar{
		cursor: move;
		width:156px;
		height:42px;
		}
	#it_body{
		margin:0;
		width:156px;
		height:200px;
		background:url(/global_nav/img/tool_bg.gif) bottom left no-repeat;padding:7px 5px 5px 9px;
		}
		 #it_links{
			margin:0;
			padding:0;
			list-style-type:none;
			}
			#it_links li{
				margin-bottom:8px;
				}
				#it_links img{
					margin-bottom:-2px;
					}
	#it_topbar{
		width:154px;
		height:42px;
		}
		



#globalNavDiv{
	position:absolute;
	}
	
	#gnPanelBtnDiv{
		position:absolute;
		left:118px;
		top:11px;
		width:25px;
		height:25px;
		z-index:30;
		}
		#gnPBopen{
			background:url(http://matrixcraft.com/global_nav/img/arw_open.png) no-repeat top left;
			}
		#gnPBclose{
			background:url(http://matrixcraft.com/global_nav/img/arw_close.png) no-repeat top left;
			}
		#gnPBopen, #gnPBclose{
			position:absolute;
			}

		#gnPclosed{
			background:url(http://matrixcraft.com/global_nav/img/shadow_closed.png) no-repeat top left;
			width:136px;
			height:227px;
			float:left;
			}
		#gnPopen{
			background:url(http://matrixcraft.com/global_nav/img/shadow_open.png) no-repeat top left;
			width:331px;
			height:227px;
			padding:5px 0 0 130px;
			}
		#gnPclosed,#gnPopen{
			position:absolute;
			z-index:1;
			}

	#gnListDiv{
		position:absolute;
		z-index:20;
		padding:3px 0 0 3px;
		width:128px;
		}
		#gnListHead{
			margin:0;
			padding:0;
			height:38px;
			width:128px;
			cursor: move;
			}
		#gnListFoot{
			height:4px;
			}
			#gnList, #gnList ul { /* all lists */
				padding: 0;
				margin: 0;
				list-style: none;
				float : left;
				}
			#gnList{
				width:128px;
				text-align:left;
				}
				#gnList li { /* all list items */
					float : left;
					}
					a.gnMainItem{
						background:url(http://matrixcraft.com/global_nav/img/chrome_mainLIbg.gif) no-repeat top left;
						padding:9px 0 0 11px;
						_padding-bottom:7px;
						height:21px;
						width:117px;
						color:#c00;
						font: 12px Verdana, Arial, Helvetica, sans-serif;
						text-transform:uppercase;
						text-decoration:none;
						}
					#gnList li ul { /* second-level lists */
						position : absolute;
						margin:0;
						padding-bottom:4px;
						background:url(http://matrixcraft.com/global_nav/img/secnav_bg.gif) no-repeat 4px bottom;
						left: -999em;
						width:126px;
						z-index:1000;
						}
						#gnList ul a{ /* second-level list items */
							margin:2px 0 1px 10px;
							border-bottom:2px solid #d0d0d0;
							height:17px;
							width:110px !important;
							color:#eee;
							font: 11px Verdana, Arial, Helvetica, sans-serif;
							text-transform:capitalize;
							text-decoration:none;
							}
							#gnList ul a:hover{
								color:#fff;
								}
							#gnList a.gnLastSecItem{
								border:0;
								}
							#gnList a.gnSecTooLong{
								font-size:9px;
								}
						#gnList li ul ul { /* third-and-above-level lists - not used currently */
							left: -999em;
							}
						#gnList li a {
							width: 128px;
							w\idth : 128px;
							display : block;
							}
	
						
	
						#gnList li:hover ul ul, #gnList li:hover ul ul ul, #gnList li.sfhover ul ul, #gnList li.sfhover ul ul ul {
							left: -999em;
							}
	
						#gnList li:hover ul, #gnList li li:hover ul, #gnList li li li:hover ul, #gnList li.sfhover ul, #gnList li li.sfhover ul, #gnList li li li.sfhover ul { /* lists nested under hovered list items */
							left: auto;
							}
	
					