#customMenuContainer
{
	position:absolute;
	display:none;
	z-index:10001;
}

#customMenu
{
	position:absolute;
	width:400px;
	height:300px;
    background-color:#99B5C8;
    color:#000000;
    font-size:small;
	border:outset 2px #808080;
	
}

#customMenuHeading
{
	background-color:#366890; 
	top:0px; 
	left:0px; 
	width:380px; 
	height:20px; 
	z-index:2;
	font-size:12px;
	font-weight:bold;
	padding:4px 10px 0px 10px;
	color:#ffffff;
}

#customMenuList
{
	width:380px;
	margin:5px 10px 5px 10px;
}

#customMenuButtonBar
{
	margin: 0px 10px 0px 10px;
}
