@charset "utf-8";
ul.topnav {
	list-style: none;
	margin: 0;
	float: left;
	width: 495px;
	height:47px;
	/*	background: #222;*/
 font-family:Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size:11px;
	color:#CCCCCC;
	display:block;
	text-shadow: #000 2px -1px 4px;
	background: url(../images/nav-bgg.png) repeat-x center top;
	text-align:center;
	z-index:2;
	position:relative;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
ul.topnav li {
	height: 47px;
	width:99px;
	float: left;
	margin: 0;
	padding: 0 0 0 0;
	 position: relative; /*--Declare X and Y axis base for sub navigation--*/  }
ul.topnav li a{
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
	width:75px;
}
ul.topnav li a:hover{
	background: url(../images/hover-menu-purple-02.png) no-repeat center top;
	width:75px;
	height: 47px;
		padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 5px;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 47px;
	float: left;
	background: url(subnav_btn.gif) no-repeat center top;

}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;
	background: url(subnav_btn_02.gif) no-repeat center top;
} /*--Hover effect for trigger--*/

ul.topnav li ul.subnav {
	font-family:Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size:11px;
	color:#CCCCCC;
	display:block;
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0px;
	top: 47px;
	background: #333;
	margin: 0;
	padding:0;
	display: none;
	width: 170px;
	border: 1px solid #111;
	text-align:center;
	z-index:2;
}

ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 170px;;
}
html ul.topnav li ul.subnav li a {
	float: left;
	height:25px;
	width: 170px;
	padding-left:10px;
	background: #333 url(dropdown_linkbg.gif) no-repeat 0px center;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	padding-left:10px;
	background: #222 url(dropdown_linkbg.gif) no-repeat 0px center;
		text-align:center;	
	width: 170px; height:25px;
		
}
.PDF-Picture {
	float: left;
	height: 100%;
	width: 220px;
	margin-top: 50px;
	margin-left: 20px;
}

.timebeads-prod {
	float: left;
	height: 100%;
	width: 220px;
	margin-left: 20px;
}

