73 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			CSS
		
	
	
			
		
		
	
	
			73 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			CSS
		
	
	
.mainmenu{
 | 
						|
margin:0px;
 | 
						|
padding:0px;
 | 
						|
}
 | 
						|
.mainmenu td{
 | 
						|
height:40px;
 | 
						|
width:90px;
 | 
						|
margin:0px;
 | 
						|
padding:0px;
 | 
						|
}
 | 
						|
.mainmenu td div{
 | 
						|
}
 | 
						|
.mainmenu td div.mainmenu_end{
 | 
						|
height:40px;
 | 
						|
width:20px;
 | 
						|
background:url(../images/top_menu_end.jpg) no-repeat left top;
 | 
						|
}
 | 
						|
 | 
						|
.mainmenu td div a{
 | 
						|
display:block;
 | 
						|
height:40px;
 | 
						|
width:90px;
 | 
						|
color:#666666;
 | 
						|
font-size:14px;
 | 
						|
text-decoration:none;
 | 
						|
text-indent:22px;
 | 
						|
}
 | 
						|
.mainmenu td div a:hover{
 | 
						|
color:#3892D7;
 | 
						|
}
 | 
						|
 | 
						|
div.mainmenu_base a{
 | 
						|
background:url(../images/top_menu_1.gif) no-repeat 0px 0px;
 | 
						|
}
 | 
						|
div.mainmenu_base a:hover{
 | 
						|
background:url(../images/top_menu_1_over.gif) no-repeat 0px 0px;
 | 
						|
}
 | 
						|
div.mainmenu_receiving a{
 | 
						|
background:url(../images/top_menu_2.gif) no-repeat 0px 0px;
 | 
						|
}
 | 
						|
div.mainmenu_receiving a:hover{
 | 
						|
background:url(../images/top_menu_2_over.gif) no-repeat 0px 0px;
 | 
						|
}
 | 
						|
div.mainmenu_inventory a{
 | 
						|
background:url(../images/top_menu_3.gif) no-repeat 0px 0px;
 | 
						|
}
 | 
						|
div.mainmenu_inventory a:hover{
 | 
						|
background:url(../images/top_menu_3_over.gif) no-repeat 0px 0px;
 | 
						|
}
 | 
						|
div.mainmenu_count a{
 | 
						|
background:url(../images/top_menu_4.gif) no-repeat 0px 0px;
 | 
						|
}
 | 
						|
div.mainmenu_count a:hover{
 | 
						|
background:url(../images/top_menu_4_over.gif) no-repeat 0px 0px;
 | 
						|
}
 | 
						|
div.mainmenu_shipping a{
 | 
						|
background:url(../images/top_menu_5.gif) no-repeat 0px 0px;
 | 
						|
}
 | 
						|
div.mainmenu_shipping a:hover{
 | 
						|
background:url(../images/top_menu_5_over.gif) no-repeat 0px 0px;
 | 
						|
}
 | 
						|
div.mainmenu_report a{
 | 
						|
background:url(../images/top_menu_6.gif) no-repeat 0px 0px;
 | 
						|
}
 | 
						|
div.mainmenu_report a:hover{
 | 
						|
background:url(../images/top_menu_6_over.gif) no-repeat 0px 0px;
 | 
						|
}
 | 
						|
div.mainmenu_security a{
 | 
						|
background:url(../images/top_menu_7.gif) no-repeat 0px 0px;
 | 
						|
}
 | 
						|
div.mainmenu_security a:hover{
 | 
						|
background:url(../images/top_menu_7_over.gif) no-repeat 0px 0px;
 | 
						|
} |