/* --------------------------
AUTHOR : STYLED MENUS
URL : http://www.styledmenus.com
Copyrights by STYLED MENUS
----------------------------*/
*{
	margin:0;
	padding:0;
}
#menu_museo{
	width:230px;
	padding:0px;
	margin-top: -530px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	z-index: 100;
	top: 0px;
	float: right;
	left: 1%;
	clear: both;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	height: 100px;
	}
#menu_museo ul{
			list-style:none;
		}
#menu_museo li{
	list-style:none;
	display:block;
			}
#menu_museo li a{
	list-style:none;
	display:block;
	color:#444;
	text-transform:none;
	font-size:14px;
	text-decoration:none;
	background-image: url(Exposition/menu_portfolio/Portfolio_museo.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: right;
	background-attachment: scroll;
	height: 100px;
	width: 230px;
	padding: 0px;
				}
#menu_museo li a:hover{
	color:#fff;
	text-decoration:none;
	background-image: url(Exposition/menu_portfolio/Portfolio_museo_hover.jpg);
	background-repeat: no-repeat;
	background-position: top;
					}
#menu_museo li .current{
	list-style:none;
	display:block;
	color:#000000;
	text-transform:uppercase;
	font-size:12px;
	text-decoration:none;
	background-image: url(overtical_zip/images/menu_006_h.jpg);
	background-repeat: no-repeat;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 230px;
				}
#menu_menu_museo li a.current, #menu li a:hover.current{
	color:#33CCFF;
	text-decoration:none;
	background-image: url(overtical_zip/images/current.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
					}
