@meta { Title: "Rautatiemuseo Gallery Menu Styles"; }

.menuOut 
	{
	cursor:pointer;
	margin:2px;
	background-color:#dcdcdc;
	color:#000000;
	width:180px;
	border:2px solid #4968A9;
	padding:2px;
	text-align:center;
	font-family:arial,helvetica;
	font-weight:bold;
	}
	
.menuOver
	{
	cursor:pointer;
	margin:2px;
	background-color:#dcdcdc;
	color:#ff3300;
	width:180px;
	border:2px solid #ff3300;
	padding:2px;
	text-align:center;
	font-family:arial,helvetica;
	font-weight:bold;
	}
	
.submenu
	{
	width:115px;
	font-family:verdana,arial,helvetica;
	font-size:11px;
	padding-left:5px;
	}
	
.submenu a
	{
	color:#333333;
	text-decoration:none;
	font-weight:bold;
	}
	
.submenu a:hover
	{
	color:#ff3300;
	text-decoration:none;
	font-style:none;
	font-weight:bold;
	}