﻿.menustyle
{
		 height: 38px;background:url('bg.gif') repeat-x;
		 padding:0px;
		 margin:0px;
		
}

.menuitem	
{
	width:150px;
	color:white;
	font-family:verdana;
	font-size:10pt;
	padding:0px;	
	vertical-align:top;	
	margin:0px;
	
}
.menuItemSelected
{
	width:150px;
	vertical-align:top;	
	padding:0px;
	background:url(s_bg2.gif) repeat-x;			
	background-color:#94b91b;
	/*color:#EAA70B;*/
	color:#181d6f;
	/*color:#f1ad0b;*/
	font-size:10pt;
	font-family:verdana;	
	cursor:pointer;
	cursor:hand;
}

.mouseup{	
	color:white;
	font-family:verdana;
	font-size:10pt;	
	cursor:pointer;
	cursor:hand;
	padding:0px;
}
.mouseover
{
	width:150px;
	/*background:url(s_bg.gif) #E4EFF3 repeat-x;*/
	vertical-align:top;	
	height: 38px;
	padding:0px;
	background:url(bgS.gif) repeat-x;	
	background-color:#FEFDF9;	
	color:#181d6f;
	font-size:10pt;
	font-family:verdana;	
	cursor:pointer;
	cursor:hand;
}
.mousedown{
	color:white;
	font-family:verdana;
	font-size:10pt;
	padding:0px;	
	cursor:pointer;
	cursor:hand;
}
