.navegation_div{
	margin:0px;
	padding:0px;
	float:left;
	border-bottom:solid 1px #898989;
	width:700px;
	height:27px;
	padding-left:17px;
}

#nav {height: 41px; float:left; padding-left:20px;  font-family:arial, sans-serif;}

#menu {border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:8e8e8e;
	width:300px;
	float:left}
#menu table.ie6 {border-collapse:collapse; margin:0; padding:0;}

#menu ul {
		height:27px;
		list-style:none;
		margin:0;
		padding:0;
}
#menu ul li {float:left;}


#menu ul li a {display:block; 
			float:left; line-height:0px;
			padding:0px 0px;
			text-decoration:none; 
			color:#fff; font-weight:bold; 
			height:26px;line-height:0px;
			font-size:12px; 
			margin-right:10px;
			}
#menu ul li a b {
			display:block; 
			float:left;
			padding:0 15px 0 15px; 
			text-decoration:none; 
			color:#fff; 
			font-weight:normal; 
			height:26px;
			line-height:26px;
			font-size:18px;
			background:#000;
			border-left:solid 1px #898989; 
			border-right:solid 1px #898989; 
			border-top:solid 1px #898989;
			border-bottom:solid 1px #898989; 
			cursor:pointer;
			}

#menu ul li div.holder {
			position:absolute; 
			left:-9999px;
			}

#menu ul li div .leftSide {
			float:left;
}
#menu ul li div .rightSide {
			float:left; 
			margin-left:10px; 
			display:inline;
			padding:0 10px 0 0; 
			background: #fff;
			border:solid 1px #898989;
			filter:alpha(opacity=90);
		opacity:0.90;
}

#menu ul li:hover {
			position:relative;
			}
#menu ul li a:hover {
			color:#000; 
			background-position:right center; 
			white-space:nowrap; 
			position:relative;

}
#menu ul li a:hover b {
			color:#000;
			background-position:left center;
			background:#ebe9e9;

}
			
#menu ul li a.sub:hover {
			color:#000; 
			background-position:right bottom;
			white-space:nowrap; 
			position:relative;
						background:#ebe9e9;

			}
#menu ul li a.sub:hover b {
			color:#000; 
			background-position:left bottom;
			background:#ebe9e9;

	}

#menu ul li:hover > a {
			color:#000;
			position:relative;
			background:#ebe9e9;

			}
#menu ul li:hover a.sub {
			color:#fff;
			background-position:right bottom; 
			white-space:nowrap; 
			position:relative;
			
			}
#menu ul li:hover a.sub > b, #menu ul li a.active > b {
			color:#000; 
			background-position:left bottom;
			background:#ebe9e9;
			
			}

#menu ul :hover div.holder {
			position:absolute; 
			top:27px; 
			left:-10px;
			margin: 0; 
			padding: 0;
}

#menu ul li.right a:hover div.holder {
			left:auto; 
			right:3px;
			top:41px;
	}
#menu ul li.right:hover div.holder {
			left:auto; 
			right:4px; 
			top:41px;
	}

#menu ul dl {
			width:auto; 
			margin:5px 0 10px 0; 
			padding:0 5px;
			list-style:none;
	}
#menu ul dl dt {
			padding:0 10px; 
			margin:0; 
			line-height:20px; 
			background:#fff; 
			color:#000; 
			white-space:nowrap;
	}
#menu ul dl dd {
			display:block; 
			padding:0; 
			margin:0;
	}
#menu ul dd a {
	background:url(../images/list-style.jpg)  no-repeat left 10px #fff;
			display:block; 
			height: 20px; 
			line-height: 20px; 
			color:#421; 
			text-align:left; margin: 0; 
			padding:0 10px;
			font-weight:normal; 
			white-space:nowrap; 
			float:none;
	}
#menu ul dd a:hover {
			color:#c60;
				background:url(../images/list-style.jpg)  no-repeat left 10px #fff;

	}

#menu ul table td {
			vertical-align:top;
	}
