/* Normal, standard links. */
.image img {
		border:1px solid #1e1e1e;
}


/* Navigation links - for the link tree. */
.nav a:link, .nav a:visited
{
	color: #000000;
	text-decoration: none;
}
.nav a:hover
{
	color: #900c00;
	text-decoration: underline;
}



/* Tables should show empty cells. */
table
{
	empty-cells: show;
}
.bodyarea {
	color:#cccccc;
}
.bodyarea a:link {
		color:#000000;
}
/* By default (td, body..) use verdana in black. */
body,
{
	color: #cccccc;
	font-size: small;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* The main body of the entire forum. */
body
{			background:#300000;
color:#888888;
	
	margin-top: 0px;
	padding: 0px 50px 4px 50px;
}

/* 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%;
	color: #000000;
	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: #900c00;
	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: #DDDDDD;
	border: 1px solid #000000;
	margin: 1px;
	padding: 5px;
	font-size: 10px;
	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: 10px;
	line-height: 1.3em;
	/* Put a nice border around it. */
	border: 1px solid #000000;
	margin: 1px auto 1px auto;
	padding: 5px;

	/* Don't wrap its contents, and show scrollbars. */

	/* 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: #000000;
	background-color: #F0F0F0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.windowbg2
{
	color: #000000;
	background-color: #E9E9E9;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.windowbg3
{
	color: #000000;
	background-color: #DDDDDD;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

/* the today container in calendar */
.calendar_today
{
	background-color: #FFFFFF;
}
.calendar_today a:link, .calendar_today a:active, .calendar_today a:visited {
		color:#000000;
		text-decoration:none;
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td
{
	color: #959595;
	font-style: normal;
	background-image:url(images/navbg.gif);
	border-bottom: solid 0px #f1f1f1;
	border-top: solid 0px #333333;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom:0px solid;
	border-bottom-color:#666666;
}
.titlebg2, tr.titlebg2 th, tr.titlebg2 td {
	color: #cccccc;
	font-style: normal;
	background-color:#181818;
	border-bottom: solid 0px #999999;
	border-top: solid 0px #333333;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom:0px solid;
	border-bottom-color:#666666;
}


.titlebg a:hover
{
	color: #404040;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited, .titlebg2 a:active
{
	color: #959595;
	font-style: normal;
	text-decoration: underline;
}

.titlebg2 a:hover
{
	text-decoration: underline;
}

/* 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-color:#181818;
	color: #cccccc;
		border-bottom:0px solid #000000;
		border-top:0px solid #333333;
	padding-left: 10px;
	padding-right: 10px;
}
.back {background-color:#1e1e1e;
color:#999999;
}
.back a:link, .back a:visited, .back a:active
{	 color: #999999;
	text-decoration: underline;
}
.back a:hover
{
	color: #ffffff;
	text-decoration:overline;
}
/* the today container in calendar */
.calendar_today
{
	background-color: #FFFFFF;
	border:1px dashed #900c00;
}
.calendar_today a:link, .calendar_today a:active, .calendar_today a:visited {
		color:#000000;
		text-decoration:none;
}

.windowbg2 a:link, .windowbg2 a:visited, .windowbg2 a:active {
		color:#000000;
		text-decoration:underline
}
.windowbg2 a:hover {
		color:#666666;
		text-decoration:overline;
}

.windowbg3 a:link, .windowbg3 a:visited, .windowbg3 a:active {
		color:#000000;
		text-decoration:underline
}
.windowbg3 a:hover {
		color:#666666;
		text-decoration:overline;
}
.windowbg a:link, .windowbg a:visited, .windowbg a:active {
		color:#000000;
		text-decoration:underline
}
.windowbg a:hover {
		color:#666666;
		text-decoration:overline;
}
/* welcome area */
.windowbg5 a:link, .windowbg5 a:visited, .windowbg5 a:active {
		color:#cccccc;
		text-decoration:underline
}
.windowbg5 a:hover {
		color:#999999;
		text-decoration:overline;
}
.windowbg5 {
		background-image:url(images/welcomebg.gif);
}
.bordercolor2 {
		background-color:#151515;
}
.avatar {
		background-color:#3b3a3a;
}
.catbg2 , tr.catbg2 td
{
	background-color:#111111;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg, .catbg2, .catbg3
{

	border-bottom: solid 0px #666666;
	padding-top:3px;
	padding-bottom:3px;
	color:#CCCCCC;
}
.catbg, .catbg2
{
	font-weight: 
}
 tr.catbg3 td, 
{
	font-size: 95%;
	color: #999999;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg a:active  .catbg2 a:visited, .catbg2 a:active .catbg3 a:visited, .catbg3 a:active, .catbg3 a:link
{
	color:#CCCCCC;
	text-decoration: underline;
	font-weight:;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
	color: #999999;
	text-decoration:overline;
}
.titlebg, .titlebg a:link, .titlebg a:visited .titlebg a:active,  tr.titlebg th a:link, tr.titlebg th a:active, tr.titlebg th a:visited, tr.titlebg td a:link, tr.titlebg td a:active, tr.titlebg td a:visited

{
	font-weight: bold;
	color: #959595;
	font-style: normal;
}

/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background-color:#757575 ;
	padding: 0px;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
	padding: 0px;
	border: 1px solid #333333;
	background-color: ;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: x-small;
	font-family: verdana, sans-serif;
	color:#000000;
}
.smalltext2 {
		color:#cccccc;
		font-size:x-small;
		font-family:Verdana, Arial, Helvetica, sans-serif;
}
.middletext
{
	font-size: 90%;
	color:#000000;
}
.middletext2 {
		color:#cccccc;
		font-size:90%;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}


/* 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
{
	color: white;
	text-transform: uppercase;
	vertical-align: top;
	padding-top:5px;
}
.maintab_back, .maintab_active_back
{
	color: white;
	text-decoration: none;
	font-size:  9px;
	vertical-align:bottom;
	padding: 0px 6px 14px 6px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.maintab_first
{
		background-image:url(images/navleft.png);
		width:9px;
		background-position:right;
		height:37px;
}
.maintab_back
{
	background: url(images/maintab_back.png) repeat-x;
	padding-top:0px;
}
.maintab_last
{
		background-image:url(images/navright.png);
		width:14px;
		background-position:right;
		height:37px;
}
.maintab_active_first
{
		background-image:url(images/navleft.png);
		width:82px;
		background-position:right;
		height:50px;
}
.maintab_active_back
{
	background: url(images/maintab_back.png) repeat-x;
}
.maintab_active_last
{
		background-image:url(images/navright.gif);
		width:82px;
		background-position:right;
		height:50px;
}

/* how links behave in main tab. */
.maintab_back a:link , .maintab_back a:visited,  .maintab_back a:active 
{
	color: #cbcbcb;
	text-decoration: none;
}

.maintab_back a:hover, .maintab_active_back a:hover
{
	color: #959595;
	text-decoration: none;
}
.maintab_active_back a:link , .maintab_active_back a:visited,.maintab_active_back a:active  {
		color:#cbcbcb;
		text-decoration:underline;
}
/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
	color: white;
	text-transform: uppercase;
	vertical-align: top;
}
.mirrortab_back, .mirrortab_active_back
{
	color: cbcbcb;
	text-decoration: none;
	font-size: 9px;
	vertical-align: top;
	padding: 10px 6px 2px 6px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.mirrortab_first
{
	background: url(images/navleft.png);
	width: 9px;
	height:37px;
}
.mirrortab_back
{
	background: url(images/maintab_back.png)
}
.mirrortab_last
{
	background: url(images/navright.png);
	width: 14px;
}
.mirrortab_active_first
{
	background: url(images/maintab_back.png) no-repeat;
	width: 6px;
}
.mirrortab_active_back
{
	background: url(images/maintab_back.png) repeat-x;
}
.mirrortab_active_last
{
	background: url(images/maintab_back.png) no-repeat;
	width: 8px;
}

/* 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: #cdcdcd;
	text-decoration: none;
}

.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
	color: #888888;
	text-decoration: none;
}

/* The AJAX notifier */
#ajax_in_progress
{
	background: #32CD32;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}
/* Navigation page top */
.buttonbg {
		background-image:url(images/buttonbg.gif);
		height:25px;
		border-bottom:1px solid #000000;
		border-top:1px solid #999999;
		padding: 0px 6px 0px 6px;
		text-align:center;
		vertical-align:middle;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
}
.buttongrid {
		background-color:#333333;
		height:25px;
}
.buttonbg A:Link, .buttonbg A:visited, buttonbg A:active {
		color:#CCCCCC;
		text-decoration:none;
}
.buttonbg A:hover {
		color:#333333;
		text-decoration:underline;
}
.foot {
		background-color: #181818;
		
		background-position:right;
				border-bottom:0px solid #000000;
		border-top:0px solid #333333;
		color:#cccccc;
		
}
.navbutton {
		border-top:1px solid #1e1e1e;
		border-bottom: 1px solid #070707;
		background-image:url(images/navbg.gif);

}
.sep {
		width:23px;

		background-image:url(images/indent.png);
}
.sep2 {
		background-image:url(images/indent.png);
		width:4px;
}
.navleft {
		background-image:url(images/navleft.png);
		width:9px;
		background-position:right;
		height:37px;
}
.navright {
		background-image:url(images/navright.png);
		width:14px;
}
.titlebg, .titlebg a:link, .titlebg a:visited .titlebg a:active

{
	font-weight: bold;
	color: 959595;
	font-style: normal;
}
/* header style sheet */
#FWTableContainer2092712538 {
/* The master div to make sure that our popup menus get aligned correctly.  Be careful when playing with this one. */
	position:relative;
	margin:0px;
	width:850px;
	height:197px;
	text-align:left;
}

#MMMenuContainer0210125620_0 {
/* This ID is related to the master menu div for menu MMMenuContainer0210125620_0 and contains the important positioning information for the menu as a whole */
	position:absolute;
	left:68px;
	top:178px;
	visibility:hidden;
	z-index:300;
}

#MMMenu0210125620_0 {
/* This class defines things about menu MMMenu0210125620_0's div. */
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
	background-color:#434343;
	border:0px solid #434343;
	width:107px;
	height:62px;
}

.MMMIFVStyleMMMenu0210125620_0 {
/* This class determines the general characteristics of the menu items in menu MMMenu0210125620_0 */
	border-top:0px solid #000000;
	border-left:0px solid #000000;
	border-bottom:0px solid #434343;
	border-right:0px solid #434343;
	width:107px;
	height:20px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:101px;
	height:14px;
}

.MMMIVStyleMMMenu0210125620_0 {
/* This class determines the general characteristics of the menu items in menu MMMenu0210125620_0 */
	border-top:0px;
	border-left:0px solid #000000;
	border-bottom:0px solid #434343;
	border-right:0px solid #434343;
	width:107px;
	height:20px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:101px;
	height:14px;
}

#MMMenu0210125620_0_Item_0 {
/* Unique ID for item 0 of menu MMMenu0210125620_0 so we can set its position */
	left:0px;
	top:0px;
}

#MMMenu0210125620_0_Item_1 {
/* Unique ID for item 1 of menu MMMenu0210125620_0 so we can set its position */
	left:0px;
	top:21px;
}

#MMMenu0210125620_0_Item_2 {
/* Unique ID for item 2 of menu MMMenu0210125620_0 so we can set its position */
	left:0px;
	top:42px;
}

#MMMenuContainer0210125620_0 img {
/* needed for Mozilla/Camino/Netscape */
	border:0px;
}

#MMMenuContainer0210125620_0 a {
/* Controls the general apperance for menu MMMenuContainer0210125620_0's items, including color and font */
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff;
	text-align:left;
	vertical-align:middle;
	padding:3px;
	background-color:#121212;
	font-weight:normal;
	font-style:normal;
	display:block;
	position:absolute;
}

#MMMenuContainer0210125620_0 a:hover {
/* Controls the mouse over effects for menu MMMenuContainer0210125620_0 */
	color:#ffffff;
	background-color:#2c2c2c;
}
#MMMenuContainer0210131936_1 {
/* This ID is related to the master menu div for menu MMMenuContainer0210131936_1 and contains the important positioning information for the menu as a whole */
	position:absolute;
	left:207px;
	top:178px;
	visibility:hidden;
	z-index:300;
}

#MMMenu0210131936_1 {
/* This class defines things about menu MMMenu0210131936_1's div. */
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
	background-color:#434343;
	border:0px solid #434343;
	width:106px;
	height:41px;
}

.MMMIFVStyleMMMenu0210131936_1 {
/* This class determines the general characteristics of the menu items in menu MMMenu0210131936_1 */
	border-top:0px solid #000000;
	border-left:0px solid #000000;
	border-bottom:0px solid #434343;
	border-right:0px solid #434343;
	width:106px;
	height:20px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:100px;
	height:14px;
}

.MMMIVStyleMMMenu0210131936_1 {
/* This class determines the general characteristics of the menu items in menu MMMenu0210131936_1 */
	border-top:0px;
	border-left:0px solid #000000;
	border-bottom:0px solid #434343;
	border-right:0px solid #434343;
	width:106px;
	height:20px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:100px;
	height:14px;
}

#MMMenu0210131936_1_Item_0 {
/* Unique ID for item 0 of menu MMMenu0210131936_1 so we can set its position */
	left:0px;
	top:0px;
}

#MMMenu0210131936_1_Item_1 {
/* Unique ID for item 1 of menu MMMenu0210131936_1 so we can set its position */
	left:0px;
	top:21px;
}

#MMMenuContainer0210131936_1 img {
/* needed for Mozilla/Camino/Netscape */
	border:0px;
}

#MMMenuContainer0210131936_1 a {
/* Controls the general apperance for menu MMMenuContainer0210131936_1's items, including color and font */
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff;
	text-align:left;
	vertical-align:middle;
	padding:3px;
	background-color:#121212;
	font-weight:normal;
	font-style:normal;
	display:block;
	position:absolute;
}

#MMMenuContainer0210131936_1 a:hover {
/* Controls the mouse over effects for menu MMMenuContainer0210131936_1 */
	color:#ffffff;
	background-color:#2c2c2c;
}
#MMMenuContainer0210124452_0 {
/* This ID is related to the master menu div for menu MMMenuContainer0210124452_0 and contains the important positioning information for the menu as a whole */
	position:absolute;
	left:576px;
	top:178px;
	visibility:hidden;
	z-index:300;
}

#MMMenu0210124452_0 {
/* This class defines things about menu MMMenu0210124452_0's div. */
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
	background-color:#434343;
	border:0px solid #434343;
	width:110px;
	height:230px;
}

.MMMIFVStyleMMMenu0210124452_0 {
/* This class determines the general characteristics of the menu items in menu MMMenu0210124452_0 */
	border-top:0px solid #000000;
	border-left:0px solid #000000;
	border-bottom:0px solid #434343;
	border-right:0px solid #434343;
	width:110px;
	height:20px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:104px;
	height:14px;
}

.MMMIVStyleMMMenu0210124452_0 {
/* This class determines the general characteristics of the menu items in menu MMMenu0210124452_0 */
	border-top:0px;
	border-left:0px solid #000000;
	border-bottom:0px solid #434343;
	border-right:0px solid #434343;
	width:110px;
	height:20px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:104px;
	height:14px;
}

#MMMenu0210124452_0_Item_0 {
/* Unique ID for item 0 of menu MMMenu0210124452_0 so we can set its position */
	left:0px;
	top:0px;
}

#MMMenu0210124452_0_Item_1 {
/* Unique ID for item 1 of menu MMMenu0210124452_0 so we can set its position */
	left:0px;
	top:21px;
}

#MMMenu0210124452_0_Item_2 {
/* Unique ID for item 2 of menu MMMenu0210124452_0 so we can set its position */
	left:0px;
	top:42px;
}

#MMMenu0210124452_0_Item_3 {
/* Unique ID for item 3 of menu MMMenu0210124452_0 so we can set its position */
	left:0px;
	top:63px;
}

#MMMenu0210124452_0_Item_4 {
/* Unique ID for item 4 of menu MMMenu0210124452_0 so we can set its position */
	left:0px;
	top:84px;
}

#MMMenu0210124452_0_Item_5 {
/* Unique ID for item 5 of menu MMMenu0210124452_0 so we can set its position */
	left:0px;
	top:105px;
}

#MMMenu0210124452_0_Item_6 {
/* Unique ID for item 6 of menu MMMenu0210124452_0 so we can set its position */
	left:0px;
	top:126px;
}

#MMMenu0210124452_0_Item_7 {
/* Unique ID for item 7 of menu MMMenu0210124452_0 so we can set its position */
	left:0px;
	top:147px;
}

#MMMenu0210124452_0_Item_8 {
/* Unique ID for item 8 of menu MMMenu0210124452_0 so we can set its position */
	left:0px;
	top:168px;
}

#MMMenu0210124452_0_Item_9 {
/* Unique ID for item 9 of menu MMMenu0210124452_0 so we can set its position */
	left:0px;
	top:189px;
}

#MMMenu0210124452_0_Item_10 {
/* Unique ID for item 10 of menu MMMenu0210124452_0 so we can set its position */
	left:0px;
	top:210px;
}

#MMMenuContainer0210124452_0 img {
/* needed for Mozilla/Camino/Netscape */
	border:0px;
}

#MMMenuContainer0210124452_0 a {
/* Controls the general apperance for menu MMMenuContainer0210124452_0's items, including color and font */
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff;
	text-align:left;
	vertical-align:middle;
	padding:3px;
	background-color:#121212;
	font-weight:normal;
	font-style:normal;
	display:block;
	position:absolute;
}

#MMMenuContainer0210124452_0 a:hover {
/* Controls the mouse over effects for menu MMMenuContainer0210124452_0 */
	color:#ffffff;
	background-color:#2c2c2c;
}
#MMMenuContainer0210131634_2 {
/* This ID is related to the master menu div for menu MMMenuContainer0210131634_2 and contains the important positioning information for the menu as a whole */
	position:absolute;
	left:636px;
	top:178px;
	visibility:hidden;
	z-index:300;
}

#MMMenu0210131634_2 {
/* This class defines things about menu MMMenu0210131634_2's div. */
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
	background-color:#434343;
	border:0px solid #434343;
	width:117px;
	height:125px;
}

.MMMIFVStyleMMMenu0210131634_2 {
/* This class determines the general characteristics of the menu items in menu MMMenu0210131634_2 */
	border-top:0px solid #000000;
	border-left:0px solid #000000;
	border-bottom:0px solid #434343;
	border-right:0px solid #434343;
	width:117px;
	height:20px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:111px;
	height:14px;
}

.MMMIVStyleMMMenu0210131634_2 {
/* This class determines the general characteristics of the menu items in menu MMMenu0210131634_2 */
	border-top:0px;
	border-left:0px solid #000000;
	border-bottom:0px solid #434343;
	border-right:0px solid #434343;
	width:117px;
	height:20px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:111px;
	height:14px;
}

#MMMenu0210131634_2_Item_0 {
/* Unique ID for item 0 of menu MMMenu0210131634_2 so we can set its position */
	left:0px;
	top:0px;
}

#MMMenu0210131634_2_Item_1 {
/* Unique ID for item 1 of menu MMMenu0210131634_2 so we can set its position */
	left:0px;
	top:21px;
}

#MMMenu0210131634_2_Item_2 {
/* Unique ID for item 2 of menu MMMenu0210131634_2 so we can set its position */
	left:0px;
	top:42px;
}

#MMMenu0210131634_2_Item_3 {
/* Unique ID for item 3 of menu MMMenu0210131634_2 so we can set its position */
	left:0px;
	top:63px;
}

#MMMenu0210131634_2_Item_4 {
/* Unique ID for item 4 of menu MMMenu0210131634_2 so we can set its position */
	left:0px;
	top:84px;
}

#MMMenu0210131634_2_Item_5 {
/* Unique ID for item 5 of menu MMMenu0210131634_2 so we can set its position */
	left:0px;
	top:105px;
}

#MMMenuContainer0210131634_2 img {
/* needed for Mozilla/Camino/Netscape */
	border:0px;
}

#MMMenuContainer0210131634_2 a {
/* Controls the general apperance for menu MMMenuContainer0210131634_2's items, including color and font */
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff;
	text-align:left;
	vertical-align:middle;
	padding:3px;
	background-color:#121212;
	font-weight:normal;
	font-style:normal;
	display:block;
	position:absolute;
}

#MMMenuContainer0210131634_2 a:hover {
/* Controls the mouse over effects for menu MMMenuContainer0210131634_2 */
	color:#ffffff;
	background-color:#2c2c2c;
}
#MMMenuContainer0210125825_1 {
/* This ID is related to the master menu div for menu MMMenuContainer0210125825_1 and contains the important positioning information for the menu as a whole */
	position:absolute;
	left:783px;
	top:178px;
	visibility:hidden;
	z-index:300;
}

#MMMenu0210125825_1 {
/* This class defines things about menu MMMenu0210125825_1's div. */
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
	background-color:#434343;
	border:0px solid #434343;
	width:99px;
	height:62px;
}

.MMMIFVStyleMMMenu0210125825_1 {
/* This class determines the general characteristics of the menu items in menu MMMenu0210125825_1 */
	border-top:0px solid #000000;
	border-left:0px solid #000000;
	border-bottom:0px solid #434343;
	border-right:0px solid #434343;
	width:99px;
	height:20px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:93px;
	height:14px;
}

.MMMIVStyleMMMenu0210125825_1 {
/* This class determines the general characteristics of the menu items in menu MMMenu0210125825_1 */
	border-top:0px;
	border-left:0px solid #000000;
	border-bottom:0px solid #434343;
	border-right:0px solid #434343;
	width:99px;
	height:20px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:93px;
	height:14px;
}

#MMMenu0210125825_1_Item_0 {
/* Unique ID for item 0 of menu MMMenu0210125825_1 so we can set its position */
	left:0px;
	top:0px;
}

#MMMenu0210125825_1_Item_1 {
/* Unique ID for item 1 of menu MMMenu0210125825_1 so we can set its position */
	left:0px;
	top:21px;
}

#MMMenu0210125825_1_Item_2 {
/* Unique ID for item 2 of menu MMMenu0210125825_1 so we can set its position */
	left:0px;
	top:42px;
}

#MMMenuContainer0210125825_1 img {
/* needed for Mozilla/Camino/Netscape */
	border:0px;
}

#MMMenuContainer0210125825_1 a {
/* Controls the general apperance for menu MMMenuContainer0210125825_1's items, including color and font */
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff;
	text-align:left;
	vertical-align:middle;
	padding:3px;
	background-color:#121212;
	font-weight:normal;
	font-style:normal;
	display:block;
	position:absolute;
}

#MMMenuContainer0210125825_1 a:hover {
/* Controls the mouse over effects for menu MMMenuContainer0210125825_1 */
	color:#ffffff;
	background-color:#2c2c2c;
}
