@CHARSET "UTF-8";
/* Menu principal */

.menuRigth{
	min-width:200px;
	margin-top:10px;
	max-width: 662px;
}
	.menuRigth .active{
		float:left;
	}
		.menuRigth .active>.content{
			background-image: url('/images/menu_bg_active.png');
			background-repeat:repeat-x;
			width:72px;
			height: 37px;
		}
			.menuRigth .active>.content>.contentLink a{
				color: #0070b1 !important;
				text-decoration: none;
				font-size: 1.2em;
			}
			.menuRigth .active>.content>.line {
				background-color:#0070b1;
				width:100%;
				font-size: 0.2em;
				margin-top:12px;
				height: 3px;
			}
			.menuRigth .active>.lconer{
				background-image: url('/images/menu_bg_left_white.png');
				position:relative;
				width:7px;
				height: 40px;
			}

			.menuRigth .active>.rconer{
				background-image: url('/images/menu_bg_right_white.png');
				position:relative;
				width:7px;
				height: 40px;
			}
	.menuRigth .inactive{
		float:left;
	}
		.menuRigth .inactive:hover>.content{
			background-image: url('/images/menu_bg_active.png');
		}
		.menuRigth .inactive>.content{
			background-image: url('/images/menu_bg.png');
			background-repeat:repeat-x;
			width:72px;
			height: 37px;
		}
		.menuRigth .head .contentLink{
			padding-top: 12px;
			text-align: center;
		}
		/* Titulo do Menu principal */
		.menuRigth .inactive:hover>.content>.contentLink a{
			color: #0070b1;
			text-decoration: none;
			font-size: 1.2em;
		}
		.menuRigth .inactive>.content>.contentLink a{
			color: #FFFFFF;
			text-decoration: none;
			font-size: 1.2em;
		}
		.menuRigth .head>ul .content>.contentLink a{
			color:#FFFFFF;
			text-decoration: none;
			font-size: 1.2em;
		}
		/* Sublinhado do Menu principal*/ 
		.menuRigth .inactive>.content>.line {
			background-color:#FFFFFF;
			width:100%;
			font-size: 3px;
			margin-top:12px;
			height: 3px;
		}
		.menuRigth .head:hover>.content>.line {
			background-color:#0070b1;
			width:100%;
			font-size: 0.2em;
		}
			/* Submenu */
			.menuRigth .head ul{
				display: none;
				position: absolute;
				background-color:#0070b1;
				opacity:0.9;
				padding-bottom: 10px;
			}
		
			.menuRigth .head:hover ul {
				display: block;
			}
			.menuRigth .head ul li .content{
				background-color:#0070b1;
				margin-right: 20px;
				margin-left:20px;
			}
				/* Sub Submenu n está optimizado*/
				.menuRigth .head li:hover > ul {
					display: block;
					left: 98%;
					top:-3px;
				}
			
		.menuRigth .head:hover>.lconer{
			background-image: url('/images/menu_bg_left_white.png');
		}
		.menuRigth .head:hover>.rconer{
			background-image: url('/images/menu_bg_right_white.png');
		}
		.menuRigth .inactive>.lconer{
			background-image: url('/images/menu_bg_left_blue.png');
			position:relative;
			width:7px;
			height: 40px;
		}
	
		.menuRigth .inactive>.rconer{
			background-image: url('/images/menu_bg_right_blue.png');
			position:relative;
			width:7px;
			height: 40px;
		}
/* Search */
.searchLeft{
	margin-right: 20px;
}
	.searchLeft .srconer{
		background-image: url('/images/search_bg_left_blue.png');
		width: 11px;
		height: 57px;
	}
	.searchLeft .sbody{
		background-image: url('/images/search_bg.png');
		width: 267px;
		height: 57px;
	}
		.searchLeft .sbody .scbody{
			margin-top: 10px;
			height: 30px;
		}
			.searchLeft .sbody .scbody .sclbody{
				background-image: url('/images/search_bg_left_gray.png');
				width: 5px;
				height: 30px;
			}
			.searchLeft .sbody .scbody .sccbody{
				background-image: url('/images/search_bg_box.png');
				height: 30px;
			}
			.searchLeft .sbody .scbody .scrbody{
				background-image: url('/images/search_bg_right_gray.png');
				width: 4px;
				height: 30px;
			}
			.searchLeft .sbody .scbody input{
				background-color: #FFFFFF;
				border: none;
				margin-top: 5px;
				width:220px;
				font-size: 1.4em;
			}
	.searchLeft .slconer{
		background-image: url('/images/search_bg_right_blue.png');
		width: 17px;
		height: 57px;
	}
	.searchLeft .sbody .scbutton{
		width: 30px;
		height: 30px;
		background-color: #FFFFFF;
		background-position:center;
		margin-top: 10px;
	}
		.searchLeft .sbody .scbutton input{
			margin-top: 3px;
			margin-left: 3px;
		}