/* Foschini - CSI - Ince (PTY) Ltd - June 2008 */ 

#toplogo1 {position:absolute; top:19px; left:10px; width:344px; height:46px;}

.pos {position:absolute; top:69px!important;}

#menu_pos {position:absolute; left:378px; top:36px; z-index:100;}
/* The menu styling */
/* Remove the padding, margins and bullets from the lists */
.menu, .menu ul {list-style-type:none; padding:0; margin:0; font-family:arial, sans-serif;}

/* Set up the top level list items and float left to place inline */
.menu li.top {display:block; float:left; position:relative;}

/* Style and position the table so it takes no part in the menu function. The font size is necessary for IE5.5 */
.menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default top link link styling */
.menu li.top a.top_link {display:block; float:left; text-decoration:none; text-align:center; height:30px; line-height:30px; font-weight:bold;}
.menu li.top a span {color:#FFF; font-size:14px; text-transform:uppercase;}
.menu li.top a:hover span {color:#FFF;}
.menu li:hover span {color:#FFF;}

/* set up the normal unhovered images in the links */
.menu li a#overview {width:131px; background:url('../i/butt_1.gif') no-repeat;}
.menu li a#focus {width:131px; background:url('../i/butt_2.gif') no-repeat;}
.menu li a#projects {width:131px; background:url('../i/butt_3.gif') no-repeat;}
.menu li a#media {width:131px; background:url('../i/butt_4.gif') no-repeat;}

/* pre-load the hover images into the lists */
.menu li.p1 {width:131px; background:url('../i/butt_1b.gif') no-repeat;}
.menu li.p2 {margin-left:8px; width:131px; background:url('../i/butt_2b.gif') no-repeat;}
.menu li.p3 {margin-left:8px; width:131px; background:url('../i/butt_3b.gif') no-repeat;}
.menu li.p4 {margin-left:8px; width:131px; background:url('../i/butt_4b.gif') no-repeat;}

/* Style the list OR link hover. Depends on which browser is used */
.menu a:hover {visibility:visible;} /* for IE6 */
.menu li:hover { position:relative; z-index:200;} /* for IE7 */

/* make the links transparent on hover so that the hover images in the lists show through (no flicker) */
.menu li a#overview:hover, .menu li:hover a#overview,
.menu li a#focus:hover, .menu li:hover a#focus,
.menu li a#projects:hover, .menu li:hover a#projects,
.menu li a#media:hover, .menu li:hover a#media {background:transparent;}

/* keep the 'next' level invisible by placing it off screen. */
.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0;}

/* set up the first drop down sub level */
.menu :hover ul.sub1 {left:0; top:30px; background:#9AC55C url('../i/butt_1bkg.jpg') no-repeat right; padding:0;  width:144px; height:auto; text-align:left;}
.menu :hover ul.sub1 li {display:block; height:24px; line-height:24px; position:relative; float:left; width:144px;}
.menu :hover ul.sub1 li a {font-weight:bold; display:block; font-size:11px; height:24px; width:142px; line-height:24px; text-indent:5px; color:#FFF; text-decoration:none; border-bottom:1px #FFF solid; border-left:1px #FFF solid; border-right:1px #FFF solid;}
.menu :hover ul.sub1 li a:hover {background:none; color:#000; width:142px; height:24px; line-height:24px;}

.menu :hover ul.sub2 {left:0; top:30px; background:#EC9E45 url('../i/butt_2bkg.jpg') no-repeat right; padding:0;  width:154px; height:auto; text-align:left;}
.menu :hover ul.sub2 li {display:block; height:24px; line-height:24px; position:relative; float:left; width:154px;}
.menu :hover ul.sub2 li a {font-weight:bold; display:block; font-size:11px; height:24px; width:152px; line-height:24px; text-indent:5px; color:#FFF; text-decoration:none; border-bottom:1px #FFF solid; border-left:1px #FFF solid; border-right:1px #FFF solid;}
.menu :hover ul.sub2 li a:hover {background:none; color:#000; width:152px; height:24px; line-height:24px;}

.menu :hover ul.sub3 {left:0; top:30px; background:#B7C99E url('../i/butt_3bkg.jpg') no-repeat right; padding:0;  width:194px; height:auto; text-align:left;}
.menu :hover ul.sub3 li {display:block; height:24px; line-height:24px; position:relative; float:left; width:194px;}
.menu :hover ul.sub3 li a {font-weight:bold; display:block; font-size:11px; height:24px; width:192px; line-height:24px; text-indent:5px; color:#FFF; text-decoration:none; border-bottom:1px #FFF solid; border-left:1px #FFF solid; border-right:1px #FFF solid;}
.menu :hover ul.sub3 li a:hover {background:none; color:#000; width:192px; height:24px; line-height:24px;}

.menu :hover ul.sub4 {left:0; top:30px; background:#C08D74 url('../i/butt_4bkg.jpg') no-repeat right; padding:0;  width:132px; height:auto; text-align:left;}
.menu :hover ul.sub4 li {display:block; height:24px; line-height:24px; position:relative; float:left; width:132px;}
.menu :hover ul.sub4 li a {font-weight:bold; display:block; font-size:11px; height:24px; width:130px; line-height:24px; text-indent:5px; color:#FFF; text-decoration:none; border-bottom:1px #FFF solid; border-left:1px #FFF solid; border-right:1px #FFF solid;}
.menu :hover ul.sub4 li a:hover {background:none; color:#000; width:130px; height:24px; line-height:24px;}

/* set up the flyout levels when hovering */
.menu :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul :hover ul
{left:90px; top:-4px; background: #fff; padding:3px 0; border:1px solid #FFF; white-space:nowrap; width:93px; z-index:200; height:auto; z-index:300;}

#left {position:absolute; top:115px; left:0; z-index:10; width:150px;}
#left h2.select1 {background: url('../i/block.gif') no-repeat left; padding-left:25px; color:#9AC55C; margin:0; font-size:13px; text-transform:uppercase; text-indent:0; text-decoration:underline;}
#left h2.select2 {background: url('../i/block2.gif') no-repeat left; padding-left:25px; color:#EC9E45; margin:0; font-size:13px; text-transform:uppercase; text-indent:0; text-decoration:underline;}
#left h2.select3 {background: url('../i/block3.gif') no-repeat left; padding-left:25px; color:#B7C99E; margin:0; font-size:13px; text-transform:uppercase; text-indent:0; text-decoration:underline;}
#left h2.select4 {background: url('../i/block4.gif') no-repeat left; padding-left:25px; color:#C08D74; margin:0; font-size:13px; text-transform:uppercase; text-indent:0; text-decoration:underline;}

#left h2 a{color:#D2BEAC; margin:0 0 0 25px; text-decoration:none; font-size:13px; text-transform:uppercase; text-indent:0px;}
#left ul {margin:5px 0 10px 25px; padding:0; display:block; width:170px;}
#left ul li {list-style-type:none; padding-top:2px; padding-bottom:2px;}
#select1 li a{color:#9AC55C; text-decoration:none; font-size:12px;}
#select1 li a:hover{color:#FFF; text-decoration:none; background:#9AC55C;}
#select2 li a{color:#EC9E45; text-decoration:none; font-size:12px;}
#select2 li a:hover{color:#FFF; text-decoration:none; background:#EC9E45;}
#select3 li a{color:#B7C99E; text-decoration:none; font-size:12px;}
#select3 li a:hover{color:#FFF; text-decoration:none; background:#B7C99E;}
#select4 li a{color:#C08D74; text-decoration:none; font-size:12px;}
#select4 li a:hover{color:#FFF; text-decoration:none; background:#C08D74;}

#left h2 a:hover {color:#FFF; text-decoration:none; background:#000;}