/*------------------------------------------------------------------------------  Dropdown Navigation-------------------------------------------------------------------------------*/#dropdown {	padding				: 0;	margin				: 0;	text-align			: left;}#dropdown ul {	width					: 220px;	margin				: 0;	padding				: 0;	border				: 1px solid #000;	background			: #8e8e8e;}#dropdown ul li {	list-style-type	: none;	height				: 20px;	padding				: 1px 15px 0 18px;	margin				: 0;	background			: #8e8e8e url(../images/nav/bullet.gif) no-repeat 5px 5px;	voice-family		: "\"}\"";	voice-family		: inherit;	height				: 19px;}html>body #dropdown ul li {	height				: 19px;}#dropdown ul li:hover {	background			: #ffbd21 url(../images/nav/bullet_o.gif) no-repeat 5px 5px;}#dropdown ul li a {	float					: left;	width					: 200px;	height				: 18px;	color					: #fff;	text-decoration	: none;}#dropdown ul li a:hover {	color					: #98121a;}#m-01 {	position				: absolute;	top					: 75px;	margin				: 0 0 0 312px;	padding				: 0;	visibility			: hidden;}html>body #m-01 		{ margin: 0 0 0 312px; }*+html body #m-01 	{ margin: 0 0 0 -688px; }#dropdown .m-over-01	{ background-color: #ac6572; }#dropdown .m-over-02	{ background-color: #892336; }#dropdown .act			{ font-weight: bold; }#dropdown .line		{ border-bottom: 1px solid #c7c8c8; }