/*

Theme Name: 
Theme URI: 
Description:
Version:
			/* Top Navigation, Interior Page Layout */
		
		

		
#f1{
	background-color:#F5F5F5 ;
	margin-bottom:0px;
	padding-bottom:20px;
	/*border-left:#eaeaea solid 1px;*/
	/*padding: 5px 20px 40px 20px;*/
	width:586px;
	float: left;
	margin-left:7px;
	padding-top:2px;
	padding-left:34px;
	z-index:5;			
}

.drop{
	color:#777;
		position:absolute;
		z-index:10;
		/*top: 45px;*/
		top:51px;
		/*right: 45px;*/
		display: none;
/*			padding: 5px 20px 40px 20px;*/
			padding-bottom:40px;
			padding-top:0px;
			padding-left:0px;
			padding-right:0px;
			/*height: 97px;*/
			width: 635px;
			text-align: left;
			background: url(../img/d-bgwhite.png) bottom left no-repeat;
			margin:0px;
		}
		
		* html .drop {
			background: url(../img/d-bg.gif) bottom center no-repeat;

		}
			 
			.dropmenuinner {
				width:100%;
			}
			.drop h1{
				color: #005DAA;
				font-size: 1.2em;
				font-weight: bold;
				/*padding: 3px 0px 5px 5px;*/
				width:90%;
				margin-left:7px; 
				background: url(../img/droph1bg.gif) no-repeat top left;
				padding-top:15px;
				padding-bottom:10px;
				padding-left:33px;
				float:left;
			}
			
			.drop ul,
			.drop form {
				margin-bottom:20px;
				/*border-left:#eaeaea solid 1px;*/
				/*padding: 5px 20px 40px 20px;*/
				width:28%;
				float: left;
				margin-left:15px;
				padding:0px;
				z-index:5;			
			}
			
			
			.drop li{
				line-height: 1.6em;
				background: url(../img/dropbg1.gif) no-repeat bottom right;
				/*border-right:#eaeaea solid 1px;*/
				/*border-left:#ffffff solid 1px;*/				
				line-height:25px;
				margin-left:10px;
				z-index:5;
				width:100%;
				font-size:11px;
				letter-spacing:-0.5px;
				list-style-type:none;
				
			}
			
			
			.drop li.drop_top {
				background: url(../img/dropbgtop.gif) no-repeat bottom right;
				padding-top:4px;
			}
			
			
			.drop li a{
				color: #3d3d3d;		
				display:block;
				width:96%;	
				padding-left:15px;
				background:url(../img/dropmenubul.gif) left top no-repeat;
				font-weight:normal;
			}
	
			.drop li a:hover{
				background:url(../img/dropmenubulhov.gif) left top no-repeat;
				color:#005daa;
				font-weight:normal;
			}
			
			.drop li:hover {
				background:url(../img/dropbg1hov.gif) bottom right no-repeat;
				color:#005daa;
			}
			
			.drop li.drop_top:hover {
				background:url(../img/dropbgtop_on.gif) bottom right no-repeat;
				color:#005daa;
			}
			
			/*Neccesary to properly align search field in drop down menu*/
			.drop form {
				margin-left:20px;
			}
			
			/*Changes background for two-line entries*/
			.drop li.twoline {
				background:url(../img/dropbg_2.gif) bottom right no-repeat;
				color:#005daa;
				
			}
			
			.drop li.twoline:hover {
				background:url(../img/dropbg_2_on.gif) bottom right no-repeat;
				color:#005daa;
			}
			
			.drop li.twolinetop {
				background:url(../img/dropbgtop_2.gif) bottom right no-repeat;
				color:#005daa;
			}
			
			.drop li.twolinetop:hover {
				background:url(../img/dropbgtop_2_on.gif) bottom right no-repeat;
				color:#005daa;
			}
			
			/*Changes background for three-line entries*/
				/*Changes background for two-line entries*/
			.drop li.threeline {
				background:url(../img/dropbg_3.gif) bottom right no-repeat;
				color:#005daa;
				
			}
			
			.drop li.threeline:hover {
				background:url(../img/dropbg_3_on.gif) bottom right no-repeat;
				color:#005daa;
			}
			
			.drop li.threelinetop {
				background:url(../img/dropbgtop_3.gif) bottom right no-repeat;
				color:#005daa;
			}
			
			.drop li.threelinetop:hover {
				background:url(../img/dropbgtop_3_on.gif) bottom right no-repeat;
				color:#005daa;
			}

#stop {
	background: url(/themes/cornarland/images_w3/bg-stop.gif) no-repeat 0 100%;
	width: 967px;
	margin:0 0 13px 1px;
	padding:0 0 3px 2px;
	overflow:hidden;
}
			
#snav {
	list-style:none;
	margin:0 -10px 0 0;
	padding:4px 2px 10px 15px;
	float:right;
	width:680px;
}
#snav li {
	font-weight:bold;
	float:left;
	padding: 2px 9px 1px 0;
	line-height:1.167em;
	font-family:Arial;
}
#snav a {
	color:#9c9c9c;
	white-space:nowrap;
}
#snav a:hover {
	color:#fff;
	text-decoration:none;
}
