@charset "utf-8";
/* --- agent menu --- */
#agentMenu, #agentMenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type:none;
}
#agentMenu	{
	position:absolute;
	left: 244px;
	top: 0px;
	z-index: 5;
}
#agentMenu ul {
	background-color:#152062;
	position:absolute;
	top:42px;
	left: 0px;
}
#agentMenu li ul {
	visibility:hidden;
	position:absolute;
}
#agentMenu ul li {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
	list-style-type: none;
	width: 146px;
}
#agentMenu ul li:hover {
	background-color:#006600;
}
#agentMenu ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	line-height: 22px;
}
#agentMenu li:hover ul {
	visibility:visible;
}
#agentMenu li.msieFix ul {
	visibility:visible;
}
#agentMenu li.msieFix {
	background-color:#006600;
}

