@charset "UTF-8";
/* CSS Document */
/* test */
/* navigation menu */
body #nav{
	position:relative;
	left: 0;
	top: 14px; 
	width: 75px;
	height: 9px;
	background-image: url(graphics/menulabelnormal.png); /* Menu label */
	background-position: 0 0;
	background-repeat: no-repeat;
	z-index: 1000;
}
body #nav:hover{
	width: 100%; /* note change in width*/
	height: 51px;
	top: 6px; /*WA 14px-8px*/
	background-position: left bottom;
	background-image: url(graphics/menulabelhover.png);
}

body #nav:hover ul{
	display: block;
	position:relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 9px;
	/*background-color: #AFAFC0;*/
	background-image: url(graphics/ulbg.png);
	background-repeat: repeat-x;
	background-position: 0 8px;
	border-bottom: 1px solid #666666;
	padding: 0 0 0 8px;
	margin: 0;
	height: 50px;
}

body #nav ul{
	display: none;
}

body #nav ul li{
	float: left;
	width: 32px;
	height: 32px;
	list-style: none;
	margin: 0 1px 0 0;
}

body #nav ul li a span{
	visibility: hidden; /* BUG: In Mozilla, if this is display: none a render bug happens. */
}/*

/* The links */
body #nav ul li a{
	background-image: url(graphics/button.png);
	background-repeat: no-repeat;
	text-decoration: none;
	display: block;
	width: 32px;
	height: 32px;
	position: relative;
	top: 8px;
	
			
}

body #nav:hover ul li a:hover{
	background-image: url(graphics/button48.png);
	left: -8px;
	top: 0; 
	width: 48px;
	height: 48px;	
	z-index: 5000;
	
}/*


/* the button images */
body #nav ul li a.home{
	background-image: url(graphics/home.png);
}
body #nav ul li a.home:hover{
	background-image: url(graphics/home48.png);
}
body #nav ul li a.new{
	background-image: url(graphics/new.png);
}
body #nav ul li a.new:hover{
	background-image: url(graphics/new48.png);
}
body #nav ul li a.sub{
	background-image: url(graphics/sub.png);
}
body #nav ul li a.sub:hover{
	background-image: url(graphics/sub48.png);
}
body #nav ul li a.manage{
	background-image: url(graphics/manage.png);
}
body #nav ul li a.manage:hover{
	background-image: url(graphics/manage48.png);
}
body #nav ul li a.logout{
	background-image: url(graphics/logout.png);
}
body #nav ul li a.logout:hover{
	background-image: url(graphics/logout48.png);
}



/* The popup text*/
body #nav ul li a:hover span{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
 color: #39426B;
 float: left;
 display: block;
 font-weight: bold;
 position: relative;
 left: 30px;
 top: 30px;
 background-image: url(graphics/hovertitlebg.png);
 padding: 1px;
 border: 1px solid;
 visibility: visible;
 	
}
/* old business */
.breadcrumb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #633C23;
	padding-top: 6px;
	padding-left: 30px;
}
body {
	background-image: url(assets/brickbgNS.jpg);
	background-repeat: no-repeat;
	background-color: #999999;
	background-position:center;
	background-position:top;
}
a:link {
	color: #633C23;
}
a:visited {
	color: #633C23;
}
a:hover {
}
.style4 {
	font-family: Futura, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 25px;
}
.style5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
.style7 {
	font-size: 16px;
	font-style: normal;
	font-family: "Gill Sans", Verdana, Arial, Helvetica, sans-serif;
}

#modernbricksmenu2{
padding: 0;
width: 100%;
background: transparent;
}

#modernbricksmenu2 ul{
	margin:0;
	margin-left: 0px; /*margin between first menu item and left browser edge*/
	padding: 0;
	list-style: none;
}

#modernbricksmenu2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

#modernbricksmenu2 a{
	float: left;
	display: block;
	font: bold 11px Arial;
	color: white;
	text-decoration: none;
	margin: 0 0px 0 0; /*Margin between each menu item*/
	padding: 5px 15px;
	background-color: #4B2507; /*Brown color theme*/
	border-top: 1px solid white;
}

#modernbricksmenu2 a:hover{
	background-color: #775037; /*Brown color theme*/
	color: #DEDEDE;
}

#modernbricksmenu2 #current a{ /*currently selected tab*/
	background-color: #775037; /*Brown color theme*/
	color: #FFFFFF;
	border-color: #B39689; /*Brown color theme*/
	border-top: 1px solid white;
}
.style8 {
	font-family: "Gill Sans", Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
}
