@charset "utf-8";
/* CSS Document 

a.tab.activeTab {
	position: relative;
	z-index: 202;
}*/

a.tab, a.tab:visited {
  	color: green;
  	background-color: white;
	border: 1px solid green;
	border-width:1px 1px 0px 0px;
	text-decoration:none;
	padding: 2px 0em 1px 15px;
	position:relative;
	-moz-border-radius: .6em .6em 0em 0em;
  	border-radius-topleft: .3em;
 	border-radius-topright: .3em;
	left: -14px;
	font-size: 12 px;
	}

a.tab:hover {
  	color: black;
  	background-color: white;
	}

a.currentTab { /* this is for the menu tab currently selected */
	color: white;
	font-size: 12px;
  	background-color: green;
	border: 1px solid green;
	border-bottom-width: 0px;
	padding: 2px 0em 4px 0em;
	text-decoration: none;
	position: relative;
	z-index: 200;
	-moz-border-radius: .6em .6em 0em 0em;
  	border-radius-topleft: .3em;
 	border-radius-topright: .3em;
	/*top: -1px;*/
	}
.banner_body {
	background: green !important;
	list-style-type:none;
	margin:0pt 0pt 5px;
	padding:5px 0pt;
	width:160px !important;
	height: 600px;
	overflow: hidden;
/*	font-size:12px; */
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	-moz-border-radius: 0em .6em 0.6em .6em;

	}
adTitle {
	color: #FFFFcc;
	font-size: 10px;
	}
.adText {
	color:#DDEEEE;
	font-size: 12px;
	}
.adURL {
	color:#ff99ff !important;
	font-size: 12px;
	text-decoration: none;
	}

