
#tabs
{
	float: left;
	width: 100%;
	font-size: 93%;
	line-height: normal; /*border-bottom:1px solid #666;*/
	margin-left: 60PX;
	margin-bottom: 0em; /*margin between menu and rest of page*/
	overflow: hidden;
}

#tabs ul
{
	margin: 0;
	padding: 7px 10px 0 0px; /*10PX TOP*/
	list-style: none;
}

#tabs li
{
	display: inline;
	margin: 0;
	padding: 0;
}

#tabs a
{
	float: left;
	background: url(  "media/left.png" ) no-repeat left top;
	margin: 0;
	padding: 0 0 0 6px;
	text-decoration: none;
}

#tabs a span
{
	float: left;
	display: block;
	background: url(  "media/right.png" ) no-repeat right top;
	padding: 6px 15px 4px 6px;
	font-family: Georgia, 'Times New Roman' , Times, serif;
	font-size: 11PX;
	font-weight: bold;
	margin-right: 2px;
	color: #FFF;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span
{
	float: none;
}

/* End IE5-Mac hack */
#tabs a:hover span
{
}

#tabs a:hover
{
	background-position: 0% -42px;
}

#tabs a:hover span
{
	background-position: 100% -42px;
}


#tabs2
{
	float: left;
	width: 100%;
	font-size: 93%;
	line-height: normal; /*border-bottom:1px solid #666;*/
	margin-left: 10PX;
	margin-bottom: 0em; /*margin between menu and rest of page*/
	overflow: hidden;
}

#tabs2 ul
{
	margin: 0;
	padding: 7px 10px 0 0px; /*10PX TOP*/
	list-style: none;
}

#tabs2 li
{
	display: inline;
	margin: 0;
	padding: 0;
}

#tabs2 a
{
	float: left;
	background: url(  "media/left.png" ) no-repeat left top;
	margin: 0;
	padding: 0 0 0 6px;
	text-decoration: none;
}

#tabs2 a span
{
	float: left;
	display: block;
	background: url(  "media/right.png" ) no-repeat right top;
	padding: 6px 15px 4px 6px;
	font-family: Georgia, 'Times New Roman' , Times, serif;
	font-size: 11PX;
	font-weight: bold;
	margin-right: 2px;
	color: #FFF;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs2 a span
{
	float: none;
}

/* End IE5-Mac hack */
#tabs2 a:hover span
{
}

#tabs2 a:hover
{
	background-position: 0% -42px;
}

#tabs2 a:hover span
{
	background-position: 100% -42px;
}

/*horizontal menu for admin*/
#tabs1
{
	float: left;
	width: 100%;
	font-size: 93%;
	line-height: normal;
	border-bottom: 1px solid #666;
	margin-bottom: 0em; /*margin between menu and rest of page*/
	overflow: hidden;
}

#tabs1 ul
{
	margin: 0;
	padding: 7px 10px 0 0px; /*10PX TOP*/
	list-style: none;
}

#tabs1 li
{
	display: inline;
	margin: 0;
	padding: 0;
}

#tabs1 a
{
	float: left;
	background: url(  "media/left.png" ) no-repeat left top;
	margin: 0;
	padding: 0 0 0 6px;
	text-decoration: none;
}

#tabs1 a span
{
	float: left;
	display: block;
	background: url(  "media/right.png" ) no-repeat right top;
	padding: 6px 15px 4px 6px;
	font-family: Georgia, 'Times New Roman' , Times, serif;
	font-size: 11PX;
	font-weight: bold;
	margin-right: 2px;
	color: #FFF;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs1 a span
{
	float: none;
}

/* End IE5-Mac hack */
#tabs1 a:hover span
{
}

#tabs1 a:hover
{
	background-position: 0% -42px;
}

#tabs1 a:hover span
{
	background-position: 100% -42px;
}

/*horizontal menu for admin*/

/*vertical menu*/

.wireframemenu
{
	/*border: 1px solid #C0C0C0;*/
	margin-top: 5px;
	background-color: white;
	border-bottom-width: 0;
	text-align: left;
	vertical-align: top;
	width: 154px; /*170*/
}

* html .wireframemenu
{
	/*IE only rule. Original menu width minus all left/right paddings */
	width: 150px; /*164*/
}

.wireframemenu ul
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.wireframemenu a
{
	font: bold 9px Verdana;
	padding: 4px 0px;
	display: block;
	width: 99%; /*Define width for IE6's sake 100%*/
	color: #595959;
	text-decoration: none;
	border-bottom: 1px solid #C0C0C0;
	border-right: solid 1px #b3e842;
	border-left: solid 1px #b3e842;
}

.wireframemenu a:visited
{
	color: #595959;
}

html > body .wireframemenu a
{
	/*Non IE rule*/
	width: auto;
}

.wireframemenu a:hover
{
	background-color: #F8FBBD;
	color: black;
}
.t-link3
{
	padding-right: 10px;
	font-size: 10px;
	color: #333333;
	line-height: 21px;
	font-family: verdana,ms sans serif,arial;
}
.t-link3 A
{
	color: #1b561f;
	text-decoration: none;
}
.t-link3 A:hover
{
	color: #000000;
	text-decoration: none;
}


