/* stealthmenu 4 styles */
.sub {
	/* Common submenu styles */
	position:				absolute;
	width:					150px;
	visibility:				hidden;
	z-index:				1000;
	color:					#fff;
	background:				#000;
	text-align:				left;
	
	/* Submenu styles for NS4 */
	border:					1px solid #fff;
	padding:				4px;
	font:					11px/13px arial, helvetica, sans-serif;
}
* .sub {
	/* Submenu styles for non-NS4 browsers */
	border:					1px solid #fff;
	padding:				4px;
	overflow:				hidden;
	font:					11px/15px arial, helvetica, sans-serif;
}
.sub a, .sub a:link, .sub a:visited {
	font:					11px/15px arial, helvetica, sans-serif;
	color:					#fff;
	font-weight:			bold;
	text-decoration:		none;
}
* .sub a, * .sub a:link, * .sub a:visited {
	display:				block;
	width:					100%;
	padding:				1px 4px;
	background:				#000;
}
* .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:	none;
		font-weight:		bold;
		background:			#cc0000;
	}
}

#divSub0 {left:200px; top:100px;}
#divSub1 {left:273px; top:100px;}
#divSub2 {left:373px; top:100px;}
#divSub3 {left:460px; top:100px;}
#divSub4 {left:547px; top:100px;}
#divSub5 {left:615px; top:100px;}
/* end */

.br2 {display: block}
.text {
			width:					100%;
			padding-left:			4px;
			background:				#EEEEEE;}
			
a:link {text-decoration: none;}
a:hover {text-decoration: underline;}

