.navigation{
	z-index:100001;
	direction:ltr;
	font-family:sans-serif;
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px solid #e3e3e3;
}

* html .navigation{
	border:1px solid #fff;
	border-bottom:1px solid #e3e3e3;
}

.navigation a.tab{
	padding:4px 4px;
	margin-right:11px;
	margin-top:34px;
	font-weight:bold;
	color:#000;
	float:left;
	text-decoration:none;
	display:block;
	-moz-border-radius:10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-size:13px;
}

/*navigation a.tab{
	padding:4px 5px;
	margin-right:9px;
	margin-top:34px;
	font-weight:bold;
	color:#000;
	float:left;
	text-decoration:none;
	display:block;
	-moz-border-radius:10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-size:14px;
}*/

/*
.navigation .tab{	
	padding-left:12px;
	padding-right:18px;
	float:left;
	margin-top:26px;
	margin-left:15px;
}

* html .navigation .tab{
	margin-left:12px;
}
*/
.navigation a.tab#guided_tour{
	position:relative;
}

.navigation a.tab#guided_tour .play{
	right:-5px;
	top:-1px;
	position:absolute;	
	border-color:transparent;
	border-width:0px;
	background-image:url(/images/nav/ltr/guided_tour_play.gif);
	background-repeat:no-repeat;
	width:10px;
	height:10px;
}

.navigation a.selected{
	background-color:#a0d7dc;
}

.navigation a.tab:hover{
	background-color:#ededed;
	text-decoration:none;
}

.navigation a.selected:hover{
	background-color:#a0d7dc;
}

.navigation a{
	display:inline;
}

.navigation .login_pane{
	position:absolute;
	top:0px;
	right:0px;
	width:210px;
	z-index:5;
}


.navigation .login_pane .contents{
	display:none;
	width:auto;
	padding:12px;
	padding-top:2px;
	background-image:url(/images/nav/login_contents.png);
}


* html .navigation .login_pane .contents{
	background-image:url(/images/nav/login_contents.gif);
	height:90px;
}


.navigation .login_pane input{
	border:none;
	display:block;
	margin-top:2px;
	margin-bottom:6px;
	padding:0px 1px;
	width:179px;
}

*|html .navigation .login_pane input{
	width:184px;
}

* html .navigation .login_pane input{
	width:180px;
}

.navigation .where{
	text-decoration:underline;
}

.navigation .login_tab{
	background-image:url(/images/nav/login_tab.png);	
	height:19px;
	position:relative;
	padding-left:10px;
	padding-top:4px;
	font-size:11px;
}

.navigation .login_tab span{
}

* html .navigation .login_tab{
	background-image:url(/images/nav/login_tab.gif);
}

.navigation .login_pane .contents a{
	font-size:11px;
	font-weight:bold;
	color:#398a01;
}

.navigation a.login_btn{
	background-image:url(/images/nav/login_btn.gif);
	width:48px;
	height:22px;
	display:block;
	text-decoration:none;
	margin-top:5px;
	float:right;
}

.navigation .login_wait{
	width:16px;
	height:16px;
	background-image:url(/images/nav/small_ajax_loader.gif);
	display:none;
	float:right;
}

.navigation .login_tab .actions{
	position:absolute;
	right:15px;
	top:2px;
	
}

.navigation .login_tab #show_join{
	border-left:1px solid #cccccc;
	margin-left: 10px;
	padding-left: 12px;
}

.navigation .login_pane .login_tab .actions a{
	color:#73b5f2;
	text-decoration:underline;
	font-weight:bold;
	font-size:11px;
	float:right;
	
}


.navigation .login_pane .login_tab .actions a#show_login{
	margin-left:20px;
}

.navigation a{
	margin:0px;
	padding:0px;
}

.navigation .logo{
	display:block;
	background-image:url(/images/nav/logo.gif);
	width:177px;
	height:63px;
	float:left;
	margin-right:11px;
	/*margin-right:30px;*/
}


.navigation .nav_login_error{
	display:none;
	margin-top:10px;
	color:red;
	font-weight:bold;
}

.navigation_bottom_wrapper{
	padding-top:1px;/* IE clear both bug fix*/
}

.navigation_bottom{
	font-size:10px;
	color:#585858;	
	margin-top:20px;
	margin-bottom:5px;
	border-top: 1px solid #dddddd;
	padding-top: 10px;
	padding-bottom: 10px;	
}

.navigation_bottom a{
	margin:0;
	margin-right:25px;
	font-size:10px;
	font-weight:normal;
	color:#0066cc;
	text-decoration:underline;	
	display:inline;
}


.navigation_bottom .member{
	border-right:1px solid #000;
	margin-right:8px;
	padding-right:8px;
	display:block;
	float:left;
}

.navigation_bottom a.last{
	margin:0;
}

.navigation_bottom .disclaimer{	
	color:#000;
}

 .navigation_bottom .copyr{		
	background-image: url(/images/nav/footer_logo.gif);	
	background-repeat: no-repeat;	
	margin-top: 2px;
}

.tab_logged_in{
	display:none;
}

/*.more_blog{
	background-image:url(/images/arrow_nobg.gif);
	background-repeat:no-repeat;
	width:9px;
	height:6px;
	display:inline-block;
	padding-bottom:3px;
}

.blog_divide{
	border-right:1px solid #d1d1d1;
	width:1px;
	height:13px;
	display:inline-block;
}

.blogs_detailed{
	position:absolute;
	top:55px;
	right:89px;
	width:90px;
	background-color:#c2eef0;
}

.blog_link{
	padding: 5px 0px;	
	text-align: center;
	border-bottom:1px solid #9fced0;
}

.blog_link a{
	color:#000;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
	

.last_link{
	border:none;
}
*/

