/* ----------------------------------------------------------------
	CSS file for Temperature indicators CSS menu

   ----------------------------------------------------------------*/
   


#sidemenu
{
	position: relative;
	width: 170px;
	float: left;
	margin-top:0px;
}
.quickSearch
{
	margin-bottom: 15px;
}


.TI_Section_Menu   
{
	position: relative; 	
	margin: 0 0 14px 0;  
	padding: 0;
	width: 164px;
	height: 400px;
	list-style-type: none;
  	font-size: 11px;	
	font-weight: bold;
	line-height: 14px;

}
.font11
{
	margin-top: 2px;
	font-size: 11px;
}
.font10
{
	margin-top: 0px;  
	font-size: 11px;
}

.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;
}


.level_1_item
{

  	background:url('../images/menuimages/menu_bg_3.gif') top left repeat-x;
}
.level_1_item:hover
{
  	background:url('../images/menuimages/menu_hover.gif');  
}

.menu_level_2
{
  margin: 0px;
  padding: 0px 0px 0px 0px;  
  display: none;
}


.level_2_item
{
  background-color: #7481b6;
  	border-top: 1px solid #a4b1dd;
}

.level_2_item a
{

}
.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;
	padding-top: 3px;
	line-height: 16px;


}
.mnuLinkText span
{
	display:block;
	margin-top: 7px;
}




#food
{
	background: url('../images/menuimages/food.gif') center center no-repeat; 	
}
#Food_mnu
{

}

#water
{
	background: url('../images/menuimages/water.gif') center center no-repeat; 	
}
#refridge
{
	background: url('../images/menuimages/refridge.gif') center center no-repeat; 	
}

#medical
{
	background: url('../images/menuimages/medical_mnu_2.gif') center center no-repeat; 	
}

#print
{
	background: url('../images/menuimages/print.gif') center center no-repeat; 	
}
#safety
{
	background: url('../images/menuimages/safetylabel.gif') center center no-repeat; 	  
}
#industrial
{
	background: url('../images/menuimages/industrial.gif') center center no-repeat; 	
}
#Indust_mnu
{
	border-bottom: 1px solid #a4b1dd;
}

