/* vBulletin 3 CSS For Style 'New ScoobyNet (New Features)' (styleid: 16) */

/*		Navigation core 	*/

.navig {
	font-family: Calibri, "Trebuchet MS", sans-serif;
	font-size: 100%;
	font-weight: bold;
	line-height: 25px;
	margin: 0 0 0 0;
	display: block;
	position: relative;
}

/* remove all list stylings */
.navig, .navig ul {
	font-family: Calibri, "Trebuchet MS", sans-serif;
	font-weight: bold;
	font-size: 100%;
	line-height: 25px;
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
}

/* move all list items into one row, by floating them */
.navig li {
	font-family: Calibri, "Trebuchet MS", sans-serif;
	font-weight: bold;
	font-size: 100%;
	line-height: 25px;
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: right;
}

/* initialy hide all sub menus */
.navig ul {
	font-family: Calibri, "Trebuchet MS", sans-serif;
	font-weight: bold;
	font-size: 100%;
	line-height: 25px;
	width: 100%;
	display: block;
	visibility: hidden;
	position: absolute;
	clear: both;
	top: 1px;
	left: 0;
}

/* -- float.clear -- force containment of floated LIs inside of main UL */
.navig:after {
	font-family: Calibri, "Trebuchet MS", sans-serif;
	font-weight: bold;
	font-size: 100%;
	line-height: 25px;
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
/* -- float.clear.END --  */

.navig li.selected ul, .navig li:hover ul {
	font-family: Calibri, "Trebuchet MS", sans-serif;
	font-weight: bold;
	font-size: 100%;
	line-height: 25px;
	visibility: visible;
}

.navig li.selected ul {
	font-family: Calibri, "Trebuchet MS", sans-serif;
	font-weight: bold;
	z-index: 10;
}

.navig li:hover ul {
	font-family: Calibri, "Trebuchet MS", sans-serif;
	font-weight: bold;
	z-index: 100;
}

/*		Navigation make-up 	*/

.navig {
	font-family: Calibri, "Trebuchet MS", sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-color: #444444;
	background-image: url(menugrad.gif);
	background-color: #858585;
	margin: 0 0 0 auto;
	padding: 0 0;
	border: 0px solid #03c;
	border-width: 0px 0;
	width: 499px;	
}

.navig a {
	font-family: Calibri, "Trebuchet MS", sans-serif;
	color: #333333;  /* TOP MENU - NON SELECTED - NON HOVER - FONT COLOR */
	text-decoration: none;
	padding: 0 5px 0;
	display: block;
}

.navig li {
	font-family: Calibri, "Trebuchet MS", sans-serif;
	margin: 0;
	border-right: 1px dotted #BBB;
}

/* if the following selector was ".navig li:hover a" IE7 will NOT render nested UL! the reason is the background-color rule. */
.navig li:hover {
	font-family: Calibri, "Trebuchet MS", sans-serif;
	background-color: #444;  /* TOP AND BOTTOM MENU HOVER BACKGROUND COLOR */
}
/* which is why the link is styled separatelly */
.navig li:hover a {
	font-family: Calibri, "Trebuchet MS", sans-serif;
	color: #FFF;  /* TOP AND BOTTOM HOVER TEXT COLOR */
}

.navig li:hover ul {
	font-family: Calibri, "Trebuchet MS", sans-serif;
	background-color: #444;
}

.navig li:hover li a {
	font-family: Calibri, "Trebuchet MS", sans-serif;
	color: #BB7F00;
}

/* always pay attention that the value for top is such that it is possible to move the mouse over to submenu */
.navig ul {
	font-family: Calibri, "Trebuchet MS", sans-serif;
	top: 25px;
	font-size: 12px;
	font-weight: bold;
	background-color: #858585;
	margin: 0 0 0 auto;
	padding: 0 0;
	border: 0px solid #03c;
	border-width: 0px 0;
	width: 499px;	/* this value should be close to what is needed for elements to stay on one line */






}

.navig li li {
	font-family: Calibri, "Trebuchet MS", sans-serif;
	font-weight: bold;
	border-right: 1px dotted #999;
}

.navig li li a {
	font-family: Calibri, "Trebuchet MS", sans-serif;
	font-weight: bold;
	color: #000;
}

.navig li li a:hover {
	font-family: Calibri, "Trebuchet MS", sans-serif;
	font-weight: bold;
	color: #FFAF00;  /* BOTTOM MENU TEXT HOVER COLOR */
	text-decoration: none;
}

/* fix the colors for selected item and submenu, for better usability */

.navig li.selected a {
	font-family: Calibri, "Trebuchet MS", sans-serif;
	font-weight: bold;
	color: #FFAF00;
	background-color: #444;
}

.navig li.selected a:hover {
	font-family: Calibri, "Trebuchet MS", sans-serif;
	font-weight: bold;
	color: #FFF;
}

.navig li.selected, .navig li.selected:hover a, .navig li.selected ul {
	font-family: Calibri, "Trebuchet MS", sans-serif;
	font-weight: bold;
	background-color: #444;
}

.navig le.selected li {
	font-family: Calibri, "Trebuchet MS", sans-serif;
	font-weight: bold;
	color: #BB7F00;
}

.navig li.selected li a {
	font-family: Calibri, "Trebuchet MS", sans-serif;
	font-weight: bold;
	color: #BB7F00;
}

.navig li.selected li a:hover {
	font-family: Calibri, "Trebuchet MS", sans-serif;
	font-weight: bold;
	color: #FFAF00;
}




.style2 {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.style3 {
	font-family: Verdana;
	font-size: 10px;
	color: #666666;
}

.top5first a {
        font-size: 100px
}


/* IE5/Mac: \*//*/

.navig {
	display: inline-block;
}

.navig a {
	float: right;
}

.navig li ul {
	top: 1.8em;
	height: 2em;
}

.navig li li, .navig li li a {
	display: inline;
	float: none;
}

/*  */


/** DEBUT MGC CHATBOX **/
.mgc_cb_date {
   color : #555555;
}

.mgc_cb_me {
   color : #FF0000;
}
/** FIN MGC CHATBOX **/
