﻿

/*主菜单*/

#bMenu ul
{
	list-style-type: none;
	height: 30px;
	float: left;
	margin: 0px;
	margin-top: 0px;
	font-family: Arial;
	font-size: 14px;
	line-height: 19pt;
	margin-left:0px;
}
#bMenu ul li
{
	float: left;
	height: 30px;
	margin-left: 2px;
}
#bMenu ul a
{
	display: block;
	float: left;
	height: 30px;
	background: transparent url(/images/bg_left.gif) left top no-repeat;
	text-decoration: none;
	color: #FF5D00;
}
#bMenu ul a span
{
	display: block;
	float: left;
	height: 30px;
	padding: 3px 10px 0px 11px;
	background: transparent url(/images/bg_right.gif) right top no-repeat;
	text-align: center;
	color: #FF5D00;
	font-style: normal;
	cursor: hand;
	font-weight:bold;
}

#bMenu ul a
{
	background: #ffffff url(/images/out_left.gif) left top no-repeat;
	color: #FF5D00;
	height: 30px;
}
#bMenu ul a span
{
	background: transparent url(/images/out_right.gif) right top no-repeat;
	color: #FF5D00;
	height: 30px;
}

#bMenu ul li a:hover
{
	background: #FF5D00 url(/images/on_left.gif) left top no-repeat;
}
#bMenu ul li a:hover span
{
	background: transparent url(/images/on_right.gif) right top no-repeat;
	color: #ff0000;
}

#bMenu ul a span
{
	cursor: pointer;
	
	height: 27px;
}


#bMenu ul .menu_on a
{
	background: #FF5D00 url(/images/on_left.gif) left top no-repeat;
	font-weight: bold;
}
#bMenu ul .menu_on a span
{
	background: transparent url(/images/on_right.gif) right top no-repeat;
	color: #FF5D00;
	font-weight: bold;
}

/*主菜单end*/