﻿
* html #menuv ul li{float:left;height:1%;}
* html #menuv ul li a{height:1%;}
/* End */

#menuv		/* position, size, and font of  menu */
	{	
	position:absolute;	
	top:0px;
	left:0px;
	z-index: 10;
	width: 129px;						/* [1] width of menu item (i.e., box) */
	text-align: center;
	font-size: 0.9em;
	font-family: helvetica, arial, geneva, sans-serif;
	}

#menuv a
	{
	width: 100%;
	display:block;						
	padding-top: 0.2em;						/* expands menu box vertically*/
	padding-bottom: 0.2em;
	border-bottom:1px solid #D3D3D6;		/* adds bottom border */
	white-space:nowrap;
	}

#menuv a:visited
	{
	color: white;
	/*background-color:#17628E;*/
	text-decoration:none;				/* removes underlines from links */
	background-image:url('../images/backg/menu_background.png');
	background-repeat:repeat-x;
	}

#menuv a
	{
	color: white;
	text-decoration:none;				/* removes underlines from links */
	background-image:url('../images/backg/menu_background.png');
	background-repeat:repeat-x;
	}

#menuv a.parent:hover
	{
	background-position: right center;
	background-image:url('../images/backg/parent_background.png');
	background-repeat:no-repeat;
	}

#menuv a.parent
	{
	background-position: right center;
	background-image:url('../images/backg/parent_background.png');
	background-repeat:no-repeat;
	}

#menuv a:hover				/* all menus on mouse-over */
	{
	color: white;
	color:#FFA448;
	}
		
#menuv li
	{
	list-style-type:none;		/* removes bullets */
	}
	
#menuv ul li
	{
	position:relative;
	}

#menuv li ul
	{
	position: absolute;
	top: 0;
	left: 129px;				/* distance from  left menu (this should be the same as width value in #menuv [1]) above */
	display: none;
	}

div#menuv ul ul ul
	{
	margin:0;				/* keeps the menu parts together */
	padding:0;
	width: 129px;			/* width of sub menus  (this should be the same as width value in #menuv [1]) above */
	}

#menuv ul ul
	{
	margin:0;				/* keeps the menu parts together */
	padding:0;
	width: 129px;			/* width of sub menus  (this should be the same as width value in #menuv [1]) above */
	}

div#menuv ul
	{
	margin:0;				/* keeps the menu parts together */
	padding:0;
	width: 129px;			/* width of sub menus  (this should be the same as width value in #menuv [1]) above */
	}

div#menuv ul li:hover ul ul ul
	{
	display: none;
	}

div#menuv ul li:hover ul ul
	{
	display: none;
	}

div#menuv ul ul ul
	{
	display: none;
	}

div#menuv ul ul
	{
	display: none;
	}

div#menuv ul ul ul li:hover ul
	{
	display:block;
	}
	
div#menuv ul ul li:hover ul
	{
	display:block;
	}
	
div#menuv ul li:hover ul
	{
	display:block;
	}
	
/*..........menuh.................*/
#menuh
{
	position:absolute;
	right:10px;
	bottom:3px;
}
td.spacer
{
	color:red;
	padding-left:7px;
	padding-right:7px;
	padding-bottom:2px;
}
.menuhText
{
	font-size:15px;
	font-weight: bold;
	text-decoration: none;
	font-family:aharoni,verdana,arial,helvetica,sans-serif;
	color:white;
}
a.menuhText:hover 
{
	text-decoration: underline;
	color:white;
}

