.newCarousel a.learnMore, .titleSection a.joinNow {
	border: 1px solid #1e98a5;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#e2e2e2');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#e2e2e2')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(top, #ffffff, #e2e2e2);
	background-image: -ms-linear-gradient(top, #ffffff, #e2e2e2);
	background-image: -o-linear-gradient(top, #ffffff, #e2e2e2);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#e2e2e2));
	background-image: -webkit-linear-gradient(top, #ffffff, #e2e2e2);
	background-image: linear-gradient(top, #ffffff, #e2e2e2);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
	/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/
	
	padding: 5px 12px;
	margin-top: 10px;
}
.newCarousel .btnTxt { color: #4a4a4a; text-shadow: 0px 0px 1px #ddd; font-size: 12px; text-transform: uppercase; }

#homeLeft a.learnMore, #homeRight a.learnMore, #homeBottom a.learnMore {
	border: 1px solid #ddd;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#e2e2e2');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#e2e2e2')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(top, #ffffff, #e2e2e2);
	background-image: -ms-linear-gradient(top, #ffffff, #e2e2e2);
	background-image: -o-linear-gradient(top, #ffffff, #e2e2e2);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#e2e2e2));
	background-image: -webkit-linear-gradient(top, #ffffff, #e2e2e2);
	background-image: linear-gradient(top, #ffffff, #e2e2e2);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
	/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/
	
	padding: 5px 12px;
}
#homeLeft .btnTxt, #homeRight .btnTxt, #homeBottom .btnTxt {
    color: #4A4A4A;
    font-size: 12px;
    text-transform: uppercase;
}
a.learnMore img { margin-left: 3px;}
a.learnMore span, .titleSection a.joinNow span {background: url('../images/arrowLearnMore.png') right 2px no-repeat; padding-right: 12px;}
a.learnMore span span.securityN {background: url('../images/securityWeek.png') right -1px no-repeat; padding: 0px 56px;}
a.learnMore:hover span span.securityN {background: url('../images/securityWeek.png') right -16px no-repeat; padding: 0px 56px;}

a.learnMore:hover, #homeLeft a.learnMore:hover, #homeRight a.learnMore:hover, #homeBottom a.learnMore:hover, .titleSection a.joinNow:hover {
	background: white;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#f7f7f7');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#f7f7f7')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(top, #ffffff, #f7f7f7);
	background-image: -ms-linear-gradient(top, #ffffff, #f7f7f7);
	background-image: -o-linear-gradient(top, #ffffff, #f7f7f7);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#f7f7f7));
	background-image: -webkit-linear-gradient(top, #ffffff, #f7f7f7);
	background-image: linear-gradient(top, #ffffff, #f7f7f7);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}


ul.nav {
	text-transform:uppercase;
	font-family: 'klav';
	height:53px;
	margin:0;
	float:right;
	margin-top:0px;
}

ul.nav > li {
	height:53px;
	line-height:51px;
	padding:0 8px;	
	left:0;
	display:block;
	float:left;
	cursor:pointer;
	white-space:nowrap;
}

ul.nav > li a {
	color:white;
	text-decoration:none;	
	font-size:13px;
	font-family: 'klav';
	text-shadow: 1px 1px 1px #740000;
}

ul.nav > li.hover {
	background: url(../images/noise.png) repeat 0 0 #24292d;
}
ul.nav .dropMenu {top:53px;}