/* - - - - - - - - - - - - - - - - - - - - -

Title : baan7 NAVIGATION Stylesheet
Author : Baan7
URL : http://www.baan7.nl
Description : NAVIGATION Screen CSS

- - - - - - - - - - - - - - - - - - - - - */

#nav {margin:126px 0 20px 0;}

/* the styling */
#nav {width:585px; height:auto; position:relative;}

#nav .select, #nav .current {margin:0; padding:0; list-style:none; display:block;}

#nav li {display:inline; margin:0; padding:0;height:auto;}

#nav .select a,
#nav .current a {display:block; height:25px; float:left;  padding:0 0 0 5px; background:none; /*border-bottom:1px solid #000;*/ text-decoration:none; font-size:10px; line-height:20px; white-space:nowrap; margin-left:2px;}
* html #nav .select a, * html #nav .current a {width:1px;}

#nav .navimg {display:block; height:25px; width:2px; float:left; background: url("../../images/nav/sep_nav.png") no-repeat center top; padding:0 0 0 0; /*border-bottom:1px solid #000;*/ text-decoration:none; font-size:10px; line-height:20px; white-space:nowrap; margin-left:2px;}

#nav .select a b, 
#nav .current a b { height:100%; display:block; padding:0 8px 0 3px; color:#000;}

#nav .select a:hover, 
#nav .select li:hover a {background: url("../../images/nav/left_blue.png") no-repeat left top; /*background-position:0 -75px;*/ border-color:#046; cursor:pointer;}

#nav .select a:hover b, 
#nav .select li:hover a b {background:url("../../images/nav/right_blue.png") no-repeat right top; /*background-position:100% -75px;*/ border-color:#046; color:#000;}

#nav .sub {display:none;}

/* for IE5.5 and IE6 only */
#nav table {position:absolute; border-collapse:collapse; left:0; top:0; font-size:11px;}

#nav .current a {background: url("../../images/nav/left_blue.png") no-repeat left top; /*background-position:0 -75px;*/ border-color:#046;}
#nav .current a b {background:url("../../images/nav/right_blue.png") no-repeat right top; /*background-position:100% -75px;*/ color:#000; z-index:888;}
.nav_img{z-index:999;}

#nav .sub li a:hover, 
#nav .select a:hover .sub li a:hover, 
#nav .select li:hover .sub li a:hover {background:#fff url("../../images/nav/sub_sep.png") top right no-repeat; color:#3b4269; text-decoration:underline;}

#nav .sub_active .current_sub a, 
#nav .sub_active a:hover {background:#fff url("../../images/nav/sub_sep.png") top right no-repeat; color:#3b4269; text-decoration:underline;}

#nav .select li a:hover .sub, 
#nav .select li:hover .sub {display:block; position:absolute; width:585px; top:21px; right:0; background:#fff; margin-top:1px; padding:0; z-index:100; border-bottom:0px solid #fff;}

#nav .sub, #nav .sub_active {margin:0; padding-left:40px; list-style:none;}
#nav .sub_active {display:block; position:absolute; width:585px; top:21px; right:0; background:#fff; margin-top:1px; padding:0; z-index:10; color:#000; border-bottom:0px solid #fff;}
* html #nav .sub_active, * html #nav .select a:hover .sub {z-index:-1; margin-top:0; margin-t\op:1px;}

#nav .sub_active a {height:25px; float:left; text-decoration:none; line-height:24px; white-space:nowrap; font-weight:normal;}
#nav .sub_active a, 
#nav .select a:hover .sub li a, 
#nav .select li:hover .sub li a {display:inline; background:#fff url("../../images/nav/sub_sep.png") top right no-repeat; padding:0 10px; margin:0; font-size:10px; width:auto; white-space:nowrap; font-weight:bold; border:0; color:#3b4269; height:30px; line-height:29px; }

/* SUB POSITIONS */
.sub_about{
left:50px;
position:relative;
float:left;
}
.sub_whazzup{
left:120px;
position:relative;
float:left;
}
.sub_teach{
left:200px;
position:relative;
float:left;
}
.sub_support{
left:260px;
position:relative;
float:left;
}
.sub_shop{
left:340px;
position:relative;
float:left;
}
.sub_talk{
left:350px;
position:relative;
float:left;
}