/*
Copyright (c) 2005 The Hague Justice Portal
$Revision: 1.0 $
*/

.tabmenu { text-align : right; margin-bottom : 6px; clear : both; float : none; width : 450px; height:24px; }
.tabmenu a {  height:24px; display : block !important ; width : auto; line-height : 16px; float : right;color : white; padding : 4px 12px; font-weight : bold; text-decoration : none; border-right : 1px solid #FFF;} 

/* -------------------------------------- NEWS PILAR -------------------------------------- */

.tab_news { background : #d097aa; }
.tab_news a:hover { background : #deb6c4; }
.tab_news .tab_selected a { color : #af2653; background : white;}
.tab_news .tab_selected a:hover { color : #af2653; background : white;}

/* ------------------------------------ PROJECT PILAR ------------------------------------ */

.tab_projects { background : #81a5D3; }
.tab_projects a:hover { background : #a7c0e0; }
.tab_projects .tab_selected a { color : #0d3264;  background : white; }
.tab_projects .tab_selected a:hover { color : #0d3264;  background : white; }

/* ------------------------------------ RESEARCH PILAR ------------------------------------ */

.tab_research { background : #81a5D3; }
.tab_research a:hover { background : #a7c0e0; }
.tab_research .tab_selected a { color : #0d3264;  background : white; }
.tab_research .tab_selected a:hover { color : #0d3264;  background : white; }

/* ----------------------------------- THE HAGUE PILAR ------------------------------------ */

.tab_thehague { background : #bcd095; }
.tab_thehague a:hover { background : #d0deb5; }
.tab_thehague .tab_selected a { color : #455b1a; background : white;}
.tab_thehague .tab_selected a:hover { color : #455b1a; background : white;}

/* ------------------------------------- ABOUT PILAR -------------------------------------- */

.tab_about { background : #c0b134; }
.tab_about a:hover { background : #d4c971; }
.tab_about .tab_selected a { color : #454545; background : white;}
.tab_about .tab_selected a:hover { color : #454545; background : white;}

/* ------------------------------------- JOURNAL PILAR -------------------------------------- */

.tab_journal { background : #CDB500; }
.tab_journal a:hover { background : #D7C433; }
.tab_journal .tab_selected a { color : #CDB500; background : white;}
.tab_journal .tab_selected a:hover { color : #CDB500; background : white;}

/* ------------------------------------- NO PILAR -------------------------------------- */

.tab_grey { background : #c0c4c9; }
.tab_grey a { color: #000; }
.tab_grey a:hover { background : #d9dbde; color: #000; }
.tab_grey .tab_selected { color : #454545; color: #000; }