menu.css 2.65 KB
body {
	padding:0px;
	margin:auto;
	text-align:center;
	background-color:#267fb9;
	padding-left:3px;
	overflow:scroll;
	overflow-x:hidden;
	scrollbar-face-color: #eff8e6;
	scrollbar-shadow-color: #edf2e3;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #F2F2F2;
	scrollbar-darkshadow-color: #bdbcbd;
	scrollbar-arrow-color: #bdbcbd
}
dl.bitem {
	clear:both;
	width:140px;
	margin:0px 0px 5px 12px;
	background:url(../img/menunewbg.gif) repeat-x;
}
dl.bitem2 {
	clear:both;
	width:140px;
	margin:0px 0px 5px 12px;
	background:url(../img/menunewbg2.gif) repeat-x;
}
dl.bitem dt, dl.bitem2 dt {
	height:25px;
	line-height:25px;
	padding-left:35px;
	cursor:pointer;
}
dl.bitem dt b, dl.bitem2 dt b {
	color:#3B5995;
}
dl.bitem dd, dl.bitem2 dd {
	padding:3px 1px;
	background-color:#fff;
}
div.items {
	clear:both;
	padding:0px;
	height:0px;
}
.fllct {
	float:left;
	width:85px;
}
.flrct {
	padding-top:3px;
	float:left;
}
.sitemu{
	clear:both;
}
.sitemu li {
	min-height:22px;
	height:auto;
	padding:0px 0px 0px 15px;
	line-height:22px;
	/*background:url(../img/arr4.gif) no-repeat 5px 9px;*/
	background:url(../img/arr4.gif) no-repeat 3px 9px;
	clear:both;
}

.pp_child1{
	background:url(../img/arr4_1.gif) no-repeat 3px 9px !important;
}
.pp_child2{
	background:url(../img/arr4_2.gif) no-repeat 3px 9px !important;
}
.pp_child3{
	background:url(../img/arr4_3.gif) no-repeat 3px 9px !important;
}

.sitemu li .pp_1{
	float:left;
}
.sitemu li .pp_2{
	float:right; margin-right:2px;
}
.sitemu li .pp_2 a img{
	display: inherit;
}
ul {
	padding-top:3px;
}
li {
	height:22px;
}
a.mmac div {
	background:url(../img/leftbg2.gif) no-repeat;
	height:37px!important;
	height:47px;
	padding:6px 4px 4px 10px;
	word-wrap: break-word;
	word-break : break-all;
	font-weight:bold;
	color:#3B5995;
}
a.mm div {
	background:url(../img/leftbg1.gif) no-repeat;
	height:37px!important;
	height:47px;
	padding:6px 4px 4px 10px;
	word-wrap: break-word;
	word-break : break-all;
	font-weight:bold;
	color:#3B5995;
	cursor:pointer;
}
a.mm:hover div {
	background:url(../img/leftbg2.gif) no-repeat;
	color:#3B5995;
}
.mmf {
	height:1px;
	padding:5px 7px 5px 7px;
}
/*#mainct {
	padding-top:8px;
	background: url(../img/center.gif) repeat-y;
}*/
#mainct{
	padding:10px 0 15px 0;
	border:1px solid #2e92d0;
	border-top:none;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	background-color:#fff;
	min-height:175px;
}