﻿.menustyle
{
		 background:url('bg.gif') repeat-x;
		 padding-top:0px;
		 padding-bottom:0px;				
		 height :34px;
}

.menuitem	
{
	width:155px;
	color:white ;
	font-family:verdana;
	font-size:10pt;	
	
}
.menuItemSelected
{
	width:155px;		
	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;
	height:34px;
}

.mouseup{	
	color:white;
	font-family:verdana;
	font-size:10pt;	
	cursor:pointer;
	cursor:hand;
	padding:0px;
}
.mouseover
{
	width:155px;
	background:url(s_bg.gif) #E4EFF3 repeat-x;	
	 height:34px;
	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;
}

