/* ----------------------------------------------------------------
	CSS file for Temperature indicators CSS menu

   ----------------------------------------------------------------*/


.hide
{
	Visibility: hidden;
}

#menu
{
	width: 170px;
	float: left;
}
#content
{
	float: left;

/* The outer UL of the menu */
}
.TI_Section_Menu   
{
	/* Position Elements */
	position: relative; 
	
	margin: 0 0 14px 0;  
	padding: 0;
	width: 164px;
	height: 400px;
	list-style-type: none;
  	font-size: 11px;
	font-weight: bold;

}
.font11
{
	margin-top: 2px;
	font-size: 11px;
}
.font10
{
	margin-top: 0px;  
	font-size: 11px;
}
/*
#Medical_mnu .menu_level_2, #Indust_mnu .menu_level_2
{
  	font-size: 12px;	
}
*/
.TI_Section_Menu a
{
	display: block;
	width: 164px;
	height: 36px;
	text-decoration: none;
	color: #2d3c77;	
}
.TI_Section_Menu a:hover
{
	color: white;
	cursor:hand;
}
.TI_Section_Menu a:active
{
	color: white;  
}
.level_2_item a
{
	color: white;	
	font-size: 11px;
	font-weight: normal;
}
.level_2_item a:hover
{
	color: #2d3c77;	  
}
.TI_Section_Menu li
{
  	position: relative;	

	list-style: none;
	list-style-image: none;
	list-style-position: outside;	
}

.TI_Section_Menu li:hover
{
  background-color: #a4b2dc;
  color: white;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}
.TI_Section_Menu li:hover ul, li.over ul
{
  	position: relative;
  	display: block;
  	background-color: #7481b6;
}
.TI_Section_Menu li:hover .mnuLinkText, li.over .mnuLinkText
{
	color: #fff;
}
/* LI tag */
.level_1_item
{
/*  	border-top: 1px solid #a4b1dd;*/
  	background:url('menu_bg_3.gif') top left repeat-x;
}
.level_1_item:hover
{
  	background:url('menu_hover.gif');  
}
/* UL Tag */
.menu_level_2
{
  margin: 0px;
  padding: 0px 0px 0px 0px;  
  display: none;
}

/* LI tag */
.level_2_item
{
  background-color: #7481b6;
  	border-top: 1px solid #a4b1dd;
}

.level_2_item a
{
/*	padding-top: 8px;*/
}
.mnuImg
{
	width: 32px;
	height: 32px;
	float: left;
	margin: 2px 1px 1px 2px;
}

.mnuSub
{
	width: 36px;
	height: 36px;
	float: left;
	background-color: #8e99c4;
	margin: 0px 0px 0px 0px;
}

.mnuLinkText
{
	border: 0px solid black;
	width: 120px;
	height: 32px;
	display: block;
	float: left;
	text-align: left;
	padding-left: 5px;
	line-height: 16px;


}
.mnuLinkText span
{
	display:block;
	margin-top: 9px;
}

/* Specific menu item images */


#food
{
	background: url('food.gif') center center no-repeat; 	
}
#Food_mnu
{

}

#water
{
	background: url('water.gif') center center no-repeat; 	
}
#refridge
{
	background: url('refridge.gif') center center no-repeat; 	
}

#medical
{
	background: url('medical_mnu_2.gif') center center no-repeat; 	
}

#print
{
	background: url('print.gif') center center no-repeat; 	
}
#safety
{
	background: url('safetylabel.gif') center center no-repeat; 	  
}
#industrial
{
	background: url('industrial.gif') center center no-repeat; 	
}
#Indust_mnu
{
	border-bottom: 1px solid #a4b1dd;
}
