BODY
{
}
/*MENU*/
#nav
{
	float: left;
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	z-index: 9999;
	/*+placement:shift 174px 1px;*/
	position: relative;
	left: 174px;
	top: 1px;
}
#nav LI A, #nav LI
{
	float: left;
	z-index: 9999;
}
#nav LI
{
	list-style: none;
	position: relative;
	z-index: 9999;
}
#nav LI A
{
	padding: 10px 10px 11px;
	text-decoration: none;
	color: #FFFFFF;
	border-right: 1px solid #3C3C3C;
	background-image: url(menu_images/nav_bg_tile.png);
	/*+placement:shift 5px -12px;*/
	position: relative;
	left: 5px;
	top: -12px;
	z-index: 9999;
}
#nav LI A:hover
{
	background-image: url(menu_images/glow_bg.png);
	z-index: 9999;
}
/*Submenu*/
.hasChildren
{
	position: absolute;
	width: 5px;
	height: 5px;
	background: #000000;
	right: 0;
	bottom: 0;
	z-index: 9999;
}
#nav LI UL
{
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	padding: 2px 0 0px;
	z-index: 9999;
	margin-left: 0;
}
#nav LI:hover>UL
{
	display: block;
	z-index: 9999;
}
#nav LI UL LI, #nav LI UL LI A
{
	float: none;
	z-index: 9999;
}
#nav LI UL LI
{
	-display: inline;
/*for IE6*/
}
#nav LI UL LI A
{
	width: 150px;
	display: block;
	z-index: 9999;
}
/*SUBSUB Menu*/
#nav LI UL LI UL
{
	display: none;
	z-index: 9999;
}
#nav LI UL LI:hover UL
{
	left: 100%;
	top: 0;
	z-index: 9999;
}
#nav LI UL
{
	z-index: 9999;
}

