/*Start Navigation menu*/
#navcontainer {
        padding: 0;
        height: 20px;
        display:block;
				background:transparent;
}
#navcontainer ul {
        border: 0;
        margin: 0;
        padding: 0;
        list-style-type: none;
        text-align: center;
        width:auto;
}
#navcontainer ul li {
        display: block;
        float: left;
        text-align: center;
        padding: 0;
        margin: 0;
}
#navcontainer ul li a {
        float:left;
        height: 33px;/*Height of the nav bar*/
        border-right: 1px solid #333333;
        padding: 2px 6px 0 6px;
        margin: 0;
        color: navy;
        text-decoration: none;
        display: block;
        text-align: center;
				/*font-weight: normal;*/
}
#navcontainer ul li a:hover {
        color: blue;
        background: #FFFF99;
				text-decoration: underline;
}
#navcontainer li#active a {
        background: #996600;
        color: navy;
}
/*End Navigation menu*/

/*Start Tournesol express dropdown menu*/
#nav { 
	MARGIN: 0px 0 0 -40px;/*Fix for Firefox and Chrome (-40px)*/ 
	LINE-HEIGHT: 1;  
	LIST-STYLE-TYPE:none;
}
#nav UL { 
	MARGIN: 0px; 
	LINE-HEIGHT: 1;  
	LIST-STYLE-TYPE: none;
	padding-bottom: 1em;
	z-index: 2;
}
#nav A {
	DISPLAY: block; 
	WIDTH: 18em;
	LINE-HEIGHT: 1.5;
}
#nav LI {
	FLOAT: left; 
	WIDTH: 10em;
}
#nav LI UL {
	BACKGROUND: #996600; 
	LEFT: -999em; 
	WIDTH: 19.1em; 
	POSITION: absolute;
	padding-left: 1px;/*Fix for Firefox and Chrome*/
}
#nav LI:hover UL {
	LEFT: auto;
}
#nav LI.sfhover UL {
	LEFT: auto;
}
#nav li:hover, #menu li.hover {
  position: static;
}
/*End Tournesol express dropdown menu*/

/*Start Popout 1 */
a.nav1 {
text-decoration: none;
}
a.nav1:hover {
background: none;
text-decoration: none;
}
a.nav1 span {
display: none;
}
a.nav1:hover span {
display: inline;
position: absolute;
top: 500px;
left: 260px;
width: 500px;
height: 300px;
background: #ffffcc;/*An image can be specified*/
/*text-align: center;*/
color: #000000;
font: 1.5em verdana;
padding: 8px 3px 3px 3px;
border: solid 2px #996600;
}
/*End Popout 1 */

/*Start Popout 2 */
a.nav2 {
text-decoration: none;
}
a.nav2:hover {
background: none;
text-decoration: none;
}
a.nav2 span {
display: none;
}
a.nav2:hover span {
display: inline;
position: absolute;
top: 980px;
left: 300px;
width: 500px;
height: 411px;
background: #ffffcc;/*An image can be specified*/
text-align: center;
color: #000;
font: 1em Verdana;
padding: 0px 0px 0px 0px;
border: solid 1px #996600;
}
/*End Popout 2 */

/*Tabs on the index page*/
#tab {
width: 230px;
height: 230px;
background-image: url("images/tab1.gif");
float: left;
font-size:14px;
font-family:verdana, arial, sans-serif;
}
/*On hover for tabs on the index page*/
#tab:hover, #tab.hover { 
background-image: url("images/tab2.gif"); 
}
/*htc file for Internet explorer 6.0 for hover on tabs on the index page*/
#tab { 
behavior: url('hover.htc');
}
/*Padding for tabs on the index page*/
.pad {
padding: 3px 3px 0px 3px;
}