.menu, .menu ul
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#FFFFFF;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	background: white;
	border: 1px solid #0079af;
	border-bottom-width: 0;
	visibility: hidden;
	z-index: 100;
}

.menu li a
{
	display: block;
	width: 180px; 
	color: #000000;
	background-color:#e1f4fd;
	background-image:url(../images/nav_bg2.gif);
	background-repeat:no-repeat;
	text-decoration: none;
	padding: 4px 5px;
	border-bottom: 1px solid #0079af;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

 /*IE6 CSS hack*/
* html .menu li
{
	display: inline-block;
	width: 170px; 
}

.menu li a:hover
{
	background-color: #242424;
	background-image: none;
	color: white;
}

.downarrowpointer
{ 
	display: none;	
}

.rightarrowpointer
{ 
	display: none;	
}

.ddiframeshim{
	display: none;	
}



.top_menu
{
	width: 175px; 
	clear: left;
	position: relative; 
	padding-top:10px;

}

.top_menu ul
{
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
}


.top_menu ul li a
{
	width: 100%;
	display: block;
	text-indent: 3px;
	padding: 1px 0;
	margin-bottom:4px;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
	text-align:left;
	font-size:11px;
}

* html .top_menu ul li a{ /*IE6 hack*/
	width: 155px;
}

