
#left { background-color:#D5CDC1; background-repeat:no-repeat; width:800px; height: 20px; padding-left: 0px; margin-top:0px;} 
/*********** nav styles ***********/

	div#nav {float: left; margin: 0 0 0 0px;}

 	/*/controls main nav eg home ect background position/*/
	div#nav li {position:relative; list-style: none; margin: 0; float:left; width: 8em;}
	
	/*/contols box elements including dropdown possition /*/
	div#nav li a {display: block; padding:0.25em 0 0.25em 0.8em; text-decoration: none; width: 8em; border-left: 1px solid #8A784F; border-bottom: 0;}
	
	div#nav>ul a {width:auto;}
	
	/*/level 2 hide/*/
	div#nav ul ul {position:absolute; width: 6em; display:none;}
	
	/*/show dropdow when rollovered/*/
	div#nav ul.level1 li.submenu:hover ul.level2 {display:block; width: 8em;}

/*********** nav styles classes, background and fonts ***********/

/*/controls home background colour and type/*/
li.home { font-stretch:extra-condensed; background:none;}
li.home:hover { color:#FFFFFF;}

/*/controls all menu items that have a drop down background colour and type/*/
li.submenu { font-stretch:extra-condensed; background:none; background-repeat:no-repeat; }
li.submenu:hover {background-image:url(IMAGES/nav3.gif);}

/*/controls dropdown background colour and type/*/
ul.level2 { font-stretch:extra-condensed; font-style:bold; background-color: #FFFFFF; border: 1px solid #CCC;}
ul.level2 :hover{ font-stretch:extra-condensed; font-style:bold; background-color: #645e3d; }
/**NAv 2**/
#navcontainer

.nav { color: #634d20; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bolder; font-size:.9em; text-decoration: none;}
.nav focus , .nav:hover, .nav:active {color: #FFF9E3; text-decoration:underline;}/* a focus = hovering with tabs instead of mouse*/

#navlist

{
margin-left: 0px;

}



#navlist li

{
font-size:88%;
height:90%;
list-style: none;
display: inline;
}

#navlist li a{

margin: 5px 15px 2px 0px;
text-decoration: underline;
}

#navlist li a:link { color: #008080;text-decoration: underline;}

#navlist li a:visited { color: #669999;}

#navlist li a:hover

{color: #669900;text-decoration: underline;}


/*********** antons asp pages - publication content ***********/
.textpubbold{ font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bolder; color: #99CAC4; font-stretch:wider; letter-spacing: 0.04em;}
.textpubbold1{ font-weight:bolder; color: #b1a697; font-stretch:wider; letter-spacing: 0.04em; font-size:.9em;}
.textpubbold2{
	font-weight:bolder;
	color: #99CAC4;
	font-stretch:wider;
	letter-spacing: 0.04em;
	text-indent: 20px;
}

.imagepubborder {  border: 1px solid #C4C4C4;}
.textpubSmallBold {font-size:9px; text-align:center; font-weight:bold;}