
/** 二级菜单弹出样式**/
.menu2Box {
	position: absolute;
	z-index:180000000000000;
	width:180px;
	background-color:#D6D2D9;
	border:1px #2b64c5 solid;
}

.menu2BoxEx ul{
	margin:3px 3px 3px 3px;
	z-index:180000000000000;
	background-color:#fff;
	padding-bottom:5px;
}

.menu2BoxEx ul li {
	border-bottom:#b0b7ba 1px dashed;
	height:24px;
	line-height:24px;
}
.menu2BoxEx ul li a {
	float:left;
	width:80px;
	display:block;
	padding-left:4px;
	color:#525252;
	text-decoration:none;
	height:24px;
	line-height:24px;
}
.menu2BoxEx ul li a:visited {
	float:left;
	width:80px;
	display:block;
	padding-left:4px;
	color:#525252;
	text-decoration:none;
	height:24px;
	line-height:24px;
}

.menu2BoxEx .bg {
	background-color:#e9e9e9;
	border-bottom:#b0b7ba 1px dashed;
	height:24px;
	line-height:24px;
	}
.menu2BoxEx p {
	width:180px;
	height:16px;
	background:url(../../images/gray/menuBoxbg.gif) bottom no-repeat;
}
/** 导航样式---Begin **/
#nav {
	position:relative;
	z-index:50;
	width:980px;
	height:35px;
}
#nav .fastMenu {
	position:absolute;
	left:20px;
	top:7px;
	width:138px;
	height:24px;
	background:url(../../images/gray/ocbc/fast_menu_bg.jpg);
	font-size:14px;
	font-weight:bold;
	line-height:24px;
}
#nav .fastMenu span {
	float:left;
	padding-left:20px;
	font-weight:100;
}
/** 快捷菜单弹出样式**/
.fastBox {
	position: relative;
	z-index:180000000000000;
	width:110px;
	background-color:#c51616;
}
.fastBox ul {
	margin:2px 2px 2px 2px;
	z-index:180000000000000;
	background-color:#fff;
	padding-bottom:5px;
	text-align:left;
	border-bottom:2px solid #C51616;
}
.fastBox ul li {
	border-bottom:#b0b7ba 1px dashed;
	height:24px;
	width:105px;
	line-height:24px;
	margin-left:-40px;
	
}

.fastBox ul li a {
	text-align:center;
	display:block;
	padding:0 2px 0 2px;
	color:#525252;
	text-decoration:none;
	height:24px;
	line-height:24px;
	font-size:12px;
	font-weight:normal;
	cursor:pointer;
}
.fastBox ul li a:visited {
	float:left;
	width:80px;
	display:block;
	padding-left:4px;
	color:#525252;
	text-decoration:none;
	height:24px;
	line-height:24px;
}

.fastBox .bg {
	background-color:#e9e9e9;
	border-bottom:#b0b7ba 1px dashed;
	height:24px;
	line-height:24px;
}

.fastBox p {
	width:180px;
	height:16px;
	background:url(../../images/gray/menuBoxbg.gif) bottom no-repeat;
}
#nav .menuBox {
	position:absolute;
	left:165px;
	top:3px;
	_top:4px;
	width:auto;
	height:31px;
}
#nav .menuBox {
	float:left;
}
#nav .menuBox .menu span {
	display:block;
	float:left;
	height:31px;
	padding-left:10px;
	/*background: url(../../images/gray/ocbc/menu.png) bottom left no-repeat;*/
	margin-right:5px;
}
#nav .menuBox .menu span a {
	float:left;
	height:31px;
	padding-right:10px;
	/*background: url(../../images/gray/ocbc/menu.png) bottom right no-repeat;*/
	color:#000;
	font-weight:100;
	font-size:14px;
	text-decoration:none;
	line-height:31px;
	font-weight:bold;
}
#nav .menuBox .menu .on {
	float:left;
	height:31px;
	padding-left:10px;
	background: url(../../images/gray/ocbc/menu.gif) top left no-repeat;
	margin-right:5px;
}
#nav .menuBox .menu .on a {
	display: inline-block;
	height:31px;
	padding-right:10px;
	background: url(../../images/gray/ocbc/menu.gif) top right no-repeat;
	color:#fff;
	font-weight:100;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	line-height:31px;
}
/** 导航样式---End **/