
/* Navigation top right
**********************/

#navigation-topright
{
	float: right;
	margin: 46px 0px 0px 0px;
	padding: 0px;
	width: 370px !important;
	width/**/: 180px;
	list-style: none;
}

#navigation-topright li
{
	float: right;
	border-right: 1px solid #999;
}

#navigation-topright li a:link,
#navigation-topright li a:visited
{
	padding: 0px 20px 0px 20px;
	color: #999;
	font-size: 11px;
}

/* Navigation main
*****************/

#navigation
{
	border-bottom: 4px solid black;
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: #b8b8b8;
	height: 36px;
}

#navigation li
{
	float: left;
	border-right: 1px solid white;
	padding: 0px;
	text-align: center;	
	width: 254px;
}

#navigation li a:link,
#navigation li a:visited
{
	display: block;
	height: 25px !important;
	height/**/: 36px;	
	padding-top: 11px;
	font: bold 13px 'arial', 'sans-serif';
	color: white;
	letter-spacing: 0.1em;
}

#navigation li a:hover

{
	text-decoration: none;
	background: #666666;
}

/* Subnav
***********/

#navigation li ul 
{
	position: absolute;
	width: 254px;
	left: -999px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#navigation li:hover ul, 
#navigation li.sfhover ul  
{
	left: auto;
	margin: -1px 0px 0px 0px !important;
	margin/**/: -1px 0px 0px -127px;
	padding: 0px 0px 0px 0px;
}

#navigation li ul li
{
	padding: 0px;
	margin: 0px;
	border-right: none;
	border-bottom: 1px solid #999;
}

#navigation li ul li a:link,
#navigation li ul li a:visited
{
	filter: alpha(opacity=75);-moz-opacity:.75;opacity:.75;
	background: url(/images/layout/subnav-background.png) top right white no-repeat;
	color: #333;
	padding: 6px 0px 0px 6px;
	height: 18px !important;
	height/**/: 22px;
	width: 248px !important;
	width: 254px;
	font-weight: normal;
	text-align: left;
	letter-spacing: 0px;
}

#navigation li ul li a:hover
{
	filter: alpha(opacity=100);-moz-opacity:.99;opacity:.99;	
	background: url(/images/layout/subnav-background.png) top right white no-repeat;
	color: #333;
	padding-top: 6px;
	padding-bottom: 0px;
	height: 18px;
	width: 254px;
	font-weight: normal;
	letter-spacing: 0px;
}

.rollover
{
	display: block;
	float: left;
	display: inline;
}

.rollover:hover
{
	visibility: visible;
}

.rollover img
{
	width: 100%;
	height: 100%;
	border: 0;
}

.rollover:hover img
{
	visibility: hidden;
}

/* Home Rollovers
*********************/

#about
{
	background: url(/images/home/about-ro.jpg) no-repeat;
	width: 211px;
	height:	157px;
	margin: 0px 4px 4px 0px;
}

#domain
{
	background: url(/images/home/sculpture-ro.jpg) no-repeat;
	width: 99px;
	height:	157px;
	margin: 0px 4px 4px 0px;
}

#museum
{
	background: url(/images/home/museum-entrance-ro.jpg) no-repeat;
	width: 232px;
	height:	157px;
	margin: 0px 4px 4px 0px;
}

#maritime
{
	background: url(/images/home/painting-ro.jpg) no-repeat;
	width: 211px;
	height:	157px;
	margin: 0px 0px 4px 0px;
}

#domain-view
{
	background: url(/images/home/domain.jpg) no-repeat;
	width: 154px;
	height:	160px;
	margin: 0px 4px 0px 0px;	
}

#artgallery
{
	background: url(/images/home/artgallery-ro.jpg) no-repeat;
	width: 224px;
	height:	160px;
	margin: 0px 4px 0px 0px;	
}

#cathedral
{
	background: url(/images/home/stainedglass-ro.jpg) no-repeat;
	width: 254px;
	height:	160px;
	margin: 0px 4px 0px 0px;	
}

#edmiston
{
	background: url(/images/home/edmiston-ro.jpg) no-repeat;
	margin: 0px 0px 0px 0px;
	width: 121px;
	height: 160px;	
}

