/* static horizontal menues */
a.nav, a.nav:link, a.nav:visited
{
	display: block;
	height: 25px;
	background: #f0f0f0;
	text-align: left;
	padding: 0px 5px 0px 5px;
	color: #000;
	line-height: 25px;
	float: left;
	text-decoration: none;
	margin-left: 0px;
	position: relative;
	margin-top: 0px;
	left: 0px;
}

a.presentnav
{
	display: block;
	height: 25px;
	background: maroon;
	text-align: left;
	padding: 0px 5px;
	color: #fff;
	line-height: 25px;
	float: left;
	margin-top: 0px;
	text-decoration: none;
	margin-left: 0px;
	position: relative;
	left: 0px;
}

a.nav:hover
{
	color: #fff;
	background: #764;
}

a.nav:active
{
	color: #fff;
	background: #c00;
}

#ovan
{
	text-decoration: none;
	background: #f0f0f0;
	height: 25px;
	margin: 0px 0px 0px 0px;
	border-color: gray;
	border-width: 1px;
	border-style: dotted;
}

/* contextual menues */
a.nav2, a.nav2:link, a.nav2:visited
{
	display: block;
	height: 25px;
	background: #fff;
	text-align: left;
	padding: 0px 5px;
	color: #000;
	line-height: 25px;
	float: none;
	text-decoration: none;
	margin-left: 0px;
	position: relative;
	margin-top: 0px;
	left: 0px;
}

a.presentnav2
{
	display: block;
	height: 25px;
	background: #f0f0f0;
	text-align: left;
	padding: 0px 5px;
	color: #000;
	line-height: 25px;
	float: none;
	text-decoration: none;
	margin-left: 0px;
	position: relative;
	margin-top: 0px;
	left: 0px;
}

a.nav2:hover
{
	color: #fff;
	background: #764;
}

a.nav2:active
{
	color: #fff;
	background: #c00;
}

/* arrows */
#pil
{
	padding: 20px;
	text-align: center;
}

/* gallery number menu */
p.num
{
	text-align: center;
	padding: 0px 30px 20px 0px;
}

