.round15 {
	border: 1px solid #dddddd;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: #444444 0px 0px 5px;
	-moz-box-shadow: #444444 0px 0px 5px;
	box-shadow: #444444 0px 0px 5px;
	behavior: url(jsDefault/pie/PIE.htc);
}

.round10 {
	border: 0px solid #dddddd;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(jsDefault/pie/PIE.htc);
}

#mainNav ul li.selected a:link, #mainNav ul li.selected a:visited {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(jsDefault/pie/PIE.htc);	
}

.right ul li a:link, .right ul li a:visited {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(jsDefault/pie/PIE.htc);		
}


.bluegradient {
    background: #2c9ad2;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#283e59), to(#2f4b68));
	background: -webkit-linear-gradient(#283e59, #2f4b68);
	background: -moz-linear-gradient(#283e59, #2f4b68); 
	background: -ms-linear-gradient(#283e59, #2f4b68);
	background: -o-linear-gradient(#283e59, #2f4b68); 
    background-image:  -ms-linear-gradient(top, #283e59 0%, #2f4b68 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#283e59', endColorstr='#2f4b68', GradientType=0 ); /* IE6-9 */	 	
	background: linear-gradient(#283e59, #2f4b68);
	-pie-background: linear-gradient(#283e59, #2f4b68);
	behavior: url(jsDefault/pie/PIE.htc);
}


/*
PIE
#mainNav {
	border: 1px solid #dddddd;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: #bbbbbb 0px 0px 0px;
	-moz-box-shadow: #bbbbbb 0px 0px 0px;
	box-shadow: #bbbbbb 0px 0px 0px;
    background: #850009;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f5f5f5), to(#dddddd));
	background: -webkit-linear-gradient(#ffffff, #ffffff);
	background: -moz-linear-gradient(#eeeeee, #dddddd); /
	background: -ms-linear-gradient(#ffffff, #ffffff);
	background: -o-linear-gradient(#ffffff, #ffffff); /
	background: linear-gradient(#ffffff, #ffffff);
	-pie-background: linear-gradient(#ffffff, #ffffff);
	behavior: url(jsDefault/pie/PIE.htc);
}


TRANSAPENCY
#myElement {
    opacity: .4; other browsers  and IE9+
    filter: alpha(opacity=40); IE6+
}

*/


