/* ######### CSS for Shade Tabs. Remove if not using ######### */
#content {
	margin:0 auto;
	width:600px;
	float:left;
}

.menu {
	float:left;
	margin-left:0px;
	/*border:1px solid #666666;*/
}

.container {
	float:left;
	width:428px;
	min-height:459px !Important;
	height:auto;
	border:1px solid #CCC;
	margin-bottom: 1em;
	padding:10px;
	overflow:auto;
}

.arrowgreen{
	z-index:1;
	width: 149px; /*width of menu*/
	border-style: solid solid none none;
	border-color: #CCC;
	border-size: 1px;
	border-width: 1px;
}

.arrowgreen ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.arrowgreen li a{
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	background: white url(../images/shade.png) top left repeat-x;
	/*background: transparent url(media/arrowgreen.gif) 100% 0;*/
  	height: 24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 10px;
	line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
	border-style: none none solid none;
	border-color: #CCC;
	border-size: 1px;
	border-width: 1px;
}	
	
.arrowgreen li a:link, .arrowgreen li a:visited {
	color: #000;
}

.arrowgreen li a:hover{
	color: #C00;
}

	
.arrowgreen li a.selected{
	color: #C00;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	background: white url(../images/shadeactive.gif) top left repeat-x;
	/*background: transparent url(media/arrowgreen.gif) 100% 0;*/
  	height: 24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 10px;
	line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
}