body {
	margin: 0px;
	position: relative;
	background-color: #FFF;
}
#wrapper {
}
#navbar {
	width: 100%;
	background-repeat: repeat-x;
	background-position: center top;
	background-image: url(images/csula.gif);
	z-index: 1;
	position: fixed;
	vertical-align: top;
	background-color: #FFF;
}

#mesofront {
	background-repeat: repeat-x;
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-position: 0px top;
	background-color: #FFF;
	background-attachment: fixed;
	text-align: center;


}
#banner {
	position: fixed;
	width: 100%;
	height: auto;
}

#footer {
	width: 100%;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;

}
.h1 {
	font-family: Arial;
	font-size: 8pt;
	font-style: normal;
	letter-spacing: 0.1pt;
	line-height: 11pt;
	text-align: center;
	color: #000;
	font-weight: normal;
}
.h2 {
	font-family: Arial;
	font-size: 10pt;
	font-style: normal;
	letter-spacing: 1px;
	line-height: 12pt;
	text-align: left;
	color: #000;
	font-weight: normal;
}
.h3 {
	font-family: Arial;
	font-size: 10pt;
	font-style: normal;
	letter-spacing: 0px;
	line-height: 12pt;
	text-align: center;
	color: #000;
	font-weight: normal;
}

.h4 {
	font-family: Arial;
	font-size: 12pt;
	font-style: normal;
	letter-spacing: normal;
	line-height: 11pt;
	text-align: left;
	color: #000;
	font-weight: bold;
}
.h5 {
	font-family: Arial;
	font-size: 12pt;
	font-style: normal;
	letter-spacing: 0px;
	line-height: 17pt;
	text-align: left;
	color: #000;
	font-weight: normal;
}














/* drop down menu*/
nav ul ul {
	display: none;
	text-align: left;
	/*-moz-box-shadow:  0 3px 5px rgba(136, 166, 202, .90);
    -webkit-box-shadow: 0 3px 5px rgba(136,166, 202, .90);
    box-shadow: 0 3px 5px rgba(136, 166, 202, .90);*/
}

	nav ul li:hover > ul {
	display: block;
	}
	
	/*change height and width of mouseover buttons*/
nav ul {
	/*background: #FFCC06;*/
	/*background: linear-gradient(top, #efefef 0%, #bbbbbb 100%);*/
	/*background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%);*/
	/*background: -webkit-linear-gradient(top, #efefef 0%,#bbbbbb 100%);*/
	/*box-shadow: 0px 0px 9px rgba(0,0,0,0.15);*/
	padding: 0px;
	border-radius: 0px;
	list-style: none;
	display: inline;
	font: normal 10pt arial;
}
	nav ul:after {
		/*content: ""; clear: both; display: block;*/
	}
	
nav ul li {
	float: left;
}
	nav ul li:hover {
	background-color: #FFF;

/*		background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
		background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
		background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);*/
	}
		nav ul li:hover a {
	color: #000;
		}
	
	nav ul li a {
	display: inline-block;
	padding: 10px 40px;
	color: #B2B2B2;
	text-decoration: none;
	font-family: arial;
	letter-spacing: 1px;
	}
	
nav ul ul {
	border-radius: 0px;
	padding: 0px;
	position: absolute;
	top: 100%;
}
	nav ul ul li {
	float: none;
	border-top: #B0C4DB;
	border-bottom: 1px solid #B0C4DB;
	position: relative;
	}
		nav ul ul li a {
			padding: 9px 40px;
			/*color: #fff;*/
		}	
			nav ul ul li a:hover {
				/*background: #4b545f;*/
			}
/* sub nav direction*/			
nav ul ul ul {
	position: absolute;
	left: 100%;
	top:0px;
}
