/************搜索框样式****************/
.search{
	margin-top:10px; margin-bottom:10px;
}
.search input{
		width: 450px;
		height: 30px;
		border-style:solid;
		margin:0px;
		border-color: #0D5A9A;
		text-indent:6px;
	}
.search a {
		text-transform:none;
		text-decoration:none;
		border-width: 0px;
		height: 30px;
	} 
.search a:hover {
		text-decoration:underline;
		border-width: 0px;
	}


.menuBar {
border:1px solid rgb(211,211,211);
width:100%;
color:#ffffff;
font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
}
.barTitle {
height:55px;
background-color:rgb(25,119,176);
font-weight:bold;
}

.barTitleText {
	float:left;
	width:100%;
	margin-top:20px;
	text-align:center;
}

.menuTitleText {
margin-top:3px;
margin-left:10px;
float:left;
}


.menuTitle {
background-color:rgb(25,119,176);
width:100%;
height:25px;
margin-top:1px;
border-right-color:rgb(211,211,211);
border-bottom-color:rgb(211,211,211);
border-right-width:1px;
border-bottom-width:1px;
border-right-style:solid;
border-bottom-style:solid;
cursor:pointer;

background-color: #0D5A9A;
border-right-color: gray;
border-bottom-color: gray;
}
.menuTitleIcon {
	margin-top:3px;
	float:left;
}

.menuContent {
/*	height:150px;*/
	color:#FFFFFF;
	display:none;
	overflow:auto;
	text-align:center;
}
.barBottom {
background-color:rgb(25,119,176);
width:100%;
height:5px;
}
a {
	color:#000000;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
}
a:link {
	TEXT-DECORATION: none
}
a:visited {
	TEXT-DECORATION: none
}
a:hover {
	TEXT-DECORATION: none;
	font
}
a:active {
	TEXT-DECORATION: none;/*underline*/
}

.menuItem {
	height:25px;
	margin-bottom:1px;
	cursor:pointer;
	line-height:25px;
	border: 1px solid rgb(13, 90, 154); 
	background-color: rgb(234, 255, 250); 
	color: gray;
}

.menuItem:hover{
	border: 1px solid rgb(13, 90, 154); 
	background-color: rgb(13, 133, 96); 
	color: white;
}

.selectItem{
	border: 1px solid rgb(13, 90, 154); 
	background-color: rgb(13, 133, 96); 
	color: white;
}