* {padding:0; margin:0}

/* ---------------- Style of side menu---------------*/

.menu1{
	font-family: Arial, sans-serif;
	font-size: 12px;
	display: block;
	padding: 5px 24px;
	cursor: pointer;
	color:#174c81;
	font-weight: bold;
	width:130px;
}
.hide{
display: none;
}

.show{
display: block;
}

body {
	font:12px  Arial, sans-serif;
}
.dropdown {display:block; position:relative; width:148px;}
.dropdown dt {
	width:148px; 
	padding-left:32px;
	padding-top:5px;
	padding-bottom:5px;
	font-weight:bold; 
	cursor:pointer; 
	background: #eaf1f8 url(../images/sub_menu_row2.gif) no-repeat left center;
	color: #156aa0;
	font-size:12px; 
}
.dropdown .upperdd {
	border-bottom:none
	/*width:178px;*/
}
.dropdown dt:hover {
	background : #fff url(../images/sub_menu_row2.gif) no-repeat left center;
}
.dropdown dd {
	position:absolute; 
	top:0; 
	overflow:hidden; 
	width:150px; 
	display:none; 
	background:#F0F4F9;
	opacity:0; 
	font-size:12px}

.dropdown ul {
	width:150px;
	list-style:none
}
.dropdown li {display:inline}
.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block; 
	padding:5px; 
	color:#333; 
	text-decoration:none; 
	background:#F0F4F9; 
	width:150px
}
.dropdown a:hover {background:#fff; color:#156aa0}
.dropdown .underline {border-bottom:1px solid #b9d6dc}