/* CSS Document */


.mainmenucolour {
	background-color: #EBEFF5;
	height: 25px;
	background-position: center center;
}

.roundgreyblock {
	background-color: #EBEFF5;

	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 15px;
}

.menucolour {
	background-color: #EBEFF5;
	height: 25px;
}


.MainMenuOuterBlock {
	margin: auto;
	width: 100%;
	clear: both;
	background-image: url(../images/gallery/menu-gradient-background.jpg);
	background-repeat: repeat-x;
	height: 67px;
}

.MainMenuInnerBlock {
	/*
	This block directly holds all the menu items.
	Must be wide enough for the menu items, but some extra for mobiles.
	Margin:auto keeps it centred.
	*/

	margin: auto;
	width:  973px;
	
	/* test bits */
	/* clear: both; 
	background-color: #0F0;*/
	
}

.SubMenuOuterBlock {
	margin: auto;
	width: 100%;

	!background-color: #7796B2;
	clear: both;
	position: relative;
	height: 100%;
	z-index: 1;
	top: -50px;
}

.SubMenuInnerBlock {
	margin: auto;
	width: 100%;
}

.minormenu {
	font-size: 12pt;
	color: #7796B2;
}


/* #######################################
				TOP MENU */

#topmenu{
	color:#000;
		/*position:relative;
		top:90px; */
	width:100%;
	margin:0;
	height: 67px;
}
 
/* top level */

#topmenu ul    {margin:0;padding:0}
#topmenu ul li {
	list-style:none;
	display:inline;
	margin-right: 0px;
	margin-left: 0px;

}


#topmenu    li {
	padding: 3px 0px 3px;
}

.topmenuleft {
	border-left-style: none;
	border-left-color: #031f36;
	border-left-width: 1px;
	
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #1e5384;
	
	border-bottom-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #031f36;
}
.topmenumiddle {
	border-left-style: solid;
	border-left-color: #031f36;
	border-left-width: 1px;
	
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #1e5384;
	
	border-bottom-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #031f36;
}
.topmenuright {
	border-left-style: solid;
	border-left-color: #031f36;
	border-left-width: 1px;
	
	border-right-style: none;
	border-right-width: 1px;
	border-right-color: #1e5384;
	
	border-bottom-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #031f36;
}


#topmenu   a, #topmenu  li a#buttonnohover {
	color: #fff;
	font-weight:  normal;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display:block;
	float:left;
	text-decoration: none;
	padding-top: 20px;
	padding-bottom: 26px;
	padding-left: 26px;
	padding-right: 26px;
	letter-spacing: 1px;
	

	/* test bits  
	background-color: #F0F; */
}

#topmenu li a:hover, #topmenu li a#buttonhover {
	background-color: #7796B2;
	color: #003366;
}

/*
#topmenu li a.selectedMenuItem, #topmenu li a.selectedMenuItemFirst {color: #d2dd28;}
*/

/* #######################################
				SUB MENU */

#submenu{
	color:#000;
	/*position:relative;
		top:90px; */
	width:auto;
	margin:0;
	height: 31px;
	background-image: url(../images/gallery/sub-nav-bg.jpg);
}
 
/* top level */
#submenu ul    {margin:0;padding:0}
#submenu ul li {margin:0;list-style:none;display:inline;}
#submenu    li {padding: 5px 0px 5px; }

#submenu   a, #submenu  li a#buttonnohover { 
	color: #036;
	font-weight:  bold;
	letter-spacing: 1px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	display:block;
	float:left;

	padding: 9px 10px 6px;
	text-decoration: none;
}

#submenu li a:hover, #submenu li a#buttonhover {
	background-color: #7796B2;
	color: #FFF;
}

/*
#submenu li a.selectedMenuItem, #topmenu li a.selectedMenuItemFirst {color: #d2dd28;}
*/
