@charset "utf-8";
/* CSS Document */

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/pro_dropline2-5.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
	.pro_line3 {
		text-align:right;
		height:36px; 
		position:relative; 
		font-family:arial, verdana, sans-serif; 
		font-size:11px;
		z-index:500;
	}
	
	.pro_line3 .select {
		margin:0; 
		padding:0 0 0 0px; 
		list-style:none; 
		white-space:nowrap;
	}
	
	/* background of main menu */
	.pro_line3 li {
		float:left;
		background:url(line/blank_over_bw.gif);
	}
	
	.pro_line3 .select a {
		display:block; 
		height:36px; 
		float:left; 
		background: url(line/blank_bw.gif); 
		padding:0 0 0 10px; 
		text-decoration:none; 
		line-height:25px; 
		white-space:nowrap; 
		color:#ddd;
	}
	
	.pro_line3 .select a b {
		display:block; 
		padding:0 30px 10px 10px; 
		background:url(line/blank_bw.gif) right top;
	}
	
	.pro_line3 .select a:hover, 
	.pro_line3 .select li:hover a {
		background: url(line/blank_over_bw.gif); 
		padding:0 0 0 10px;
		line-height:27px;
		cursor:pointer; 
		color:#fff;
	}
	
	.pro_line3 .select a:hover b, 
	.pro_line3 .select li:hover a b {
		display:block; 
		padding:0 30px 9px 15px;
		background-color:#fff;
		cursor:pointer;
	}
	
	.pro_line3 .sub {
		display:none;
	}
	
	/* IE6 only */
	.pro_line3 table {
		border-collapse:collapse; 
		margin:-1px; 
		font-size:1em; 
		width:0; 
		height:0;
	}
	
	.pro_line3 .sub {
		margin:0; 
		padding:0 0 0 60px;
		list-style:none;
	}
	
	/* Background of Submenu */
	.pro_line3 .sub li {
		background-color:#FFFFFF;
	}
	
	.pro_line3 .select :hover .sub {
		height:18px;
		display:block; 
		position:absolute;
		float:left;
		width:900px;
		top:28px; 
		left:-200px; 
		text-align:center;
	}
	
	.pro_line3 .select :hover .sub li a {
		display:block;height:18px;
		line-height:16px; float:left;
		background:transparent url(line/transparent.gif);
		padding:0 8px;
		margin:0;
		white-space:nowrap;
		color:#000;
		font-size:10px;
	}
	
	.pro_line3 .select :hover .sub li a:hover{
		color:#000;
		background:#fff;
		text-decoration:underline;
		line-height:15px;
	}
