
/* TP specific classes */
.sitemap{
	margin: 0;
	padding: 0;
	list-style: none;
}
.sitemap_topheader{
	background: #ECEDF3;
	border-bottom: solid 1px #ffffff;
	padding: 4px;
}

.sitemap_header{
	background: #ECEDF3;
	border-bottom: solid 1px #ffffff;
	padding: 4px;
	display: block;
	font-weight: bold;
 }

.sitemap_header_active{
	background: #C8D6E1;
	border-bottom: solid 1px #ffffff;
	padding: 4px;
	display: block;
	font-weight: bold;
}

.sitemap_header:hover , .sitemap_header_active:hover{
	background: #DBE4ED;
	border-bottom: solid 1px #ffffff;
	padding: 4px;
	display: block;
	text-decoration: none;
}

/* TP other styles */
ul#articlelist
{
	margin: 0;
	padding: 0.5ex 0;
	list-style: none;
}
ul#catlist
{
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: solid 1px #d0d0d0;
}

ul#articlelist li
{
	margin: 0;
	display: block;
	padding: 0 0 0 3ex;
	background: url(images/divider.gif) no-repeat 5px 3px;
}
ul#catlist li
{
	display: block;
	padding: 0 0 0 3ex;
	margin: 0;
}

/* TP rss feed styles */
.rss_title{
 font-weight: bold;
}

.rss_body{
	margin-bottom: 1ex;
}

.rss_image{
	margin: 4px 0 4px 0;
}
/* Normal, standard links. */
a:link
{
	/* color: #476C8E; */
	color: #87ACCE;
	text-decoration: none;
}
a:visited
{
	color: #87ACCE;
	text-decoration: none;
}
a:hover
{
	text-decoration: none;
	color: orange;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
a.nav:hover
{
	color: #cc3333;
	text-decoration: underline;
}

/* Tables should show empty cells. */
table
{
	empty-cells: show;
}

/* By default (td, body..) use verdana in black. */
body, td, th , tr
{
	color: #fff;
	font-family: verdana, sans-serif;
}

/* The main body of the entire forum. */
body
{
	background-color: #d0d0d0;
	background-image: url(images/body-bg.gif);
	margin: 0px;
	padding: 0px;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	color: #000000;
	font-family: verdana, sans-serif;
}
input, button
{
	font-size: 90%;
}

textarea
{
	font-size: 100%;
	font-family: verdana, sans-serif;
	color: #eee;
	background-color: #333;

}

.shoutbox
{
	font-size: 80%;
	font-family: verdana, sans-serif;
}

/* All input elements that are checkboxes or radio buttons. */
input.check
{
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 90%;
	font-weight: normal;
	color: #000000;
	font-family: verdana, sans-serif;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
	height: 1px;
	border: 0;
	color: #666666;
	background-color: #666666;
}

/* No image should have a border when linked */
a img{
border: 0;
}
/* A quote, perhaps from another post. */
.quote
{
	color: #000000;
	/* background-color: #D7DAEC; */
	background-color: #DDE;
	border: 2px solid #000;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
	line-height: 1.4em;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #dddddd;
	font-family: "courier new", "times new roman", monospace;
	font-size: x-small;
	line-height: 1.3em;
	/* Put a nice border around it. */
	border: 1px solid #000000;
	margin: 1px auto 1px auto;
	padding: 1px;
	width: 99%;
	/* Don't wrap its contents, and show scrollbars. */
	white-space: nowrap;
	overflow: auto;
	/* Stop after about 24 lines, and just show a scrollbar. */
	max-height: 24em;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
	line-height: 1.2em;
}

/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help
{
	cursor: help;
}

/* /me uses this a lot. (emote, try typing /me in a post.) */
.meaction
{
	color: red;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 96%;
}

/* Highlighted text - such as search results. */
.highlight
{
	background-color: yellow;
	font-weight: bold;
	color: black;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg
{
	color: #eaeaea;
	background-color: #222;
		border-bottom: solid 1px #000000;
	border-top: solid 1px #000000;
	border-right: solid 1px #000000;
	border-left: solid 1px #000000;
	
}
.windowbg2
{
	/* color: #eaeaea;  */
	color: #fff;
	background-color: #333;
	/* background-image: url(images/gray.gif); */ 
	border-bottom: solid 1px #000000;
	border-top: solid 1px #000000;
	border-right: solid 1px #000000;
	border-left: solid 1px #000000;
	background-repeat: repeat-x;
	
}
.windowbg3
{
	color: #eaeaea;
	/* background-color: #eaeaea; */
	background-color: #111;
		border-bottom: solid 1px #000000;
	border-top: solid 1px #000000;
	border-right: solid 1px #000000;
	border-left: solid 1px #000000;
}


/* the today container in calendar */
.calendar_today
{
	background-color: #FFFFFF;
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */

.tbc4
 {
  color:#FFFFFF;
  font-size: 10px;
  text-shadow: black 0px 0px 5px;
  margin: 0px 70px 0px 0px;
}

.tbc4 a:link, .tbc4 a:visited
 {
  color:#FFFFFF
  }

.tbc4 a:hover
{
color: #FFFFFF;
font-weight: bold;
}

.tbc3, .tbc3 a:hover
 {
  color:#FFFFFF;
  font-size: 10px;
}

.tbc3 a:link, .tbc3 a:visited
 {
  color:#Fe7004;
  }

.tbc3 a:hover
{
  color: #FFFFFF;
  font-weight: bold;
  }

.tbcbg
{
	color: #fe7004;
	font-size: 11px;
	font-style: normal;
	background: url(images/tbchead.gif);
	border-bottom: solid 1px #d0d0d0;
	border-top: solid 1px #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	height: 20px;
	
	
}

.tbcbg a:link, .tbcbg a:visited
{
 color: #fe7004
}

.tbcbg2
{
	color: #c0c0c0;
	font-size: 11px;
	font-style: normal;
	border-bottom: solid 1px #d0d0d0;
	border-top: solid 1px #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	}

.tbcbg2 a:link
{
 color: #FFFFFF;
}

.tbcbg2 a:visited
 {
  Color: #89c9b6
 }
 
.tbcbg2 a:hover
{
  color: #FFFFFF;
  font-weight: bold;
  }
  
 

.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td
{
	color: #FFFFFF;
	font-style: normal;
	background: url(images/titlebg.jpg) #505050 repeat-x;
	border-bottom: solid 1px #d0d0d0;
	border-top: solid 1px #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: solid 1px #000000;
	border-top: solid 1px #000000;
	border-right: solid 1px #000000;
	border-left: solid 1px #000000;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	color: #FFFFFF;
	font-style: normal;
}

.titlebg a:hover
{
	color: #FFFFFF;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited, .titlebg2
{
	color: #FFFFFF;
	font-style: normal;
	text-decoration: underline;
}

.titlebg2 a:hover
{
	text-decoration: underline;
	color: #FFFFFF
}

/* This is used for categories, page indexes, and several other areas in the forum.
.catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers*/
.catbg , tr.catbg td , .catbg3 , tr.catbg3 td
{
	background: url(images/catbg.jpg) #c3c3c3 repeat-x;
	padding-left: 10px;
	padding-right: 10px;
	color: #ffffff;
	
}
.catbg2 , tr.catbg2 td
{
	background: url(images/catbg.jpg) #c3c3c3 repeat-x;
	padding-left: 10px;
	padding-right: 10px;
	color: #ffffff;
	
}
.catbg, .catbg2, .catbg3
{
}
.catbg, .catbg2
{
	font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	font-size: 95%;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
	text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
	color: orange;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
}

/* This is used on tables that should just have a border around them. */
.tborder
{
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: 80%;
	font-family: verdana, sans-serif;
}
.middletext
{
	font-size: 90%;
}
.recenttext
{
	font-size: 90%;
}
.normaltext
{
	font-size: 100%;
}
.largetext
{
	font-size: 125%;
}


/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
	width: 100%;
	overflow: auto;
	line-height: 1.3em;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
	width: 100%;
	overflow: auto;
	padding-bottom: 3px;
	line-height: 1.3em;
}

/* Sometimes there will be an error when you post */
.error{
	color: red;
}


/* definitions for the main tab, active means the tab reflects which page is displayed */
.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last
{
	text-transform: uppercase;
	vertical-align: top;
}
.maintab_back, .maintab_active_back
{
	text-decoration: none;
	font-size:  80%;
	vertical-align: top;
	padding: 6px;
	font-family: tahoma, sans-serif;
}

.maintab_first
{
	display: none;
}
.maintab_back
{
	background: #666;
}
.maintab_last
{
	display: none;
}
.maintab_active_first
{
	display: none;
}
.maintab_active_back
{
	background: #333;
}
.maintab_active_last
{
	display: none;
}

/* how links behave in main tab. */
.maintab_back a:link , .maintab_back a:visited, .maintab_active_back a:link , .maintab_active_back a:visited
{
	color: white;
	text-decoration: none;
}

.maintab_back a:hover, .maintab_active_back a:hover
{
	color: orange;
	text-decoration: none;
}
/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
	text-transform: uppercase;
	vertical-align: top;
}
.mirrortab_back, .mirrortab_active_back
{
	text-decoration: none;
	font-size: 80%;
	vertical-align: bottom;
	padding: 6px 6px 6px 6px;
	font-family: tahoma, sans-serif;
}

.mirrortab_first
{
	display: none;
}
.mirrortab_back
{
	/* background: #e8e8e8; */
	background: #666;
}
.mirrortab_last
{
	display: none;
}
.mirrortab_active_first
{
	display: none;
}
.mirrortab_active_back
{
	background: #333;
}
.mirrortab_active_last
{
	display: none;
}

/* how links behave in mirror tab. */
.mirrortab_back a:link , .mirrortab_back a:visited, .mirrortab_active_back a:link , .mirrortab_active_back a:visited
{
	color: white;
	text-decoration: none;
}

.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
	color: orange;
	text-decoration: none;
}

/* The AJAX notifier */
#ajax_in_progress
{
	background: #32CD32;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 140%;
	padding: 3px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

#topsection
{
	color: #FFFFFF;
	text-align: right;
	overflow: auto;
	border-left: solid 1px #808080;
	border-right: solid 1px #808080;
	_height: 1%;
	
}
 #topsection a:link,  #topsection a:hover, #topsection a:visited
{
  color: #FFFFFF;
}


#topsection h2.mine
{
	margin: 4px 10px 0 0;
	padding: 0;
	font-size: 100%;
	border: 0;
	
}
#topsection p
{
	font-size: 80%;
	padding: 0 10px 0 0;
}
#leftlogo
{
	float: left;
	height: 87px;
	width: 364px;
}
#leftlogo h2.mine
{
	font-size: 150%;
	margin: 35px 0 0 70px;
	padding: 0;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	border: 1;
	color: #FFFFFF;
	text-shadow: 0px 0px 2px black;
}
.tinytext
{
	font-family: tahoma, sans-serif;
	font-size: 80%;
	text-align: left;
	padding-left: 70px;

}
.tinytexttbc
{
	font-family: tahoma, sans-serif;
	font-size: 80%;
	text-align: left;
	padding-left: 70px;
	color: #ffffff;

}
.tinytext2
{
	background: #d0d0d0;
	font-family: tahoma, sans-serif;
	font-size: 60%;
	margin: 0;
}

#backdrop
{
	height: 128px;
	background: url(images/backdrop.jpg);
	background-repeat: repeat-x;
	border-left: solid 1px #808080;
	border-right: solid 1px #808080;
	border-top: solid 1px #808080;
}
#menudrop
{
	border-left: solid 1px #808080;
	border-right: solid 1px #808080;
	border-top: solid 1px #808080;
	padding: 0px;
}
ul#menubox
{
	padding: 0;
	margin: 0;
	list-style: none;
	margin-top: 0px;
	background-image: url(images/menun.gif);
}
ul#menubox li
{
	float: left;
	background-image: url(images/menun.gif);
}
ul#menubox li a
{
	text-transform: uppercase;
	font-size: 80%;
	display: block;
	background: #4b4b4b;
	background-image: url(images/menun.gif);
	color: black;
	padding: 5px;
	text-decoration: none;
	font-weight: bold;
}
ul#menubox li a:hover
{
	display: block;
	background: #8b8b8b;
	background-image: url(images/menuh.gif);
	color: black;
	font-weight: bold;
}
ul#menubox li#chosen a
{
	display: block;
	background: #7b7b7b;
	background-image: url(images/menus.gif);
	color: black;
	font-weight: bold;
}
ul#menubox li#chosen a:hover
{
	background: #8b8b8b;
	background-image: url(images/menuh.gif);
	color: black;
	font-weight: bold;
}
#bodyarea
{
	background: #404040;
	border-left: solid 1px #808080;
	border-right: solid 1px #808080;
	padding: 0px;
}
#linktree
{
	font-family: Arial, sans-serif;
	text-transform: uppercase;
	padding: 10px;
	font-size: 85%;
	border-bottom: dotted 1px #d0d0d0;
	border-top: solid 1px #808080;
	background: #000000;
	background-image: url(images/toplink.gif);
	border-left: solid 1px #808080;
	border-right: solid 1px #808080;
	color: #FFFFFF;
}
#linktree a
{
	text-decoration: none;
	color: #fe7004;
}
#linktree a:hover
{
	text-decoration: none;
	color: #fe7004;
	font-weight: bold;
}
#footerarea
{
	border: solid 1px #808080;
	padding: 5px 10px 10px 10px;
}
#footerarea a:hover
{
	color: #FFFFFF;
}
.calendar_today
{
	background: #fff0f0;
}
.overflowfix
{
	overflow: auto;
	_height: 1%;
}
#lbar
{
	background: #282828;
	background-image: url(images/lbar-bg.gif);
	
}
#lbar2
{
	background: #282828;
	background-image: url(images/lbar-bg2.gif);
	
}
#rbar
{
	background: #000000;
	border-left: solid 1px #ddd;
	background-image: url(images/rbar-bg.gif);
}



/*The following are the theme settings for the various types of blocks TPortal uses in this theme*/

/* Category Menu Rollover Images/Settings. */

.risen_link
{
background-image:url(images/risen_head.gif);
background-repeat: repeat-x;
font-size: 10px;
height: 20px;
width: 160;
text-decoration: none;

}

.risen_link a:link, .risen_link a:visited
{
color: #FFFFFF;
text-decoration: none;
width: 160px;
}

.risen_link a:hover
{
color: #FFFFFF;
background-image:url(images/risen_hover2.gif);
background-repeat: repeat-x;
background-color: #FFFFFF;
text-decoration: none;
width: 160px;
}

.risen_link:hover
{
background-image:url(images/risen_hover.gif);
background-repeat: repeat-x;
text-decoration: none;
color: #FFFFFF;
width: 160px;
}


/* User Block */

.tbcuser
{
	color: #c0c0c0;
	font-size: 11px;
	font-style: normal;
	border-bottom: solid 1px #d0d0d0;
	border-top: solid 1px #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	}
.tbcuser a:link
{
 color: #FFFFFF;
}
.tbcuser a:visited
 {
  Color: #89c9b6
 }
.tbcuser a:hover
{
  color: #FFFFFF;
  font-weight: bold;
  }
  
/* Search Block */

.tbcsearch
{
	color: #c0c0c0;
	font-size: 11px;
	font-style: normal;
	padding-left: 10px;
	padding-right: 10px;
	}
.tbcsearch a:link
{
 color: #FFFFFF;
}
.tbcsearch a:visited
 {
  Color: #89c9b6
 }
.tbcsearch a:hover
{
  color: #FFFFFF;
  font-weight: bold;
  }
  
/* Recent Topics Block */

.tbcrecent
{
	color: #c0c0c0;
	font-size: 11px;
	font-style: normal;
	border-bottom: solid 1px #d0d0d0;
	border-top: solid 1px #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	}
.tbcrecent a:link
{
 color: #FFFFFF;
}
.tbcrecent a:visited
 {
  Color: #89c9b6
 }
.tbcrecent a:hover
{
  color: #FFFFFF;
  font-weight: bold;
  }
  
/* RSS Feed Block */
.tbcrss
{
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(images/gray.gif);
	border-bottom: solid 1px #000000;
	border-top: solid 1px #000000;
	border-right: solid 1px #000000;
	border-left: solid 1px #000000;
	background-repeat: repeat-x;
	
}
.tbcrss a:link, .tbcrss a:visited
{
	color: #fe7004;
	
}
.tbcrss a:hover
{
   color: #000000
   }

/* Stats Block */

.tbcstats
{
	color: #c0c0c0;
	font-size: 11px;
	font-style: normal;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	}
.tbcstats a:link
{
 color: #FFFFFF;
}
.tbcstats a:visited
 {
  Color: #89c9b6
 }
.tbcstats a:hover
{
  color: #FFFFFF;
  font-weight: bold;
  }

/* Shout Box Block */

.tbcshout
{
	color: #d0d0d0;
	font-size: 11px;
	font-style: normal;
	border-bottom: solid 1px #d0d0d0;
	border-top: solid 1px #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	}
.tbcshout a:link
{
 color: #FFFFFF;
}
.tbcshout a:visited
 {
  Color: #89c9b6
 }
.tbcshout a:hover
{
  color: #FFFFFF;
  font-weight: bold;
  }

/* Admin Block */

.tbcadmin
{
	color: #c0c0c0;
	font-size: 11px;
	font-style: normal;
	border-bottom: solid 1px #d0d0d0;
	border-top: solid 1px #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	}
.tbcadmin a:link
{
 color: #FFFFFF;
}
.tbcadmin a:visited
 {
  Color: #89c9b6
 }
.tbcadmin a:hover
{
  color: #FFFFFF;
  font-weight: bold;
  }
  
  /* PHP Block */

.tbcphp
{
	color: #c0c0c0;
	background-color: #111111;
	border-bottom: solid 1px #d0d0d0;
	border-top: solid 1px #FFFFFF;
	font-size: 11px;
	font-style: normal;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	}
.tbcphp a:link
{
 color: #FFFFFF;
}
.tbcphp a:visited
 {
  Color: #89c9b6
 }
.tbcphp a:hover
{
  color: #FFFFFF;
  font-weight: bold;
  }


/* Article Block */

.tbcarticle
{
	color: #c0c0c0;
	font-size: 11px;
	font-style: normal;
	border-bottom: solid 1px #d0d0d0;
	border-top: solid 1px #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	}
.tbcarticle a:link
{
 color: #FFFFFF;
}
.tbcarticle a:visited
 {
  Color: #89c9b6
 }
.tbcarticle a:hover
{
  color: #FFFFFF;
  font-weight: bold;
  }



/* SSI Block */

.tbcssi
{
	color: #c0c0c0;
	font-size: 11px;
	font-style: normal;
	border-bottom: solid 1px #d0d0d0;
	border-top: solid 1px #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	}
.tbcssi a:link
{
 color: #FFFFFF;
}
.tbcssi a:visited
 {
  Color: #89c9b6
 }
.tbcssi a:hover
{
  color: #FFFFFF;
  font-weight: bold;
  }
  
/* This is an excellent question. I can't remember exactly what these are for! Some are for bottom copyright, some are top menu as well.  */ 
 
.tbc4
 {
  color:#FFFFFF;
  font-size: 10px;
  text-shadow: black 0px 0px 5px;
  margin: 0px 70px 0px 0px;
}

.tbc4 a:link, .tbc4 a:visited
 {
  color:#FFFFFF
  }

.tbc4 a:hover
{
color: #FFFFFF;
font-weight: bold;
}

.tbc3
 {
  color:#FFFFFF;
  font-size: 10px
}

.tbc3 a:link, .tbc3 a:visited
 {
  color:#Fe7004;
  }

.tbc3 a:hover
{
color: #fe7004;
font-weight: bold;
}

.tbcbg
{
	color: #fe7004;
	font-size: 11px;
	font-style: normal;
	background: url(images/menu-bar-left.gif);
	border-bottom: solid 1px #d0d0d0;
	border-top: solid 1px #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	height: 20px;
	
	
}

.tbcbg a:link, .tbcbg a:visited
{
 color: #fe7004
}

.tbcbg2
{
	color: #c0c0c0;
	font-size: 11px;
	font-style: normal;
	border-bottom: solid 1px #d0d0d0;
	border-top: solid 1px #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	}

.tbcbg2 a:link
{
 color: #FFFFFF;
}

.tbcbg2 a:visited
 {
  Color: #89c9b6
 }
 
.tbcbg2 a:hover
{
  color: #FFFFFF;
  font-weight: bold;
  }
  
ul#menubox2
{
	padding: 0;
	margin: 0;
	list-style: none;
	margin-top: 0px;
	background-image: url(images/menun2.gif);
}
ul#menubox2 li
{
	background-image: url(images/menun2.gif);
	width: 165px;
	}
ul#menubox2 li a
{
	font-size: 80%;
	display: block;
	background: #4b4b4b;
	background-image: url(images/menun2.gif);
	color: white;
	padding: 5px;
	text-decoration: none;
	font-weight: none;
}
ul#menubox2 li a:hover
{
	display: block;
	background: #8b8b8b;
	background-image: url(images/menuh2.gif);
	color: white;
	font-weight: bold;
}
ul#menubox2 li#chosen a
{
	display: block;
	background: #7b7b7b;
	background-image: url(images/menuh2.gif);
	color: white;
	font-weight: bold;
}
ul#menubox2 li#chosen a:hover
{
	background: #8b8b8b;
	background-image: url(images/menuh2.gif);
	color: white;
	font-weight: bold;
} 

