/** structure **/
.jwebMenu2 a{
	white-space:nowrap;
	display:block;
	padding:10px 20px 10px 20px;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
	}
.jwebMenu2 table a{
	padding:5px 30px 5px 12px;
	font-weight:normal;
	font-size:11px;
	margin:0 4px 0 4px;
	}
.jwebMenu2 td{
	vertical-align:top;
	padding:0;
	}
.jwebMenu2 table{
	display:none;
	position:absolute;
	z-index:100;
	margin:4px 0 0 0;
	}
.jwebMenu2 table table{
	margin:-10px 0 0 -10px;
	}
.jwebMenu2 #fill{
	font-size:1px;
	height:10px;
	}
.jwebMenu2 #top{
	position:relative;
	bottom:-10px;
	margin-top:-20px;
	padding:20px;
	}
.jwebMenu2 #sub{
	background-image:url('arrow.gif');
	background-position:100% 55%;
	background-repeat:no-repeat;
	}
.jwebMenu2 img{
	margin-right:6px;
	}
/** colors **/
.jwebMenu2 table{
	background:#fafaf8;
	}
.jwebMenu2 a{
	color:#ffffff;
	}
.jwebMenu2 table a{
	color:#222222;
	}
.jwebMenu2 #top.path{
	background:#aaaaaa;
	}
.jwebMenu2 table a:hover,
.jwebMenu2 table .path{
	background-color:#eeeeee;
	}