@charset "UTF-8";
#header {
	float: left;
	width: 920px;
}
#header .logo {
	padding-top: 5px;
	padding-right: 23px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}
#header #headerTitle {
	height: 84px;
	padding-top: 40px;
	background-image: url(../img/slogan.jpg);
	background-position: right top;
	padding-bottom: 23px;
	background-repeat: no-repeat;
	float: left;
	width: 700px;
}
#header ul {
	float: left;
	margin: 0px;
	padding: 3px 0px 0px 10px;
	list-style-type: none;
	width: 817px;
	line-height: 24px;
	background-repeat: repeat-x;
	background-position: left bottom;
	overflow:hidden;
}
#header li {
	float: left;
}
#header   li a  {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	float: left;
	padding-bottom: 8px;
	padding-right: 14px;
	padding-left: 14px;
	margin: 0px;
}
#header  li  a:hover {
	color: #bee1ff;
}
#header li strong{color:#FF0000;}
#header  li #marcado strong{color:#FF0000}


body#homePage #marcado{
	background-repeat: no-repeat;
	background-image: url(../img/but_right.gif);
	background-position: right top;
}
body#homePage #marcado a {
	background-image: url(../img/but_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #065faa;
}
body#homePage #marcado2{
	background-repeat: no-repeat;
	background-image: url(../img/but_right2.gif);
	background-position: right top;
}
body#homePage #marcado2 a {
	background-image: url(../img/but_left2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #ffffff;
	font-weight:bold;
}
