
div.menuItem
{
	width: 120px;
	height: 24px;
	background-color: #6c7791;
	color:#FFFFFF;
	margin: 0px 0px 3px 10px;
	padding: 0 0 0 10px;
	line-height: 24px;
	font-weight: bold;
}

div.menuItem_active
{
	width: 120px;
	height: 24px;
	background-color: #6c7791;
	color:#dce0e9;
	margin: 0px 0px 3px 10px;
	padding: 0 0 0 10px;
	line-height: 24px;
	font-weight: bold;
}

div.subMenuItem
{
	width: 120px;
	height: 24px;
	padding: 0 0 0 10px;
	background-color: #dce0e9;
	margin: 0px 0px 3px 10px;
	color: #6c7791;
	font-weight: bold;
	line-height: 24px;
	font-weight: bold;
}

div.subMenuItem_active
{
	width: 120px;
	height: 24px;
	padding: 0 0 0 10px;
	background-color: #dce0e9;
	margin: 0px 0px 3px 10px;
	color: #6c7791;
	font-weight: bold;
	line-height: 24px;
	font-weight: bold;
}

div.thirdMenuItem
{
	width: 100px;
	height: 24px;
	background-color: #eeeff4;
	/*
	margin: 0px 0px 3px 10px;
	*/
	padding: 0 0 0 10px;

	color: #6c7791;
	font-weight: bold;
	line-height: 24px;
	font-weight: bold;
	position:relative;
	z-index:88888;
	margin-bottom:3px;
}

div.thirdMenuItem_active
{
	width: 120px;
	height: 24px;
	padding: 0 0 0 10px;
	background-color: #eeeff4;
	margin: 0px 0px 3px 10px;
	color: #6c7791;
	font-weight: bold;
	line-height: 24px;
	font-weight: bold;
}

div.submenu
{
	position:absolute;
	width:100px;
	left:140px;
}

a.menuthird
{
	font-weight:normal;
}

a.menuthird:hover
{
	font-weight:normal;
}

a.menuthird:active
{
	font-weight:normal;
}

a.menuthird:visited
{
	font-weight:normal;
}


/* LINKS */
/*

a.menu_first_link,a.menu_first_link:active,a.menu_first_link:visited,a.menu_first_link:hover
{
	color: 			#FFFFFF;
	text-decoration: 	none;
	border: 		0;
	font-weight:		bold;
}

a.menu_second_link,a.menu_second_link:active,a.menu_second_link:visited,a.menu_second_link:hover
{
	color: 			#6C7791;
	text-decoration: 	none;
	border: 		0;
	font-weight:		normal;
}

a.menu_second_link_on
{
	color: 			#6C7791;
	text-decoration: 	none;
	border: 		0;
	font-weight:		bold;
}



div.ThirdMenuItem a,a:hover,a:active,a:visited
{
	color: #6c7791;
	text-decoration: none;
	border: 0;
}

div.subMenuItem a,a:hover,a:active,a:visited
{
	color: #6c7791;
	text-decoration: none;
	border: 0;
}

a.menulink,a.menulink:hover,a.menulink:visited,a.menulink:active
{
	color: #FFFFFF;
	text-decoration: none;
	border: 0;
	font-weight: bold;
}

div.subMenuItem_active a,a:hover,a:active,a:visited
{
	color: #6c7791;
	text-decoration: none;
	border: 0;
}

div.ThirdMenuItem_active a,a:hover,a:active,a:visited
{
	color: #6c7791;
	text-decoration: none;
	border: 0;
}

div.menuItem a,a:hover,a:active,a:visited
{
	color: #FFFFFF;
	text-decoration: none;
	border: 0;
	font-weight: bold;
}
*/