/* 
#######################################
# Navigation Stylesheet               #
# Date: 20.01.2005                    #
#######################################
*/



/*############################################ SubNav  *********** */

div#subnav {
	width: 740px;
	height: 65px;
	}
	
div#subnav ul {
	margin: 0px;
	margin-top: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: left;
	font-family: arial;
	height: 65px;
	font-size: 32px;
	}

div#subnav ul li {
	padding: 0;
	margin: 0;
	display: inline;
	}

div#subnav ul li a {
	text-decoration: none;
	padding: 0px 0px 29px 0px;
	margin: 0;
	}

div#subnav ul li a#interior {
	padding-left: 191px;
	width: 200px;
	background: url(../sitepix/structural/button1.png) top left;
	background-repeat: no-repeat;
	background-position: 0 0px;
	}
div#subnav ul li a#fashion {
	padding-left: 161px;
	width: 170px;
	background: url(../sitepix/structural/button2.png) top left;
	background-repeat: no-repeat;
	background-position: 0 0px;
	}
div#subnav ul li a#theatre {
	padding-left: 161px;
	width: 170px;
	background: url(../sitepix/structural/button3.png) top left;
	background-repeat: no-repeat;
	background-position: 0 0px;
	}
div#subnav ul li a#research {
	padding-left: 191px;
	width: 200px;
	background: url(../sitepix/structural/button4.png) top left;
	background-repeat: no-repeat;
	background-position: 0 0px;
	}


div#subnav a#interior:hover, div#subnav a#fashion:hover, div#subnav a#theatre:hover, div#subnav a#research:hover {
	background-position: 0 -66px;
	}
	
div#subnav a#interior.active, div#subnav a#fashion.active, div#subnav a#theatre.active, div#subnav a#research.active {
	background-position: 0 -132px;
	}


/*############################################ End ***********
