@import url(menu.css);

/*<group=global>*/

/*<group=tags>*/

body {
	margin: 0;
	background: #1A1A1A url(../gfx/backgrounds/page.gif) repeat-x 0 0;
	text-align: center;
	min-width: 760px;
	font-size: small;
	font-family: Helvetica, Arial, "MS Trebuchet", sans-serif;
}

img {
	border: 0;
}

div {
	color: #ccc;
}

p {
	line-height: 1.6em;
	word-spacing:0.1em;
	letter-spacing:0.00em;
	margin: 0;
	margin-bottom: 1em;
}

abbr {
	letter-spacing:0.1em;
	text-transform: lowercase;
	font-variant:small-caps;
	font-style: normal;
	font-size: 110%;
	font-weight: bold;
	color: #fff;
}

address {
	line-height: 1.5em;
}

ul li {
	line-height: 1.6em;	
}

a {
	color: #f93;
	text-decoration: none;
}

a:hover {
	color: #fc6;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	font-family: 'Trebuchet MS';
}

h2 {
	color: #fc6;
	font-size: 180%;
	margin-bottom: 0.8em;
	font-family: Georgia;
}

h2 sub {
	color: #963;
}

h3 {
	font-size: 130%;
	margin-bottom: 0.5em;
}

h4 {
	font-size: 120%;
	line-height: 1.5em;
	margin-bottom: 0.5em;
	color: #fff;
}

h5 {
	font-size: 90%;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 0.8em;
	padding: 0.5em 0;
	
	border: 1px solid #333;
	border-left: none;
	border-right: none;
	color: #999;
	text-align: center;
	background: url(../gfx/backgrounds/h5.png) repeat 0 0;
}
h6 {
	font-size: 85%;
	line-height: 1.5em;
}

/*<group=table>*/
table {
	width: 100%;
	border: 0;
}
table th {
	text-align: left;
}	
/*</group>*/

/*<group=forms>*/

form {
	margin: 0;
	padding: 0;
}

fieldset {
	border: 0;
	padding: 0;
}

label {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 85%;
	margin: 10px 0 0 0;
	margin-bottom: 0.3em;	
	padding: 0;
	color: #999;
}

input, textarea {
	font-family: "Lucida Grande", Arial, "MS Trebuchet", sans-serif;
	font-size: 120%;
	color: #333;
	background-color: #fff;
	border: none;
	margin: 0;
}
textarea {
	font-size: 105%;
}
.checkbox {
	background: none;
}
	
/*</group>*/
	
/*</group>*/

/*<group=ids>*/
#wrapper {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	background: url(../gfx/pageheader.gif) no-repeat 420px 10px ;
}

#pageheader {
	height: 160px;
	margin-bottom: 20px;
}


#pageheader h1 span {
	display: none;
}

#pageheader #logo {
	float:left;
	margin-top: 4px;
}

#main_col {
	display: inline;
	float: left;
	width: 559px;
	border-right: 1px solid #333;
	padding-right: 20px;
}

#side_col {
	float: right;
	display: inline;
	width: 160px;
}

#side_col input, #side_col textarea {
	margin-bottom: 0.8em;
	width: 85%;
	padding: 1%;
	border: 1px solid #999;
}


#first_col, #scnd_col, #third_col {
	float: left;
	display: inline;
	width: 30%;
}

#scnd_col {
	margin-left: 30px;
}

#third_col {
	float: right;
}

#footer {
	clear: both;
	float: left;
	width: 100%;	
	border-top: 1px solid #333;
	margin-top: 20px;
	padding-top: 0.5em;
}

#footer p {
	float: left;
	width: 60%;
}
#footer #powered-produced {
	float: right;
	margin: 5px 2px 0 0;
}

#intro {
	background-color: #000;
	padding: 10px;
	border: 1px solid #333;
	margin-bottom: 20px;
}
#intro p {
	margin-bottom: 0;
}

/*</group>*/

/*<group=classes>*/

/*<group=forms>*/

.field_required {
	background: url(../gfx/symbols/alert.gif) no-repeat 0 2.3em;
}

.field_error {
	background: url(../gfx/symbols/warning.gif) no-repeat 0 2.3em;
}

.field_ok {
	background: url(../gfx/symbols/success.gif) no-repeat 0 2.3em;
}
.field_ok input {
	
}


#symbol_explanations {
	margin: 0;
	color: #999;
	margin-bottom: 1em;
}
#symbol_explanations dt {
	font-weight: bold;
	margin-bottom: 0.8em;
	color: #fff;
}
#symbol_explanations dd {
	margin: 0;
	margin-bottom: 0.6em;
	padding-left: 23px;
	background-position: left center;
	line-height: 1.1em;
}
	
/*</group>*/

/*<group=category list>*/
.category_list {
	width: auto;
	margin: 0;
	padding: 0;
}

.category_list, .category_list ul {
	list-style: none;
	padding: 0;
}

.category_list ul {
	border-left: 2px solid #454545;
	margin-left: 20px;	
}

.category_list li {
	margin: 0;
	margin-bottom: 1em;
}

.category_list ul li {
	line-height: 1.5em;
	font-weight: bold;
	padding-left: 0.5em;
	margin-bottom: 0.5em;
}
.category_list ul li:hover {
	border-left: 2px solid #ccc;
	margin-left: -2px;
}

.category_list ul li a {
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 0.1em 0 0 23px;
}
.category_list li h4 {
	margin-bottom: 0.5em;
}
	
.category_list li p {
	margin: 0;
	font-weight: normal;
	padding-left: 23px;
}	
	
/*</group>*/

/*<group=date stamp>*/
.date_stamp {
	float: left;
	width: 65px;
	margin: 4px 15px 5px 0;
	background-color:#000;
	border: 1px solid #000;
	clear: left;
}

.date_stamp span {
	display: block;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

.date_stamp .month {
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.4em;
	color: #fff;
	letter-spacing: 1px;
	background-color:#960;
	padding: 0 3px;
}

.date_stamp .day p {
	float: left;
	width: 90%;
	font: bold 25px Georgia,"Times New Roman",Times,sans-serif;
	text-align: center;
	color: #fc6;
	line-height: 125%;
	padding: 0 5%;
	padding-bottom: 0.3em;
	margin: 0;
}

.date_stamp .time {
	clear: both;
	line-height: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
	background-color:#f90;
	color: #630;
}

/*</group>*/

.info_note {
	text-indent: 20px;
	background: url(../gfx/symbols/lightbulb.gif) no-repeat top left;
}
.continue {
	width: 100%;
	text-align: right;
}
.nav_next {
	text-align: right;
}
.archive_link, .continue_link {
	text-align: left;
}
.archive-link {
	
}
.archive_link a {
	clear: left;
	display: block;
	background: url(../gfx/symbols/folder.gif) no-repeat left center;
	padding-left: 23px;
}
.continue_link a {
	background: url(../gfx/symbols/arrow_right.gif) no-repeat left top;
	padding-left: 23px;
}

.dropcap {
	float: left;
	font-size: 500%;
	line-height: 0.85em;
	margin-right: 5px;
	color:#999;
	font-family: georgia, times;
}

.banner {
	margin-bottom: 20px;
}

.error_msg {
	padding-left: 23px;
	font-weight: bold;
	background: url(../gfx/symbols/warning.gif) no-repeat left center;
}

.error_list {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 1em;
}

.error_list li {
	font-weight: bold;
	color: #f66;
	background: url(../gfx/symbols/warning.gif) no-repeat 0 0.3em;
	padding: 0.2em 0;
	padding-left: 23px;
}

.error_list li ul {
	list-style: disc;
	padding: 0;
	margin: 5px 0 0 16px;
	line-height: 1.4em;
}

.error_list li ul li {
	padding: 0;
	font-size: 85%;
	background-image: none;
	color: #ccc;	
}
/*</group>*/
	
/*</group>*/

/*<group=local>*/

/*<group=forum>*/

#toggle_form_link a {
	background: url(../gfx/symbols/comment_add.gif) no-repeat left center;
	padding-left: 23px;
}

#forum .published_note,
.articles .comments .published_note,
#activities .comments .published_note,
#albums .comments .published_note,
#polls .comments .published_note {
	float: left;
	width: 90%;
	background-image: url(../gfx/symbols/user_comment.gif);
	margin: 0;
	font-size: 88%;
	font-weight: bold;
}

.delete_link {
	background-image: url(../gfx/symbols/delete.png);
	float: right;
	width: 16px;
	height: 16px;
}

.delete_link a {
	display: block;
	width: 100%;
	height: 100%;
}

.delete_link span {
	display: none;
}

.post_form {
	background-color: #222;
	border: 1px solid #666;
	padding: 10px;
}

#antispam_code_img {
	float: left;
	clear: both;
	margin: 10px 0 10px 23px;
}

#post_form #form_buttons {
	clear: both;
	width: auto;
	margin: 10px 0 0 23px;
}

#post_form #btn_submit,
#post_form #hide_form_link {
	float: none;
	margin: 0 10px 0 0;
}

#delete_form {
	float: left;
}

#delete_form #btn_submit {
	float: left;
	margin: 0;
}

#delete_form p {
	font-size: 88%;
}

#delete_form form * {
	float: left;
	margin: 0 10px 0 0;
}



/*</group>*/


/*<group=pics>*/
#albums .published_note {
	background-image: url(../gfx/symbols/application_view_icons.gif);
}

#albums #article_list li .thumb {
	float: left;
	padding: 18px 8px;
	margin: 0 10px 10px 0;
	background-repeat: no-repeat;
	background-position: left top;
}
#albums #article_list li .vert {
	padding: 8px;
}

#albums #article_list .header {
	width: 80%;
	float: right;
}
#albums #article_list .header p {
	margin-bottom: 0.6em;
}
#albums .num_comments {
	float: none;
	margin-left: 0;
}

#albums #article_list li p {
	clear: both;
}
#albums #page_nav {
	border-bottom: 1px solid #333;
}

#pics_list {
	float: left;
	list-style: none;
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
}
#pics_list li {
	float: left;
	width:96px;
	height:96px;
	margin: 0 0 19px 19px;
}

#pics_list .first_in_row {
	margin-left: 0;
}

#pics_list li a {
	position:relative;
	display:block;
	height:100%;
	text-align:center;
	line-height:96px;
}

#pics_list li a img {
	margin-top:8px;
}

.thumb_frame1 { background: url(../gfx/frames/thumbs/1.gif) no-repeat 0 0; }
.thumb_frame2 { background: url(../gfx/frames/thumbs/2.gif) no-repeat 0 0; }
.thumb_frame3 { background: url(../gfx/frames/thumbs/3.gif) no-repeat 0 0; }
.thumb_frame4 { background: url(../gfx/frames/thumbs/4.gif) no-repeat 0 0; }
.thumb_frame5 { background: url(../gfx/frames/thumbs/5.gif) no-repeat 0 0; }
.thumb_frame6 { background: url(../gfx/frames/thumbs/6.gif) no-repeat 0 0; }
.thumb_frame7 { background: url(../gfx/frames/thumbs/7.gif) no-repeat 0 0; }
.thumb_frame8 { background: url(../gfx/frames/thumbs/8.gif) no-repeat 0 0; }
.thumb_frame9 { background: url(../gfx/frames/thumbs/9.gif) no-repeat 0 0; }
.thumb_frame10 { background: url(../gfx/frames/thumbs/10.gif) no-repeat 0 0; }



#albums #photo img {
	border: 11px solid #fff;
	margin: 15px 0;
}
#albums #photo .vert {
	
}
/*</group>*/

/*<group=poll>*/
#polls .published_note {
	background-image: url(../gfx/symbols/chart_bar_add.gif);
}

#polls .published_note .num_comments {
	float: right;
}
#polls #full_story {
	clear: both;
}


#poll_bars {
	width: 560px;
	float: left;
	margin: 0;
	margin-bottom: 20px;
	line-height: 2.0em;
}

#start #poll_bars {
	width: 100%;
	margin-bottom: 5px;
	line-height: 1.5;
}

#poll_bars dt {
	float: left;
	width: 240px;
	margin: 0;
	margin-bottom: 1em;
	padding: 0;
	padding-right: 20px;
	font-size: 85%;
	font-weight: bold;
}

#start #poll_bars dt {
	width: 100%;
	padding: 0;
	margin-bottom: 0.2em;
}

#poll_bars dd {
	float: left;
	width: 295px;
	margin: 0;
	margin-bottom: 1em;
	padding: 0;
	padding-left: 5px;
	color: #fff;
	font-weight: bold;
	font-size: 120%;
	background: #333 url(../gfx/poll-bar_big.gif) no-repeat left top;
}
#start #poll_bars dd {
	width: 162px;
	padding-left: 5px;
	background-image:  url(../gfx/poll-bar.gif);
	font-size: 80%;
}
/*</group>*/

/*<group=members>*/


#members #submit_btn {
	font-size: 90%;
	margin-left: 20px;
}

#members_list th {
	padding: 0.5em 0;
	padding-left: 26px;
	border: 3px solid #333;
	border-left: none;
	border-right: none;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: 0.3em 0.5em;
}
#members_list #name {
	width: 25%;
	background-image: url(../gfx/symbols/user_gray.gif);
}

#members_list #email {
	width: 30%;
	background-image: url(../gfx/symbols/email.gif);
}
#members_list #phone {
	width: 18%;
	background-image: url(../gfx/symbols/phone.gif);
	background-position: 0 0.5em;
	padding-left: 23px;
}
#members_list #address {
	width: 27%;
	background-image: url(../gfx/symbols/house.gif);
}
#members_list .odd td {	
	background-color: #151515;
}

#members_list td {	
	vertical-align: top;
	padding: 0.5em 0;
	padding-left: 3px;
	border-top: 1px solid #333;
}



/*</group>*/
/*<group=contact>*/
#contact_stuff {
	line-height: 1.6em;
}
#contact_stuff dd {
	padding: 0;
	margin-left: 10px;
	margin-bottom: 0.5em;
}
#contact_stuff dt {
	font-weight: bold;
}	
/*</group>*/

/*<group=about>*/
#about h4 {
	color: #fc6;
}
#about p {
	float: left;
}
#about p img {
	float: left;
	clear: right;
	margin: 5px 20px 20px 0;
}
#about p blockquote {
	float: right;
	margin: 5px 0 10px 20px;
}
	
/*</group>*/

/*<group=file archive>*/
#file_list ul li a {
	background-image: url(../gfx/symbols/file_download.gif);
}	
/*</group>*/

/*<group=links>*/
#link_list ul li a {
	background-image: url(../gfx/symbols/link_go.gif);
}
/*</group>*/

/*<group=board>*/
.board_list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.board_list h3 {
	margin: 0;
	font-size: 120%;
	margin-bottom: 0.4em;
}
.board_list h4 {
	font-size: 110%;
	color: #fc6;
	margin-bottom: 0.4em;
	+font-size:105%;
}	

.board_list li {
	float: left;
	width: 240px;
	padding: 0;
	margin: 0 0 20px 20px;
}
.board_list .first_in_row {
	margin-left: 0;
}

.board_list li img {
	float: left;
	padding: 8px;
	margin-right: 10px;
	background: url(../gfx/frames/thumbs/1.gif) no-repeat left top;
}
.board_list li dl {
	width: 120px;
	float: left;
	margin: 0;
	padding: 0;
}
.board_list li dl .phone {
	background: url(../gfx/symbols/phone.gif) no-repeat left center;
}
.board_list li dl .email {
	background: url(../gfx/symbols/email.gif) no-repeat left center;
}
.board_list li dl dt {
	display: none;
}
.board_list li dl dd {
	padding: 1px 0;
	padding-left: 23px;
	margin: 0;
}	
	

/*</group>*/

/*<group=signup>*/
.form_page fieldset {
	border: 0;
	margin-bottom: 1em;
	
}
.form_page fieldset div {
	float: left;
	width: 100%;
}

.form_page legend {
	display: block;
	float: left;
	width: 93%;
	background: #000;
	border: 1px solid #333;
	border-left: none;
	border-right: none;
	color: #ffc;
	margin: 0;
	_margin-left: -20px;
	padding: 0 2.0em;
	font-size: 85%;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 2.0em;
}

.form_page #side_col legend {
	width: 86%;
}

.form_page .field_helper {
	float: right;
	width: 200px;
	padding-left: 23px;
	font-size: 85%;
	font-weight: bold;
	color: #ffc;
	margin: 0;
	background: url(../gfx/symbols/arrow_left.gif) no-repeat left top;
}

.form_page input, .form_page textarea, .form_page select {
	float: left;
	width: 40%;
	margin: 0 0 0 1.8em;
}
.form_page .radio .inputs {
	float: left;
	width: 40%;
	margin: 0 0 1.0em 1.6em;
	font-size: 85%;
	font-weight: bold;
	color: #999;
	line-height: 2.2em;
}

.form_page .radio .inputs input {
	float: none;
	width: auto;
	margin: 0 0.5em;
	background: none;
}

.form_page .helper_text {
	float: right;
	width: 200px;
}

.form_page .helper_text p {
	float: right;
	width: 200px;
	padding-left: 23px;
	font-weight: bold;
	color: #ffc;
	margin: 0;
	background: url(../gfx/symbols/arrow_left.gif) no-repeat left center;
}

.form_page #btn_submit {
	float: right;
	width: auto;
	height: 17px;
	background-color: transparent;
	border: none;
}

.form_page #submit_info {
	font-weight: bold;
	font-size: 85%;
	margin-left: 23px;
}
/*</group>*/

/*<group=index>*/

#latest_news h5 span {
	background: url(../gfx/symbols/newspaper.gif) no-repeat center left;
	padding-left: 23px;
}

#latest_news ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#latest_news ul a p {
	color: #ccc;
	font-size: 85%;
}
#latest_news ul li {
	background: url(../gfx/symbols/bullet_yellow.gif) no-repeat top left;
	padding-left: 23px;
	margin-bottom: 1em;
}

#latest_news a h6 {
	line-height: 1.4em;
	padding-top:0.2em;
}

#upcoming_events h5 span {
	background: url(../gfx/symbols/calendar.gif) no-repeat center left;
	padding-left: 23px;
}
#upcoming_events ul {
	list-style: none;
	
	margin: 0;
	padding: 0;
}
#upcoming_events ul li {
	background: url(../gfx/symbols/bullet_yellow.gif) no-repeat top left;
	margin-bottom: 0.5em;
	padding-left: 23px;
}
#upcoming_events li a p {
	color: #ccc;
	font-size: 90%;
}

#latest_poll h6 {
	margin-bottom: 1em;
	color: #fc6;
}

#latest_poll h5 span {
	background: url(../gfx/symbols/chart_bar.gif) no-repeat left top;	padding-left: 23px;
}

#latest_poll ul {
	list-style: none;
	margin: 0;
	margin-bottom: 5px;
	padding: 0;	
}

#latest_poll li {
	padding-left: 20px;
	padding-bottom: 0.8em;
	background: url(../gfx/symbols/bullet_yellow.gif) no-repeat left top;	font-size: 90%;	
}

#new_pics h5 span {
	background: url(../gfx/symbols/images.gif) no-repeat left center;
	padding-left: 23px;
}
#new_pics #from_album {
	float: left;
	display: block;
	width: 100%;
	font-size: 85%;
	margin-bottom: 10px;
}

#new_pics img {
	float: left;
	margin: 4px 10px 0 0;
}

.sitemap img {
	float: left;
	margin: 0 10px 0 0;
}

.sitemap a {
	line-height: 1.4em;
}
	
/*</group>*/

/*<group=blog>*/

/*<group=global>*/

#director #intro {

}



#director #intro img {
	float: left;
	margin: 0 20px 10px 0;
}

.articles h2 {
	margin-top: 10px;
}

.articles #main_col p img { 
	float: left;
	margin: 0 20px 10px 0;
}

.articles #main_col {
	border: none;
}

.articles .published_note {
	padding-left: 23px;
	background: url(../gfx/symbols/page_edit.gif) no-repeat left center;
}
.articles p .num_comments {
	float: right;
	padding-left: 23px;
	margin-left: 10px;
	background: url(../gfx/symbols/comment.gif) no-repeat left center;
	font-weight: bold;
	font-size: 85%;
	color: #999;
}

.articles #category_list,
.articles #category_list ul,
#road_rules #category_list
{
	list-style: none;
	padding: 0;
	margin-left: 0;
}

.articles #category_list li,
.articles #category_list ul li,
#road_rules #category_list li
 {
	padding-left: 20px;
	margin: 0.5em 0;
	background: url(../gfx/symbols/bullet_yellow.gif) no-repeat left top;
}

.articles #category_list li {
	background: url(../gfx/symbols/folder.gif) no-repeat left top;
	padding-left: 25px;
}

#activities #side_col #page_nav {
	border: 0;
	border-top: 1px solid #333;
}

	
#activities #category_list li
{
	background: url(../gfx/symbols/bullet_yellow.gif) no-repeat left top;
	padding-left: 25px;
}

#activities #activity_type {
	margin-bottom: 20px;
}

#category_list .current,
#road_rules #category_list .current
{
	background: url(../gfx/symbols/bullet_green.gif) no-repeat left top;
}

#category_list .current a {
	color: #ccc;
}

.articles #page_nav {
	float: left;
	width: 100%;
	margin: 0;
	margin-bottom: 1em;
	padding: 0;
}

.articles #page_nav li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	padding: 0.5em 0;
	font: bold 85% inherit;
}

.articles #page_nav #prev a {
	padding-left: 23px;
	background: url(../gfx/symbols/arrow_left.gif) no-repeat left center;
}

.articles #page_nav #next {
	text-align: right;
}
.articles #page_nav #next a {
	padding-right: 23px;
	background: url(../gfx/symbols/arrow_right.gif) no-repeat right center;
}
.articles #page_nav #page {
	text-align: center;
}
	
/*</group>*/

/*<group=list>*/
.articles #article_list {
	float: left;
	width: 100%;
	list-style: none;
	margin: 0;
	margin-bottom: 1em;
	padding: 0;
}
.articles #article_list li {
	float: left;
	width: 100%;
	border-bottom: 1px solid #333;
	padding: 1em 0;
	
}

.articles #article_list #full_story {
	float: right;
}

.articles .list_nav {
	
	padding-bottom: 20px;
}

.articles .list_nav #prev {
	width: 25%;
	_width: 24%;
}

.articles .list_nav #page {
	width: 50%;
}

.articles .list_nav #next {
	width: 25%;
}
	
/*</group>*/

/*<group=article>*/


.articles .article_nav {
	width: auto;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #333;

}

.articles .article_nav #prev {
	width: 50%;
}
.articles .article_nav #next {
	width: 50%;
	_width: 49%;
}

.articles #main_col p img {
	float: right;
	margin: 5px 0 10px 20px;
}

.articles #main_col #doc {
	margin: 0;
}

.articles #main_col #doc dt {
	font-weight: bold;
	margin-bottom: 0.8em;
}

.articles #main_col #doc dd {
	margin: 0;
}

.pdf {
	margin-bottom: 1.0em;
	line-height: 2.6em;
	background: url(../gfx/symbols/pdf.gif) no-repeat left top;
	padding-left: 40px;
}
	
/*</group>*/

/*<group=comments>*/

#num_comments_header {
	clear: both;
}

.articles #post_form,
.articles #delete_form {
	margin-bottom: 20px;
}

/*</group>*/

/*</group>*/
/*<group=sitemap>*/
#sitemap #info {
	float: left;
	width: 200px;
	background-color: #000;
	padding: 10px;
	margin-right: 30px;
	border: 1px solid #333;
}
#sitemap_tree {
	margin: 0;
	float: left;
}

#sitemap_tree, #sitemap_tree ul, #sitemap_tree ul ul, #sitemap_tree ul ul ul {
	list-style: none;
	padding: 0;
}
#sitemap_tree .parent ul {
	background: url(../gfx/symbols/arrow_turn_right_down.gif) no-repeat 0em 0.6em;
	padding-left: 22px;
	padding-bottom: 0;
	padding-top: 0.2em;
	margin: 0;
}

#sitemap_tree ul li {
	background: url(../gfx/symbols/page.gif) no-repeat 0.5em 0.7em;
	padding: 0;
	padding-top: 0.7em;
	padding-left: 0.8em;
	border-left: 2px solid #454545;
}
#sitemap_tree li {
	background: url(../gfx/symbols/page.gif) no-repeat left top;
	padding-bottom: 0.7em;
	padding-left: 0.3em;
	border: none;
}
#sitemap_tree li a {
	margin-left: 20px;
}	
/*</group>*/	
/*</group>*/