.accordian {margin-bottom: 5px;}
.accordian table td {border: solid 1px #AAA;}
.degreeType {float: right; width: 250px;}
.degreeType2 {float: right; width: 150px; text-align:left; margin-left:10px}
.accordian h3 {font-size: 1em; padding-left: 10px;}
.accordian h3:hover {background: url(../images/defaultback.jpg)}
.accordian h3:before {content:url(../images/arrowleft.gif);
		margin: -3px 10px 0 0;
		}
.accordian h3.active {background: #6AAFAF url(../images/triangledown.gif) no-repeat left center;
			border: 1px solid #466767;
			background:  url(../images/defaultback.jpg) 50% 50% repeat-x;
			font-weight: normal;
			-moz-border-radius-topleft: 2px;
			-webkit-border-top-left-radius: 2px;
			border-top-left-radius: 2px;
			-moz-border-radius-topright: 2px;
			-webkit-border-top-right-radius: 2px;
			border-top-right-radius: 2px;
			} 
.accordian table h3 {font-size: inherit; padding: inherit; background: none;}
.accordian table h4 {font-size: 12px;
			font-weight: bold;
			color: #FF0000;
			font-family: Arial, Helvetica, sans-serif;
			margin: 0;
			padding: 0;
			line-height: 14px;}
 .accordian table h3.active {
				 border: none;
				 background: none;
				 }
.accordian h3.active:before {
				content:url(../images/triangledown.gif);
				margin: -3px 10px 0 0px;
				}
.accordian table h3.active:before, .accordian table h3:before  {
								content:none;
								margin: 0;
								}
.accordian table {
		border: 1px solid #AAA;
		background: #F5F3F0 url(http://uncw.edu/assets/styles/images/ui-bg_flat_75_f5f3f0_40x100.png) 50% 50% repeat-x;
		color: #1A1A1A;
		-moz-border-radius-bottomleft: 2px;
		-webkit-border-bottom-left-radius: 2px;
		border-bottom-left-radius: 2px;
		-moz-border-radius-bottomright: 2px;
		-webkit-border-bottom-right-radius: 2px;
		border-bottom-right-radius: 2px;
		}
