﻿.menustyleLateral{
		height: 35px;		 
		padding:0px;
		margin:0px;		
		/*background:url('bg.gif') repeat-x;		 */
}

.menuitemLateral
{
	 height: 35px;	
	background:url('s_bgLateral.gif') repeat-x;	
	color:#181d6f;
	font-family:verdana;
	font-size:10pt;
	padding:0px;	
	vertical-align:top;	
	margin:0px;
	
	
}
.menuItemSelectedLateral
{
	height: 35px;	
	vertical-align:top;	
	padding:0px;
	font-weight:bold;		
	background-color:white;
	background:url(s_bgselectedL.gif) repeat-x;	
	color:#94b91b;
	font-size:10pt;
	font-family:verdana;	
	cursor:pointer;
	cursor:hand;
}

.mouseupLateral	
{
	height: 35px;	
	color:white;
	font-family:verdana;
	font-size:10pt;	
	cursor:pointer;
	cursor:hand;
	padding:0px;
}
.mouseoverLateral
{
	/*background:url(s_bg.gif) #E4EFF3 repeat-x;*/
	vertical-align:top;		
	padding:0px;
	background-color:#ECEFF5;
	color:#f1ad0b;
	font-size:10pt;
	font-family:verdana;	
	cursor:pointer;
	cursor:hand;
	height: 35px;	
}
.mousedownLateral
{
	height: 35px;	
	color:white;
	font-family:verdana;
	font-size:10pt;
	padding:0px;	
	cursor:pointer;
	cursor:hand;
}
