/* Styles */
#support_frame #fastsupport_frame{
overflow: hidden;
}
#page_nav{
  
  z-index:100;
  position: absolute;
  left:1px;
  
}
#page_nav a {color: white; text-decoration: none; padding: 5px;}
#page_nav ul{	
	position: absolute; 
	left: 200px; 
	top: 15px; 
	float: left; 
	width: 1000px;
	}
	#page_nav li{
		position: relative;
		top: 6px;	
		float: left;
		padding: 5px;
		padding-top:7px;
		list-style: none;
		height:16px;
	}

/*hover state*/

#page_nav a:hover{text-shadow: 2px 2px #5C5C5C;}
#page_nav li:hover{
	border-left: 1px solid black;
	border-right: 1px solid black; 
	border-bottom: 1px solid black;
	background-color: #686292;
}
#page_nav a.jackMenu:link {
	color: rgb(255, 255, 255); font-size: 14px; font-weight: bold; text-decoration: none;
}
#page_nav a.jackMenu:visited {
	color: rgb(255, 255, 255); font-size: 14px; font-weight: bold; text-decoration: none;
}
#page_nav a.jackMenu:hover {
	color: rgb(255, 255, 0); font-size: 14px; font-weight: bold; text-decoration: none;
}
#page_nav a.jackMenu:active {
	color: rgb(255, 255, 0); font-size: 14px; font-weight: bold; text-decoration: none;
}
#page_nav #sec1 {
	padding-bottom: 10px; visibility:hidden; position: relative; z-index: 1000; background-color: black; left:50px; width:100px; padding-top:10px
}

#page_nav a.sec1Menu:link {
	color: rgb(255, 255, 255); font-size: 14px; font-weight: bold; text-decoration: none;
}

#page_nav a.sec1Menu:visited {
	color: rgb(255, 255, 255); font-size: 14px; font-weight: bold; text-decoration: none;
}
#page_nav a.sec1Menu:hover {
	color: rgb(255, 255, 0); font-size: 14px; font-weight: bold; text-decoration: none;
}
#page_nav a.sec1Menu:active {
	color: rgb(255, 255, 0); font-size: 14px; font-weight: bold; text-decoration: none;
}