/*Navigation anchor hover*/

li#publishing a:hover
{
	background:transparent url(images/hg_publishing.gif) no-repeat scroll 0% center;
}

li#magazines a:hover
{
	background:transparent url(images/hg_magazine.gif) no-repeat scroll 0% center;
}

li#books a:hover
{
	background:transparent url(images/hg_books.gif) no-repeat scroll 0% center;
}

li#egmont a:hover
{
	background:transparent url(images/hg_egmont.gif) no-repeat scroll 0% center;
}

li#explore a:hover
{
	background:transparent url(images/hg_explore.gif) no-repeat scroll 0% center;
}

li#digital a:hover
{
	background:url('images/hg_digital.gif') no-repeat 0% center;
}

/*Main Navigation for all Sites*/
.mainnav
{
	background:#F0EFED none repeat scroll 0% 0%;
	border-bottom:1px solid #DFE0DB;
	height:30px;
	margin-bottom: 10px;
}

ul.navigation
{
	background:transparent none repeat scroll 0 0;
	left:5px;
	list-style-type:none;
	margin:0 0 0 10px;
	padding:0;
	position:relative;
}

.navigation li
{
	list-style-image:none;
	list-style-type:none;
	padding:0;
	display:inline;
}

.navigation li a{
	display:block;
	float:left;
	padding: 5px;
	color:#005072;
	font-weight:bold;
	text-decoration:none;
	margin: 4px 15px 0 0;
}

.navigation li a:hover{
	color:#333;
}

/******/
#searchform
{
float:right;
margin:4px 23px;
}


/*Side Navigation*/
ul.sidenav
{
	font: 12px/22px Arial;
	position: relative;
	list-style-type: none;
	margin:0 25px 0 0;
	padding:0;
	width:190px;
	float:left;
}

.sidenav a
{
	display:block;
	text-decoration:none;
	color:#555555;
	padding:2px 15px;
	background: #E6E5E1;
	border-bottom: 1px #ffffff solid;
}

.sidenav a:hover
{
	background:#F0EFED;
}

ul.leftnav {
	background-color:#f0efec;
	padding:0;
	margin:0;
	list-style:none;
}


