

#menu_lat dl, #menu_lat dt,#menu_lat  dd, #menu_lat ul, #menu_lat li 
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu_lat li a
{
	display: block;
	height : 100%;
	border : 0 none;
}

#menu_lat
{
	width : 100%;
	height : 25px;
	margin-bottom : 0px;
	margin-top : 0px;
	font-size : 13px;
}


#dt
{
	width : 100%;
	height : 24px;
	margin-bottom : 0px;
	margin-top : 0px;
}



#menu_lat dt a
{
	color : #FFFFFF;
	text-decoration : none;
	display: block;
	margin:0;
	padding:0;
	height : 25px;
}

#menu_lat dt a:hover
{
	color : #FFFFFF;
	text-decoration : underline;
}


#menu_lat dl
{
	width : 100px;
	height : 16px;
	margin-bottom : 0px;
	padding-bottom : 0px ; 
	float : left;
	cursor : pointer;
	
}



#menu_lat dd
{
	display : none;
	position: absolute;
	z-index:100;
	opacity:0.9;
	filter:alpha(opacity=100);
	border : 1px solid #669ACC;
	border-top : 0;
	width : 160px;
	padding : 0px;
	margin-left : 130px;
	margin-top:-18px;
	color : #000000;
	line-height : 16px;
	background-color : #ABCBE3;
}

#menu_lat dd a
{
	color : #000000;
	text-decoration : none;
	width : 160px;
	border : 1px #669ACC;
	Font-family: Arial;
}

#menu_lat dd a:hover
{
	color : #000000;
	text-decoration : underline;
	background-color : #CCCCCC;
	
}



