/* blue toolbar */
a {
	color: #196AB0;
}

a:hover {
	color: #000;
}

#toolbar {
	/*background: url(../images/toolbar/blue/toolbar-bg.png) repeat-x;*/
}

.header-dark #nav li.active_menu a {
	background: url(../images/toolbar/blue/toolbar-select-dark.png) 50% 0 no-repeat;
}

.header-light #nav li.active_menu a {
	background: url(../images/toolbar/blue/toolbar-select-light.png) 50% 0 no-repeat;
}


#nav {
	/*background: url(../images/toolbar/blue/toolbar-div.png) 0 0 no-repeat;*/
	background: url(../images/toolbar/blue/toolbar-float-bg.png) 0 0;
	font-size: 14px;
	
}
#nav-L {
	
	height: 100%;
	background-image: url(../images/toolbar/blue/toolbar-float-l.png);
	background-position: left top;
	background-repeat: no-repeat;
}
#nav-R {
	
	height: 100%;
	background-image: url(../images/toolbar/blue/toolbar-float-r.png);
	background-position: right top;
	background-repeat: no-repeat;	
}

#nav li {
	background: url(../images/toolbar/blue/toolbar-div.png) 100% 0 no-repeat;
}

#nav li a {
	color: #FFF;
}
#nav li a.goo{
	color: #000;
}

#nav a:hover {
	color: #000;
}

/* dark/blue toolbar footer */
body.footer-dark #footer h3 {
	color: #5B95D0;
}
.text_thank{
	color: #F00;
	font-size: 16pt;
}

