/* CSS Document */

#menu {
	width: 100%;
	height: 36px;
	background: url(../cabeceras/logoFotopanoramic_base.jpg) top left no-repeat;
}

#nav {
	float: right;
	margin: 0;
	padding: 0 2px 0 0;
	border-bottom: 8px #FFF solid;
}

#nav a, #nav span {
	font-size: 11px;
	font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
}

#nav li {
	display: inline;
	padding: 0;
	margin: 0;
	width: 60px;
}

#nav a:link, #nav a:visited {
	color: #FFF;
	background: #626568;
	padding: 13px 30px 4px 13px;
	margin: 2px;
	float: left;
	border: 1px solid #FFF;
	text-decoration: none;
	font-weight: bold;
}

#nav a:hover {
	color: #fff;
	background: #898c8e;
}

.mnuActivo {
	color: #FFF;
	padding: 13px 30px 4px 13px;
	margin: 2px;
	float: left;
	border: 1px solid #FFF;
	text-decoration: none;
	font-weight: bold;
	background: #bdbfbf url(../images/btnSelec.gif) top right no-repeat;
}

#nav a.mnuActivo {
	background: #bdbfbf url(../images/btnSelec.gif) top right no-repeat;
}

li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 162px;
	left: 536px;
	width: 280px;
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: 162px;
	left: 536px;
}

li:hover ul, li.sfhover ul { /* lists nested under hovered list items */
	display: block;
	z-index: 99;
}

#nav ul li li {
	text-align: left;
	/*display: block;*/
	font-weight: bold;
	color: #FFF;
	padding: 0;
}

#nav li li a:link, #nav li li a:visited {
	color: #FFF;
	background: #2e3235;
	text-decoration: none;
	font-weight: bold;
	border: 0;
	margin: 0;
	padding: 4px 8px;
	width: 170px;
}

#nav li li a:hover {
	border: 0;
	margin: 0;
	padding: 4px 8px;
	background: #898c8e;
}

#nav li ul {
	background: #2e3235;
	width: 186px;
	padding: 8px 0;
}
