/* stealthmenu 4 styles */
.sub {
	/* Common submenu styles */
	position:				absolute;
	width:					135px;
	visibility:				hidden;
	z-index:				10;
	color:					#FFF;
	background:				#B8BAC7;
	
	/* Submenu styles for NS4 */
	layer-background-color:	#B8BAC7;
	border:					3px solid #6F7B91;
	padding:				0px;
	font:					11px/13px verdana, arial, helvetica, sans-serif;
}
* .sub {
	/* Submenu styles for non-NS4 browsers */
	border:					3px solid #6F7B91;
	padding:				0px;
	overflow:				hidden;
	font:					11px/15px verdana, arial, helvetica, sans-serif;
	box-sizing:				border-box;
	-moz-box-sizing:		border-box;
}
.sub a, .sub a:link, .sub a:visited {
	font:					11px/15px verdana, arial, helvetica, sans-serif;
	color:					#FFF;
	text-decoration:		none;
}
* .sub a, * .sub a:link, * .sub a:visited {
	display:				block;
	box-sizing:				border-box;
	-moz-box-sizing:		border-box;
	width:					100%;
	padding:				1px 4px;
	background:				#B8BAC7;
}
* .sub br {
	display:				none;
}
@media all {
	/* All styles inside this media selector
	are invisible for IE4Win, IE4Mac, IE5Mac and NS4 */
	.sub a:hover, .sub a:focus {
		color:				#fff;
		font-style:			normal;
		text-decoration:	underline;
		background:			#FD9932;
	}
}


/* end */
	#divSub0 {left:190px; top:165px;}
	#divSub1 {left:190px; top:200px;}
	#divSub2 {left:190px; top:235px;}
	#divSub3 {left:190px; top:270px;}
	#divSub4 {left:190px; top:305px;}
	#divSub5 {left:190px; top:340px;}
	#divSub6 {left:190px; top:375px;}
	#divSub7 {left:190px; top:410px;}
	#divSub8 {left:190px; top:445px;}
	#divSub9 {left:190px; top:480px;}
	
.br2 {display: block}
.text {
			width:					100%;
			padding-left:			4px;
			background:				#09173A;}
