
/* CSS for nav rollovers */

#nameheadercontainer {
	position:absolute;
	top: 43px;
	margin-left: 12%;
	margin-right: 12%;
	width: 457px;
	height: 22px;
	padding: 0;
	
	background: #ffffff;
	}
	
#nameheadercontainerPanel {
	position:absolute;
	top: 16px;
	left: 67px;
	width: 266px;
	height: 22px;
	padding: 0;
	margin: 0px 0 10px 0;
	background: #ffffff;
	}


#container {
	position:absolute;
	top: 70px;
	margin-left: 12%;
	margin-right: 12%;
	width: 900px;
	height: 61px;
	padding: 0;
	background: #CCCCCC;
	}

#nav {
	position: absolute;
	top: 0px;
	left: 0px;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 61px;
	display: inline;
	overflow: hidden;
	width: 612px;
	}

#nav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#nav a {
	float: left;
	padding: 120px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:83px; /* for IE5/Win */
	}

#nav a:hover, #nav a.hover.navselected {
	background-position: 0 -61px;
	}

#nav a:active, #nav a.navselected {
	background-position: 0 -61px;
	}

#thome a   {
	width: 102px;
	background: url(http://www.annehj.com/images/home.jpg) top left no-repeat;
	}

#tblog a   {
	width: 102px;
	background: url(http://www.annehj.com/images/blog.jpg) top left no-repeat;
	}

#twork a  {
	width: 102px;
	background: url(http://www.annehj.com/images/work.jpg) top left no-repeat;
	}

#tvideo a  {
	width: 102px;
	background: url(http://www.annehj.com/images/video.jpg) top left no-repeat;
	}
	
#tetcetera a  {
	width: 102px;
	background: url(http://www.annehj.com/images/etcetera.jpg) top left no-repeat;
	}


#tcontact a  {
	width: 102px;
	background: url(http://www.annehj.com/images/contact.jpg) top left no-repeat;
	}
	





/* CSS for breadcrumb links */



#containerSub {
	position:absolute;
	top: 139px;
	margin-left: 12%;
	margin-right: 12%;
	width: 788px;
	height: 20px;
	padding: 0;
	background: #ffffff;
	}
	


	


