/* css for the drop menus----*/

div#menu{
	border: 1px solid #368;
	background-color: #DDE7EF;
	left: 255px;
	padding: 5px;
	position: absolute;
	top: 176px;
	visibility: hidden;
	width: 220px;/*----*/
	z-index: 50;
}
div#menu-log{
	border: 1px solid #368;
	background-color: #DDE7EF;
	left: 600px;
	padding: 5px;
	position: absolute;
	top: 176px;
	visibility: hidden;
	width: 140px;/*----*/
	z-index: 50;
}
div#menu-exp{
	border: 1px solid #368;
	background-color: #DDE7EF;
	left: 300px;
	padding: 2px;
	position: absolute;
	top: 176px;
	visibility: hidden;
	width: 450px;/*----*/
	z-index: 50;
}
.drop-ul{	
	margin: 0px;
	list-style: none;	
	border: 0px solid #f00;
	padding: 0px;
}
.drop-ul li {
	margin: 0px;
	padding: 3px 0px 3px 0px;	
	font-size: 8.0pt;
	font-weight: normal;
	color: #000;
	border-bottom: 1px dashed #99bbdd;
}
.drop-ul li a{
	text-decoration: none;
	color: #0351A9;
}

.drop-ul li a:hover{
	text-decoration: underline;
	color: #984312;
}

.drop-ul-right{			
	margin: 0px;
	list-style: none;
	border: 0px solid #F00;
	padding: 0px;
}
.drop-ul-right li {
	margin: 0px;
	padding: 3px 0px 3px 0px;	
	font-size: 8.0pt;
	font-weight: normal;
	color: #000;
	border-bottom: 1px dashed #99bbdd;
}
.drop-ul-right a{
	text-decoration: none;
	color: #0351A9;
}

.drop-ul-right a:hover{
	text-decoration: underline;
	color: #984312;
}
li.list-heading{
	font-weight: bold;
	color: #F00;
	border-bottom: 0px dashed #99bbdd;
}
li.list-last{
	border-bottom: 0px dashed #99bbdd;
}

.column-one{	
	border: none;
	float: left;
	margin-left: 0px;
	p\osition: relative;
	padding: 5px 5px 5px 5px;
	width: 205px;
	border: 0px solid #FF0;


}
.column-two{
	border: none;
	float: right;
	margin-left: 4px;
	margin-right: 4px;
	p\osition: relative;
	padding: 5px 5px 5px 10px;
	width: 205px;
	border: 0px solid #FF0;
}
