#menu1 ul {
	list-style: none;
/*	width: 150px;*/
}


	
#menu1 ul li {
	position: relative;
	float: left;
	width: 130px;
	}

#menu1 li ul {
	display: none;
	border-bottom: 1px solid #000;
	}
	
#menu1 ul li ul a {
	font-size: 14px;
	width: 275px;
	height: 16px;
	display: block;
	text-decoration: none;
	color: #000;
	background: #fff;
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: none;
}

#menu1 ul li ul a:hover{
	background: #ddd;
}

/* Fix IE. Hide from IE Mac \*/
/** html ul li { float: left; }*/
* html ul li a { height: 1%; }
/* End */

#menu1 li:hover ul, #menu li.over ul {
	
	display: block;
	position: absolute;
	}
	
/*-----------------------------------------------____*/

#menu2 ul {
	list-style: none;
	float: left;
/*			width: 150px;*/
}


	
#menu2 ul li {
	position: relative;
	float: left;
	width: 115px;
	}

#menu2 li ul {
	display: none;
	border-bottom: 1px solid #fff;
	
	}
	
#menu2 ul li ul a {
	font-size: 14px;
	width: 275px;
	height: 16px;
	display:block;
	text-decoration: none;
	color: #000;
	background: #fff;
	padding: 5px;
	border: 1px solid #fff;
	border-bottom: none;
	
}

#menu2 ul li ul a:hover{
	background: #ddd;
}

/* Fix IE. Hide from IE Mac \*/
/** html ul li { float: left; }*/
* html ul li a { height: 1%; }
/* End */

#menu2 li:hover ul, #menuTB li.over ul {
	
	display: block;
	position: absolute;
	
	}
	
/*-----------------------------------------------____*/

#menu3 ul {
	list-style: none;
	float: left;
/*	width: 150px;*/
}


	
#menu3 ul li {
	position: relative;
	float: left;
	width: 125px;
	}

#menu3 li ul {
	display: none;
	border-bottom: 1px solid #fff;
	float: left;
	}
	
#menu3 ul li ul a {
	font-size: 14px;
	width: 250px;
	height: 22px;
	display:block;
	text-decoration: none;
	color: #000;
	background: #fff;
	padding: 5px;
	border: 1px solid #fff;
	border-bottom: none;
	
}

#menu3 ul li ul a:hover{
	background: #ddd;
}

/* Fix IE. Hide from IE Mac \*/
/** html ul li { float: left; }*/
* html ul li a { height: 1%; }
/* End */

#menu3 li:hover ul, #menu li.over ul {
	
	display: block;
	position: absolute;
	text-align: left;
	}

/*-----------------------------------------------____*/

#menu4 ul {
	list-style: none;
	float: center;
/*	width: 150px;*/
}


	
#menu4 ul li {
	position: relative;
	float: left;
	width: 125px;
	}

#menu4 li ul {
	display: none;
	border-bottom: 1px solid #fff;
	float: left;
	}
	
#menu4 ul li ul a {
	font-size: 14px;
	width: 250px;
	height: 22px;
	display:block;
	text-decoration: none;
	color: #000;
	background: #fff;
	padding: 5px;
	border: 1px solid #fff;
	border-bottom: none;
	
}

#menu4 ul li ul a:hover{
	background: #ddd;
}

/* Fix IE. Hide from IE Mac \*/
/** html ul li { float: left; }*/
* html ul li a { height: 1%; }
/* End */

#menu4 li:hover ul, #menu li.over ul {
	
	display: block;
	position: absolute;
	text-align: left;
	}
	
	
a.qmparent
{
/*	text-indent: -3000px;*/
	font-weight:bold;
	font-size: 12px;
	display: block;
	padding: 0;
	line-height: 24px;
	text-decoration: none;
	color: #000;
	background-repeat: no-repeat;
	border: 1px solid #ccc;
	border-top: none;
	border-right: none;
	text-align: center;
	background: #efff;
}
a.qmparentTB
{
/*	text-indent: -3000px;*/
	font-weight:bold;
	font-size: 12px;
	display: block;
	padding: 0;
	line-height: 24px;
	text-decoration: none;
	color: #fff;
	background-repeat: no-repeat;
	border: 1px solid #000;
	/*border-top: none;
	border-right: none;*/
	text-align: center;
	background: #339966;
}

/*#income_tables{*/
/*	background-image: url("images/income_tables.png");*/
/*	background-position: 15px 50% ;*/
/*}*/

#home{
	margin-left: 20px;
	border-right: 1px solid #ccc;
	
}

li#register, li#login, li#home{
	display: block;
	float: right;
	width: 50px;
}

/*#stock_lists{*/
/*	margin-left: 4px;*/
/*	background-image: url("images/stock_lists.png");*/
/*	background-position: 4px 50% ;*/
/*}*/

/*#special_lists{*/
/*	background-image: url("images/special_lists.png");*/
/*	background-position: 8px 50% ;*/
/*}*/

/*#services{*/
/*	background-image: url("images/services.png");*/
/*	background-position: 0 50% ;*/
/*}*/

#services{
	border-right:1px solid #ccc;
}


#menu_right{
	position: absolute;
/*	right: 0px;*/
	left: 1045px;
	top: 0;
	border-right: 1px solid #ccc;

}

#menu_right li{
	display: block;
	float: left;
	line-height: 24px;
	padding: 0 5px;
	font-size: 12px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#menu_right li a{
	text-decoration: none;		
	color: #000;
	font-weight: bold;

}
#a_register, #a_login {
	background: #077D44;
	width: 60px;
	text-align: center;
	margin-left: 5px;
	}
#a_register a , #a_login a{
	color: #fff !important;
}