

.navigation_tabs { width:450px; height:32px; position:absolute; left:205px; bottom:0; background-image:url(../images/top_tabs.gif); background-position:left top; background-repeat:no-repeat;}
.navigation_tabs ul { margin:0px; padding:0px; list-style-type:none;}
.navigation_tabs ul li {margin:0px; padding:0px; display:inline; float:left;}

.navigation_tabs ul li a:link, .navigation_tabs ul li a:visited, .navigation_tabs ul li a:active {
	width:90px; 
	height:32px; 
	/*background-color:pink;*/ 
	display:inline-block; 
	margin:0 11px 0 0; 
	float:left; 
	text-indent:-9999px;
	:-moz-any-link:focus;
	 outline: none;}

.navigation_tabs ul li a:hover {}



.subnavigation { width:969px; height:42px; float:left; 
                 background-image:url(../images/subnav_bg.gif); 
                 background-position:left top; background-repeat:repeat-x; 
                 background-color:#e0f0d2; border-right:1px solid #54585B;}

	
/* ----- Nav Hover ------ */
.manage a:hover {
	background: url(../images/top_tabs.gif) no-repeat 0px -36px;
	}
.analyze a:hover {
	background: url(../images/top_tabs.gif) no-repeat -101px -36px;
	}
.share a:hover {
	background: url(../images/top_tabs.gif) no-repeat -202px -36px;
	}
.inform a:hover {
	background: url(../images/top_tabs.gif) no-repeat -303px -36px;
	}


/* ----- Nav Selected ------ */
.navigation_tabs ul li.manage a.selected:link, .navigation_tabs ul li.manage a.selected:visited {
	background: url(../images/top_tabs.gif) no-repeat 0px -36px;
	}
.navigation_tabs ul li.analyze a.selected:link, .navigation_tabs ul li.analyze a.selected:visited {
	background: url(../images/top_tabs.gif) no-repeat -101px -36px ;
	}
.navigation_tabs ul li.share a.selected:link, .navigation_tabs ul li.share a.selected:visited {
	background: url(../images/top_tabs.gif) no-repeat -202px -36px;
	}
.navigation_tabs ul li.inform a.selected:link, .navigation_tabs ul li.inform a.selected:visited {
	background: url(../images/top_tabs.gif) no-repeat -303px -36px;
	}
	
	
/*--Styles for the International Text Based Tabs--------------------------*/


.navigation_tabs_international {height:34px; position:absolute; left:205px; bottom:0;}

.navigation_tabs_international ul { margin:0px; padding:0px; list-style-type:none;}
.navigation_tabs_international ul li {margin:0px; padding:0px; display:inline; float:left;}

.navigation_tabs_international ul li a:link, .navigation_tabs_international ul li a:visited, .navigation_tabs_international ul li a:active {
	height:22px;
	/*background-color:pink;*/ 
	display:inline-block;
	margin:0 11px 0 0;
	float:left;
	:-moz-any-link:focus;
	outline: none;
	background-image:url(../images/int_tab_bg.gif);
	background-position:right top;
	background-repeat:no-repeat;
	padding:9px 15px 1px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #242525;
	text-decoration:none;
}

.navigation_tabs_international ul li a:hover {	background-image:url(../images/int_tab_bg_active.gif);}

.navigation_tabs_international ul li a.selected {background-image:url(../images/int_tab_bg_active.gif);}