@charset "UTF-8";
/* CSS Document */
#main {
	width:822px;
	height:40px;
	background:url(images/fondo_menu.png) top no-repeat;
	display:block;
	padding-top:10px;
	position:relative;
	z-index:1000;
}

#fmtd-left{
	width:12px; 
	height:38px; 
	float:left;
}
#fmtd-right{
	width:4px; 
	height:33px; 
	float:left;
}
#fmtd {
	width:800px; 
	height:26px;
	float:left;
	margin-top:-9px;
}
#fmtd ul {
	margin:0px; 
	padding:0px; 
	list-style:none;
}
#fmtd ul li { 
	float:left; 
	position: relative; 
	text-align:center;
	padding-left:15px;
	padding-right:15px;
}
#fmtd ul li ul { 
	display:none;
}
#fmtd ul li a { 
	font-family: NarrowReg, Arial, Verdana, sans-serif;
	color:#000;
	text-decoration:none;
	display:block; 
	font-size:14px; 
	font-weight:normal;
}
#fmtd ul li a span {
	display:block; 
	height:38px; 
	line-height:38px;
}
#fmtd ul li a:hover {
	color:#e8fffa; 
	font-weight:normal;
}
#fmtd ul li.selected { 
	color:#FFFFFF;
	background:#999;
	font-weight:bold; 
	-moz-box-shadow:2px 2px 5px #d6d6d6; 
	-webkit-box-shadow:2px 2px 5px #d6d6d6; 
	box-shadow:2px 2px 5px #d6d6d6;
}
#fmtd ul li.selected a {
	color: #333;
} 
#fmtd ul li ul.fmtdDrpDwn, #fmtd ul li ul.fmtdDrpDwn ul { 
	position:absolute; 
	left:0; top:38px; 
	background-color:#fefefe; 
	border: solid 1px #c8c8c8; 
	-moz-box-shadow:2px 2px 5px #d6d6d6; 
	-webkit-box-shadow:2px 2px 5px #d6d6d6; 
	box-shadow:2px 2px 5px #d6d6d6;
}
#fmtd ul li ul.fmtdDrpDwn li, #fmtd ul li ul.fmtdDrpDwn ul li{
	text-align:left; 
	float:none; 
	display:block; 
	width:230px;
}
#fmtd ul li ul.fmtdDrpDwn li a { 
	font-family: NarrowReg, Arial, Verdana, sans-serif;
	color:#767676; 
	display:block; 
	height:30px; 
	line-height:30px; 
	display:block; 
	text-indent:15px;
}
#fmtd ul li ul.fmtdDrpDwn li a:hover { 
	font-weight:bold; 
	background:#e5e5e5; 
	color:#fff; 
	border:dotted 1px #a8d8eb;
}
#fmtd ul li ul.fmtdDrpDwn li.selected {
background:#e5e5e5; 
font-weight:bold; 
-moz-box-shadow:none; 
-webkit-box-shadow:none;
box-shadow:none;}
#fmtd ul li ul.fmtdDrpDwn li.selected > a{ 
color:#333333; 
font-weight:bold; 
}
#fmtd ul li ul.fmtdDrpDwn ul { 
position:absolute; 
left:100%; 
top:0px;}