/* All <ul> tags in the menu including the first level */
.menu_v
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu_v .folding
{
	cursor:hand;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned across from their parent */
.menu_v ul
{
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.menu_v li
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

/* Links inside the menu */
.menu_v a, .menu_v a:visited
{
	display: block;

	font-size: 12px;
	font-weight: bold;
	font-style: normal;

	vertical-align: top;
	text-decoration: none;

	color: Black;
}

/*
 Lit items: 'hover' is mouseover, 'highlighted' are parent items to visible menus.
*/
.menu_v a:hover, .menu_v a.highlighted:hover, .menu_v a:focus
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;

	vertical-align: top;
	text-decoration: underline;

	color: Black;
	text-indent: 0px;
}
.menu_v a.highlighted
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;

	vertical-align: top;
	text-decoration: none;

	color: Black;
	text-indent: 0px;
}

.menu_v ul li a:link
{
/*	padding-left: 20px;*/
}


