.cogmenu {
	z-index: 9000; 
	position: absolute; 
	top: 100px; 
	left: 0pt; 
	width: 600px; 
	background-color: #ffffff; 
	visibility: hidden;
	z-index: 2;
	border:1px solid black;
}
.cogmenu_item {
	cursor: pointer;
	position: absolute; 
	left: 1px; 
	background-color: rgb(255, 255, 255); 
	font-weight: normal; 
	font-size: 10px; 
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	padding-left: 5px; 
	padding-top: 5px; 
	padding-bottom: 5px; 
	color: rgb(102, 102, 102);
	z-index: 3;
	border: 0px none;
}
.cogmenu_item_h {
	cursor: pointer;
	position: absolute; 
	left: 1px; 
	visibility: hidden;
	background-color: rgb(243, 243, 243); 
	font-weight: normal; 
	font-size: 10px; 
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	padding-left: 5px; 
	padding-top: 5px; 
	padding-bottom: 5px; 
	color: rgb(0, 0, 0);
	z-index: 4;
	border: 0px none;
}
.cogborder {
	position: absolute;
	left: 1px;
	width: 598px; 
	height:5px;
	background-color: rgb(255, 255, 255); 
	z-index: 2;
}
.cogborder2 {
	width: 600px;
    height: 58px;
	background-color: rgb(255, 255, 255); 
	z-index: 2;
}