/* //////////////////////////////////////////////////////////
				MAIN NAVIGATION
////////////////////////////////////////////////////////// */
#tabs {height:42px;  font-family:Verdana; z-index: 1; position:absolute; width: 900px;}
*html #tabs {background: url(../img/layout/menu/tab_bg.png) repeat-x top left}
#tabs ul#main-tabs {float:left}
#tabs ul#side-tabs {float:right}
#tabs ul {margin:0 0 0 0px; padding:0 0 0 10px; list-style-type:none}
#tabs ul#main-tabs {padding-left:2px}
#tabs ul#side-tabs {padding-right:4px}
#tabs ul li {float:left; margin:0; padding:0 2px 0 0}
#tabs ul#side-tabs li {padding:0 0 0 2px}
#tabs ul li a {padding-left: 3px; color: white}
#tabs ul li span {float:left; display:block; padding-right:3px; height:42px}
#tabs ul li span span {padding-right:0px}
#tabs ul li span span {float:left; display:block; cursor:pointer}
#tabs ul li span span b i {padding-top:11px; display:block; height:24px}
#tabs ul li span span b, #tabs ul li span span i {display:block; font-weight:normal; font-style:normal; cursor:pointer}
#tabs ul li span span b i {display: none}
#tabs ul li span span b {float:left; height: 42px; padding: 0 6px 0 6px; display:block; text-align:center}
#tabs ul a:link, #tabs ul a:visited {float:left; text-transform:uppercase; font-size:10px; text-decoration:none; height:42px; cursor:pointer; font-family: Arial}
#tabs ul a:link.current, #tabs ul a:visited.current, #tabs ul a:hover {color: black; background: url(../img/layout/menu/tab_active_left_bg.png) no-repeat top left}
#tabs ul a:link.current span, #tabs ul a:visited.current span, #tabs ul a:hover span {background: url(../img/layout/menu/tab_active_right_bg.png) no-repeat top right}
#tabs ul a:link.current span span, #tabs ul a:visited.current span span, #tabs ul a:hover span span {background: white url(../img/layout/menu/tab_active_bg.png) repeat-x top left}
*html #tabs ul a:link.current span span, *html #tabs ul a:visited.current span span, *html #tabs ul a:hover span span {background: url(../img/admin/layout/tab_active_bg.png) repeat-x top left}

#tabs ul li#Permissions a span span b {
	background: url(../img/layout/menu/Permissions.png) no-repeat top center;
	width: 60px;
}
#tabs ul li#Permissions a:hover span span b, #tabs ul li#Permissions a:link.current span span b, #tabs ul li#Permissions a:visited.current span span b{
	background-position: 50% -42px;
}
#tabs ul li#PermissionsEn a span span b {
	background: url(../img/layout/menu/PermissionsEn.png) no-repeat top center;
	width: 60px;
}
#tabs ul li#PermissionsEn a:hover span span b, #tabs ul li#PermissionsEn a:link.current span span b, #tabs ul li#PermissionsEn a:visited.current span span b{
	background-position: 50% -42px;
}
#tabs ul li#Eggrafi a span span b {
	background: url(../img/layout/menu/Eggrafi.png) no-repeat top center;
	width: 60px;
}
#tabs ul li#Eggrafi a:hover span span b, #tabs ul li#Eggrafi a:link.current span span b, #tabs ul li#Eggrafi a:visited.current span span b{
	background-position: 50% -42px;
}
#tabs ul li#EggrafiEn a span span b {
	background: url(../img/layout/menu/EggrafiEn.png) no-repeat top center;
	width: 60px;
}
#tabs ul li#EggrafiEn a:hover span span b, #tabs ul li#EggrafiEn a:link.current span span b, #tabs ul li#EggrafiEn a:visited.current span span b{
	background-position: 50% -42px;
}
#tabs ul li#Account a span span b {
	background: url(../img/layout/menu/Account.png) no-repeat top center;
	width: 85px;
}
#tabs ul li#Account a:hover span span b, #tabs ul li#Account a:link.current span span b, #tabs ul li#Account a:visited.current span span b{
	background-position: 50% -42px;
}
#tabs ul li#AccountEn a span span b {
	background: url(../img/layout/menu/AccountEn.png) no-repeat top center;
	width: 65px;
}
#tabs ul li#AccountEn a:hover span span b, #tabs ul li#AccountEn a:link.current span span b, #tabs ul li#AccountEn a:visited.current span span b{
	background-position: 50% -42px;
}
#tabs ul li#Logout a span span b {
	background: url(../img/layout/menu/Logout.png) no-repeat top center;
	width: 85px;
}
#tabs ul li#Logout a:hover span span b, #tabs ul li#Logout a:link.current span span b, #tabs ul li#Logout a:visited.current span span b{
	background-position: 50% -42px;
}
#tabs ul li#LogoutEn a span span b {
	background: url(../img/layout/menu/LogoutEn.png) no-repeat top center;
	width: 65px;
}
#tabs ul li#LogoutEn a:hover span span b, #tabs ul li#LogoutEn a:link.current span span b, #tabs ul li#LogoutEn a:visited.current span span b{
	background-position: 50% -42px;
}
#tabs ul li#Dashboard a span span b {
	background: url(../img/layout/menu/Dashboard.png) no-repeat top center;
	width: 71px;
}
#tabs ul li#Dashboard a:hover span span b, #tabs ul li#Dashboard a:link.current span span b, #tabs ul li#Dashboard a:visited.current span span b{
    background-position: 50% -42px;
}
#tabs ul li#DashboardEn a span span b {
	background: url(../img/layout/menu/DashboardEn.png) no-repeat top center;
	width: 71px;
}
#tabs ul li#DashboardEn a:hover span span b, #tabs ul li#DashboardEn a:link.current span span b, #tabs ul li#DashboardEn a:visited.current span span b{
    background-position: 50% -42px;
}
#tabs ul li#Competitors a span span b {
     background: url(../img/layout/menu/Competitors.png) no-repeat top center;
     width: 78px;
}
#tabs ul li#Competitors a:hover span span b, #tabs ul li#Competitors a:link.current span span b, #tabs ul li#Competitors a:visited.current span span b{
     background-position: 50% -42px;
}
#tabs ul li#CompetitorsEn a span span b {
     background: url(../img/layout/menu/CompetitorsEn.png) no-repeat top center;
     width: 78px;
}
#tabs ul li#CompetitorsEn a:hover span span b, #tabs ul li#CompetitorsEn a:link.current span span b, #tabs ul li#CompetitorsEn a:visited.current span span b{
     background-position: 50% -42px;
}
#tabs ul li#Clippings a span span b {
    background: url(../img/layout/menu/Clippings.html) no-repeat top center;
    width: 60px;
}
#tabs ul li#Clippings a:hover span span b, #tabs ul li#Clippings a:link.current span span b, #tabs ul li#Clippings a:visited.current span span b{
     background-position: 50% -42px;
}
#tabs ul li#ClippingsEn a span span b {
    background: url(../img/layout/menu/ClippingsEn.html) no-repeat top center;
    width: 60px;
}
#tabs ul li#ClippingsEn a:hover span span b, #tabs ul li#ClippingsEn a:link.current span span b, #tabs ul li#ClippingsEn a:visited.current span span b{
     background-position: 50% -42px;
}
#tabs ul li#Notes a span span b {
     background: url(../img/layout/menu/Notes.html) no-repeat top center;
     width: 38px;
}
#tabs ul li#Notes a:hover span span b, #tabs ul li#Notes a:link.current span span b, #tabs ul li#Notes a:visited.current span span b{
     background-position: 50% -42px;
}
#tabs ul li#NotesEn a span span b {
     background: url(../img/layout/menu/NotesEn.html) no-repeat top center;
     width: 38px;
}
#tabs ul li#NotesEn a:hover span span b, #tabs ul li#NotesEn a:link.current span span b, #tabs ul li#NotesEn a:visited.current span span b{
     background-position: 50% -42px;
}
#tabs ul li#Customers a span span b {
     background: url(../img/layout/menu/Customers.png) no-repeat top center;
     width: 70px;
}
#tabs ul li#Customers a:hover span span b, #tabs ul li#Customers a:link.current span span b, #tabs ul li#Customers a:visited.current span span b{
     background-position: 50% -42px;
}
#tabs ul li#CustomersEn a span span b {
     background: url(../img/layout/menu/CustomersEn.png) no-repeat top center;
     width: 70px;
}
#tabs ul li#CustomersEn a:hover span span b, #tabs ul li#CustomersEn a:link.current span span b, #tabs ul li#CustomersEn a:visited.current span span b{
     background-position: 50% -42px;
}
#tabs ul li#Comparisons a span span b {
     background: url(../img/layout/menu/Comparisons.png) no-repeat top center;
     width: 85px;
}
#tabs ul li#Comparisons a:hover span span b, #tabs ul li#Comparisons a:link.current span span b, #tabs ul li#Comparisons a:visited.current span span b{
     background-position: 50% -42px;
}	
#tabs ul li#ComparisonsEn a span span b {
     background: url(../img/layout/menu/ComparisonsEn.png) no-repeat top center;
     width: 85px;
}
#tabs ul li#ComparisonsEn a:hover span span b, #tabs ul li#ComparisonsEn a:link.current span span b, #tabs ul li#ComparisonsEn a:visited.current span span b{
     background-position: 50% -42px;
}	
			
a.shortcuts {float:right; margin-right:25px; width: 86px; height: 30px; background: url(../img/layout/menu/menu_shortcuts.html) no-repeat top left}
a.shortcuts:hover, a.shortcuts.open {background-position: 0 -31px}
a.shortcuts span {display:none}	
