

/*		Navigation core 	*/

.navig {
	line-height: 1;
	margin: 0 0 0 0;
	display: block;
	position: relative;
}

/* remove all list stylings */
.navig, .navig ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
}

/* move all list items into one row, by floating them */
.navig li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
}

/* initialy hide all sub menus */
.navig ul {
	width: 100%;
	display: block;
	visibility: hidden;
	position: absolute;
	clear: both;
	top: 1.2em;/* watch for this value! you must make sure that this value and value of line-height for the parent items are such that it is possible to move the mouse over to submenu */
	left: 0;
}

/* -- float.clear -- force containment of floated LIs inside of main UL */
.navig:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
/* -- float.clear.END --  */

.navig li.selected ul, .navig li:hover ul {
	visibility: visible;
}

.navig li.selected ul {
	z-index: 10;
}

.navig li:hover ul {
	z-index: 100;
}

/*		Navigation make-up 	*/

.navig {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	margin: 3em auto 5em;
	padding: 0 1em;
	/*border: 1px solid #03c;*/
	border-width: 1px 0;
	/*width: 48em;	/* this value should be close to what is needed for elements to stay on one line */
}

.navig a {
	color: #fff;
	text-decoration: none;
	padding: 0.5em 5px 0.7em;
	display: block;
	font-size: 10px;
}

.navig li {
	margin: 0;
	padding: 0;
	border-right: 1px dotted #fff;
}

/* if the following selector was ".navig li:hover a" IE7 will NOT render nested UL! the reason is the background-color rule. */
.navig li:hover {
	color: #000;
	background-color: #cde;
}
/* which is why the link is styled separatelly */
.navig li:hover a {
	color: #000;
}

.navig li:hover ul {
	background-color: #cde;
}

/* always pay attention that the value for top is such that it is possible to move the mouse over to submenu */
.navig ul {
	top: 2em;
	padding: 0 1em;/* should be identical to .navig, for best results */
	color: #000;
	background-color: #ccc;
	width: 938px;
}

.navig li li {
	border-right: 1px dotted #999;
}

.navig li li a {
	color: #000;
}

.navig li li a:hover {
	text-decoration: underline;
}

/* fix the colors for selected item and submenu, for better usability */

.navig li.selected a, .navig li.selected, .navig li.selected a:hover {
	color: #000;
	background-color: #ccc;
}

.navig li.selected, .navig li.selected:hover a, .navig li.selected ul 
{
	background-color: #ccc;
}


/* IE5/Mac: \*//*/

.navig {
	display: inline-block;
}

.navig a {
	float: left;
}

.navig li ul {
	top: 1.8em;
	height: 2em;
}

.navig li li, .navig li li a {
	display: inline;
	float: none;
}

/*  */










/*Sit wide classes*//* classes for js */.HomeMenu{	width:125px;}.HomeMenuHover{	width:125px;	cursor:pointer;}.MagazineMenu{	width:125px;	border-left: solid 1px #fff;}.MagazineMenuHover{	width:125px;	cursor:pointer;}.colMagazineMenu {	background-color:#00acee;	width:125px;}.InteractMenu{	width:125px;	border-left: solid 1px #fff;}.InteractMenuHover{	width:125px;	cursor:pointer;}.colInteractMenu {	background-color:#00acee;	width:125px;}.SceneMenu{	width:125px;	border-left: solid 1px #fff;}.SceneMenuHover{	width:125px;	cursor:pointer;}.colSceneMenu {	background-color:#00acee;	width:125px;}.GTExtrasMenu{	width:125px;	border-left: solid 1px #fff;}.GTExtrasMenuHover{	width:125px;	cursor:pointer;}.colGTExtrasMenu {	background-color:#00acee;	width:125px;}.AboutGTMenu{	width:125px;	border-left: solid 1px #fff;}.AboutGTMenuHover{	width:125px;	cursor:pointer;}.colAboutGTMenu {	background-color:#00acee;	width:125px;}.suckertreemenu{	position: absolute;	padding-bottom: 14px;	top: 200px;	z-index: 2000;	font-family: verdana;}.suckertreemenu ul{	margin: 0;	padding: 0;	list-style-type: none;	font-weight: bold;	font-size: 12px;	z-index:1000;	/* buggy in safari, reported on the 18th July by Mark, fixed by Fco */	display: inline;}/*Top level list items*/.suckertreemenu ul li{	position: relative;	display: inline;	float: left;	/*background-color: #F3F3F3;*/ /*overall menu background color*/	z-index:1000;}/*Top level menu link items style*/.suckertreemenu ul li a{	display: block;	/*width: 90px;*/ /*Width of top level menu link items*/	padding: 2px 8px;	/*border: 1px solid black;*/	border-left-width: 0;	text-decoration: none;	color: #fff;	z-index:1000;}.suckertreemenu ul li a img{	padding-top: 5px;	border: 0;}/*1st sub level menu*/.suckertreemenu ul li ul{left: 0;position: absolute;top: 1em; /* no need to change, as true value set by script */display: block;visibility: hidden;}/*Sub level menu list items (undo style from Top level List Items)*/.suckertreemenu ul li ul li{display: list-item;float: left;background-color:#00acee;width:125px;}/*All subsequent sub menu levels offset after 1st level sub menu */.suckertreemenu ul li ul li ul{ left: 159px; /* no need to change, as true value set by script */top: 0;}/* Sub level menu links style */.suckertreemenu ul li ul li a{display: block;/*width: 160px;*/ /*width of sub menu levels*/color: white;text-decoration: none;padding: 2px 5px;border-bottom: 1px solid #ccc;}.suckertreemenu ul li a:hover{background-color: #000;color: #fff;}/*Background image for top level menu list links .suckertreemenu .mainfoldericon{/*background: url(media/arrow-down.gif) no-repeat center right;}*//*Background image for subsequent level menu list links .suckertreemenu .subfoldericon{background:  url(http://www.millivres.co.uk/Images/arrow.gif) no-repeat center right;}*/* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/padding-top: 1em;}	/* Holly Hack for IE \*/* html .suckertreemenu ul li ul li{float: left;background-color:#00acee;width:125px;}* html .suckertreemenu ul li a{	padding: 7px 8px;}
