
.searchform {

	padding-left: 25px;
	padding-top: 4px;
	padding-bottom: 2px;
font: Arial;
	overflow: hidden;

	width: 185px;

	font-size: 8pt;

	font-weight: normal;

	border: thin solid #322d78;

	color: #ca0f7d;

	background-color: white;

	background-image: url(/nav_images/search_icon.jpg);

	background-repeat: no-repeat;

	background-position: left;
	
	height: 15px;

}

.emailform {
font: Arial;
	padding-left: 25px;
	padding-top: 4px;
	padding-bottom: 2px;

	overflow: hidden;

	width: 185px;

	font-size: 8pt;

	font-weight: normal;

	border: thin solid #322d78;

	color: #ca0f7d;

	background-color: white;

	background-image: url(/nav_images/email_icon.jpg);

	background-repeat: no-repeat;

	background-position: left;
	
	height: 15px;

}




.wrapper1{
	
		
	font: Helvetica, Verdana, Arial, sans-serif;
	font-size: 8pt ;
	margin: 0;
	padding: 0 0 0 0;
	background: #fff url(/nav_images/nav-bg.jpg) repeat-x;
	height: 45px;
z-index:1000;
	}
	.wrapper1 a{
		color: #000000;
		text-decoration: none;
		
	}
	.wrapper1 a:hover {
		color: #ca0f7d;
		background: #fff;
		
	}
	.wrapper1 p {
		margin: 0 0 0px;
		padding: 0;
		line-height: 18px;
		
		
	
	}
.wrapper {
	width: 1000px;
	
	
	
}
.nav {
	
	float: left;
}
.nev-wrapper {
	clear: both;
	float: left;
}

.nav ul {
	width: 1000px;
	height: 38px;
	float: left;
	margin:0 auto;
	padding-top: 3px;
	list-style: none;
	font-size: 10pt;
	
}
.nav li {
	float: left;
	padding: 0px 8px;
	background: url(/nav_images/split.png) no-repeat right center;
	position: relative;
	z-index: 1;
}
.nav li.last {
	background:none;
}
.nav li:hover {
	
	background: #fff;
}
.nav li a {
	display: block;
	line-height: 38px;
	overflow: hidden;
	float: left;
}
a .menu-left {
	
	width: 5px;
	height: 32px;
	line-height: 35px;
	display: block;
	float: left;
}
a .menu-mid {
	
	height: 32px;
	line-height: 35px;
	display: block;
	float: left;
}
a .menu-right {
	
	width: 5px;
	height: 32px;
	line-height: 35px;
	display: block;
	float: left;
}
.nav li a:hover .menu-left,
.nav li.active a .menu-left,
.nav li:hover a .menu-left,
.nav li a:hover .menu-mid,
.nav li.active a .menu-mid,
.nav li:hover a .menu-mid,
.nav li a:hover .menu-right,
.nav li.active a .menu-right,
.nav li:hover a .menu-right {
	background-position: 0 -37px;
	line-height: 35px;
}
.nav li a:hover,
.nav li.active a,
.nav li.hover a,
.nav li:hover a {
	color: #ca0f7d;
}
.nav li:hover .sub,
.nav li.hover .sub {
	display:block;
}
.nav li .sub {
	display: none;
	position: absolute;
	top: 32px;
	left: 0px;
	background: url(/nav_images/submenu_top.png) no-repeat;
	width: 186px;
	padding-top: 0px;
}
.nav li ul {
	background: url(/nav_images/submenu_bg.png) repeat-y;
	width: 162px;
	height: auto;
	margin: 0;
	padding: 0 12px 10px;
	list-style: none;
	font-size: 12px;
}

.nav li:hover li,
.nav li.active li {
	width: 100%;
	padding: 1px 0 2px;
	border-bottom: 1px #C1D9F0 dashed;
	background: none !important;
}
.nav li:hover li a,
.nav li.active li a {
	color: #000000;
	background: none !important;
	line-height: normal;
	width: 156px;
	padding: 8px 3px 3px;
	text-indent: 1px;
}
.nav li:hover li a:hover,
.nav li.active li a:hover {
	color: #ca0f7d;
	/*background: #165B9F !important;*/
	text-decoration: none;
	line-height: normal;
}
/*IE*/
.nav li li a:hover,
.nav li li a:hover {
	color: #ca0f7d;
	/*background: #165B9F !important;*/
	text-decoration: none;
	line-height: normal;
}
/**/
.nav .btm-bg {
	background: url(/nav_images/submenu_bottom.png) no-repeat;
	width: 205px;
	height: 9px;
	overflow: hidden;
	clear: both;
}

