body {
	background-image: url(images/bg_main.jpg);
	position: absolute-center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-color: #333333;

		}

.a:link {
	color: #FF6600;
	text-decoration: none;
}
.a:visited {
	text-decoration: none;
	color: #999999;
}
.a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
.a:active {
	text-decoration: none;
	color: #FF6600;
}

#menu {
	background-image:url(images/menu_01.jpg);
	height:20px;
	width:950px;
	line-height:20px;
	list-style:none;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-color: #ffffff;
	font-size:10px;
	vertical-align:top;
	}
	
	#menu ul {
			margin: 0px;
			padding:0px;
			}
		
		#menu ul li { 
			margin:0;
			padding: 0px; 
			list-style: none; 
			display: inline;
			}
			
		#menu span.hide {
				display: none; 
				}

				
/* navigation buttons */
		#menu1 {
			width: 20px; 
			height: 20px; 
			margin: 0; 
			padding: 0; 
			background: url("images/menu_01.jpg"); 
			float: left; 
			}
			
		#home {
			width: 50px; 
			height: 20px; 
			margin: 0; 
			padding: 0; 
			background: url("images/home.jpg"); 
			float: left; 
			}
				#home a {
					display: block; 
					width: 50px; 
					height: 20px; 
					}
					
				#home a:hover { 
					background: url("images/home-over.jpg"); 
					}		
					
		
		#company_info {
			width: 100px; 
			height: 20px; 
			margin: 0; 
			padding: 0; 
			background: url("images/company_info.jpg"); 
			float: left; 
			}
				#company_info a {
					display: block; 
					width: 100px; 
					height: 20px; 
					}
					
				#company_info a:hover { 
					background: url("images/company_info-over.jpg"); 
					}	



		#advantages {
			width: 87px; 
			height: 20px; 
			margin: 0; 
			padding: 0; 
			background: url("images/advantages.jpg"); 
			float: left; 
			}
				#advantages a {
					display: block; 
					width: 87px; 
					height: 20px; 
					}
					
				#advantages a:hover { 
					background: url("images/advantages-over.jpg"); 
					}	
					
					

		#picstar_adnetwork {
			width: 129px; 
			height: 20px; 
			margin: 0; 
			padding: 0; 
			background: url("images/picstar_adnetwork.jpg"); 
			float: left; 
			}
				#picstar_adnetwork a {
					display: block; 
					width: 129px; 
					height: 20px; 
					}
					
				#picstar_adnetwork a:hover { 
					background: url("images/picstar_adnetwork-over.jpg"); 
					}	
					

		#lot_services {
			width: 89px; 
			height: 20px; 
			margin: 0; 
			padding: 0; 
			background: url("images/lot_services.jpg"); 
			float: left; 
			}
				#lot_services a {
					display: block; 
					width: 89px; 
					height: 20px; 
					}
					
				#lot_services a:hover { 
					background: url("images/lot_services-over.jpg"); 
					}	


		#virt_real {
			width: 111px; 
			height: 20px; 
			margin: 0; 
			padding: 0; 
			background: url("images/virt_real.jpg"); 
			float: left; 
			}
				#virt_real a {
					display: block; 
					width: 111px; 
					height: 20px; 
					}
					
				#virt_real a:hover { 
					background: url("images/virt_real-over.jpg"); 
					}	
					
					
		#inventory {
			width: 75px; 
			height: 20px; 
			margin: 0; 
			padding: 0; 
			background: url("images/inventory.jpg"); 
			float: left; 
			}
				#inventory a {
					display: block; 
					width: 75px; 
					height: 20px; 
					}
					
				#inventory a:hover { 
					background: url("images/inventory-over.jpg"); 
					}	


		#win_stick {
			width: 117px; 
			height: 20px; 
			margin: 0; 
			padding: 0; 
			background: url("images/window_stickers.jpg"); 
			float: left; 
			}
				#win_stick a {
					display: block; 
					width: 117px; 
					height: 20px; 
					}
					
				#win_stick a:hover { 
					background: url("images/window_stickers-over.jpg"); 
					}
					
		#affiliates {
			width: 72px; 
			height: 20px; 
			margin: 0; 
			padding: 0; 
			background: url("images/affiliates.jpg"); 
			float: left; 
			}
				#affiliates a {
					display: block; 
					width: 72px; 
					height: 20px; 
					}
					
				#affiliates a:hover { 
					background: url("images/affiliates-over.jpg"); 
					}	
					


		#contact {
			width: 82px; 
			height: 20px; 
			margin: 0; 
			padding: 0; 
			background: url("images/contact.jpg"); 
			float: left; 
			}
				#contact a {
					display: block; 
					width: 82px; 
					height: 20px; 
					}
					
				#contact a:hover { 
					background: url("images/contact-over.jpg"); 
					}	
/* end of navigation */
.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid black;
border-bottom-width: 0;
font:normal 10px Verdana, Arial, Helvetica, sans-serif;
line-height: 14px;
z-index: 100;
background-color: #999999;
width: 110px;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: none;
text-indent: 5px;
color: #333333;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #ff6600;
color: white;
}