/*  
 
Theme Name: ComicPress 3C
Version: 2.5

Theme URI: http://mindfaucet.com/comicpress/
Description: The 3-Column Edition of the customizable theme for publishing comics. <a href="http://mindfaucet.com/comicpress">Visit the ComicPress website.</a>

	Author: Tyler Martin
	Author URI: http://mindfaucet.com/

The CSS, XHTML and design is released under GPL v3:
http://www.opensource.org/licenses/gpl-3.0.html

*/



/* STANDARD HTML TAGS */

body {
	margin: 0;
	color: #071a05;
	font-size: 12px;
	font-family: 'Verdana', sans-serif;
         	background: #555 url('background.png') center top repeat-y;
background-attachment:fixed;
     } 


a {
	color: #5aa34b;
	text-decoration: underline;
  	}
  	
  	a:hover {
  		color: #000;
  		}

	a img {
		border: none;
		}

p img {
	max-width: 100%;
	padding: 0;
	}
		
small {
	font-size: 11px;
	}
 
hr {
	height: 2px;
	color: #000;
	background-color: #000;
	border: 0px;
padding: 0;
	}

blockquote {
	margin: 10px;
	padding: 5px 10px 5px 20px;
	border-width: 1px 1px 1px 5px;
	border-style: solid;
	border-color: #ddd;
	}

	blockquote cite {
		margin: 5px 0 0;
		display: block;
		}

cite {
	font-family: 'Arial', sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	}
	
code {
	padding: 10px;
	display: block;
	font-family: 'Courier New', monospace;
	background: #eee;
	border: 1px dotted #777;
	overflow: scroll;
	}

acronym, abbr, span.caps {
	cursor: help;
	}

	acronym, abbr {
		border-bottom: 1px dashed #999;
		}



/* HEADINGS */

h1, h1 a, h1 a:hover {
	margin: 0;
	padding: 0 0 0 5px;
	color: #000;
	font-family: 'Verdana', serif;
	font-size: 50px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	letter-spacing: -2px;
	}

h2, h2 a {
	margin: 0;
	color: #0c1c07;
	font-weight: bold;
	font-size: 23px;
	text-align: left;
	text-decoration: none;
	}

	h2.pagetitle, h2.pagetitle a {
		margin: 50px 0 0 0;
		padding: 0 0 5px 0;
		color: #070f04;
		font-family: 'arial', serif;
		font-size: 32px;
		font-weight: bold;		
		letter-spacing: -2px;
		text-align: left;
		}

h3, h3 a {
	margin: 15px 7px 0 0;
	padding-bottom: 1px;
	color: #0c1c07;
	font-family: 'Verdana', sans-serif;
	font-size: 20px;
	font-weight: 900;
	text-align: left;
text-transform:uppercase;
	text-decoration: none;
text-shadow: #9ed577 1px 1px 1px;
	border-bottom: 2px solid #9ed577;
	clear: both;

	}

h2 a:hover, h3 a:hover {
	color: #111;
	border-bottom: 1px dotted #777;
	}

h4, h4 a {
	margin: 0;
	color: #0c1c07;
	background: url('TitleBox_mid.png') center top repeat-y;
	font-weight: bold;
	font-size: 28px;
	text-align: center;
	text-decoration: none;
text-shadow: #6c935c 1px 2px 2px;
	}

h5, h5 a {
	margin: 0;
	color: #555;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
	text-decoration: none;
	}

h6, h6 a {
	margin: 15px 7px 0 0;
	padding-bottom: 2px;
	color: #0c1c07;
	font-family: 'arial', serif;
	font-size: 22px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	border-bottom: 2px solid #0c1c07;
	clear: both;

	}


/* THE HEADER */

#header {
	width: 960px;
	height: 100px;
	margin: 0 auto;
	}
	
	.description {
		margin: 0 0 0 0;
		padding: 0px 0 10px 30px;
		color: #999;
		font-family: 'Times New Roman', serif;
		font-size: 14px;
		font-style: italic;
		letter-spacing: 2px;
		}

#header1 {
	width: 960px;
           height: 110px;
	margin: 0px auto;
	padding: 0 0 0 0;
	text-align: center;
	background: #fff url('leaderboard_bg.png') center top repeat-y;
	}

/* THE MENU */

#menubar {
	width: 960px;
	height: 45px;
	margin: 0 auto;
	background: #fff;
	}

#menunav {
	margin: 0;
	float: left;
	font-size: 19px;
	}

	#menunav a  {
		margin: 0 0 0 0;
		color: #aaa;
		text-decoration: none;
		background: #fff;
		}

		#menunav a:hover {
			color: #fff;
			background: #fff;
			} 
		
		.prev {
			padding: 0 0 0 0;
			}
		
		.next {
			padding: 0 0 0 0;
			}
  
#menu {
	color: #999;
	font-size: 12px;
	text-transform: uppercase;
	}

	#menu ul {
		margin: 0;		
		padding: 0;
		list-style: none;	
		}

	#menu li {
 		margin: 0;
 		padding: 0;
 		float: left;
		}

	#menu li a {
		height: 25px;
		padding: 0 5px 0 5px;
		display: block;
		float: left;
		color: #aaa;
		line-height: 25px;
		text-decoration: none;
		border-width: 0 1px 0 0;
		border-style: solid;
		border-color: #aaa;
		}

	#menu li a:hover {
		color: #fff;
		background: #333;
		}



/* THE COMIC */
	
#comic {
	width: 960px;
	margin: 0px auto;
	padding: 0 0 0 0;
	text-align: center;
	background: #fff;
	}

#comic2 {
	width: 960px;
float: center;
	margin: 0px auto;
	padding: 0 0 0 0;
	text-align: center;
	background: #fff;
	}



/* THE PAGE WRAPPER */


#page {
	width: 960px;
	margin: 0px auto;
	text-align: left;
	background: #000  url('page_bg.png') center top repeat-y;
	}



/* THE FOOTER */

#footer {
	width: 960px;
	margin: 0px auto;
	padding: 20px 0;	
	color: #999;
	text-align: center;
	background: #000;
	}

	#footer a {
		color: #fff;
		text-decoration: none;
		border: none;
		}

	#footer a:hover {
		border-bottom: 1px dotted #fff;
		}














/* NAVIGATION */

.nav {
	margin: 0;
	padding: 0 0 0 0;
	float: right;
	color: #999;
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	font-weight: bold;
	}

.nav-single {
	padding: 10px 0 0 0;
	color: #999;
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	}

.pagenav {
	padding: 40px 20px 20px 20px;
	color: #999;
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	font-weight: bold;
	clear: both;
	}

	.pagenav-left {
		float: left;
		}

	.pagenav-right {
		float: right;
		}

.nav a, .pagenav a, .nav-single a {
	padding: 0 2px;
	color: #0c1c07;
	text-decoration: none;
	border: none;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;	
	-webkit-border-radius: 6px;
	border-radius: 6px;
	}

	.nav a:hover, .pagenav a:hover, .nav-single a:hover {
		color: #9ed577;
		background-color: #2e5d1d;
		}


/* CONTENT AREA */



#column {
	width: 560px;
	background: url('column.png') center top no-repeat;
	padding: 5px 0 20px 0;

	float: left;
	overflow: hidden;
	}

.post-frontpage {
	padding: 0 20px 0 20px;
	background: url('ComicPostBox_mid.png') center top repeat-y;

	}
	
.post2, .content2 {
	padding: 0 0 0 0;
	text-align: justify;
	}

.post, .content {
	padding: 0 20px 0 20px;
	text-align: justify;
	}

	.comicdate {
		color: #777;
		font-family: 'Georgia', serif;
		font-size: 15px;
		font-weight: bold;
		}
	
	.postdate {
		color: #8cbd6a;
		padding-top: 1px;
		font-family: 'Georgia', serif;
		font-size: 11px;
		}

	.postdate2 {
		color: #0c1c07;
		padding-top: 1px;
		font-family: 'Georgia', serif;
		font-size: 11px;
		}


.postmeta {
	margin: 0 0 20px 0;
	color: #1c4010;
 	font-family: 'Georgia', serif;
 	text-align: right;
 	}

	.postmeta ul {
		display: inline;
		list-style-type: none;
		list-style-image: none;
		}
 	
.postmeta-single {
 	padding: 10px;	
 	color: #1c4010;
	font-size: 11px;
	text-align: left;
	background: #eee;
	border: 1px solid #999;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-webkit-border-radius: 10px;
	border-radius: 10px;
	}
	
	.postmeta-single a {
		color: #000;
		}	
	
	.postmetatags {
		font-family: 'Georgia', serif;
		font-size: 12px;
		}

.postmeta a, .postmeta-single a {
	color: #0c1c07;
	text-decoration: none;
	border-bottom: 1px dotted #9ed577;
	}
	
	.postmeta a:hover, .postmeta-single a:hover {
		color: #8cbd6a;
		border-bottom: 1px solid #9ed577;
		}

.postmeta-comments {
	font-size: 16px;
	}
	
	.balloon {
		color: #1c4010;
		font-family: 'Webdings', fantasy;
		font-size: 18px;
		}



/* THE BLOG HEADER */

#blogheader {
	margin: 0;
	padding: 10px 0 0 20px;
	color: #aaa;
	font-family: 'Georgia', serif;
	font-size: 36px;
	letter-spacing: -3px;
	}



/* COMMENTS */

.comment-wrapper {
	padding: 0 20px;
	}
	
	.comment-wrapper h3 {
		margin: 0;
		padding: 20px 0 0 0;
		padding-bottom: 2px;
		color: #0d2e0a;
		font-family: 'arial', serif;
		font-weight: bold;
		font-size: 20px;
		clear: both;
		}

		.bigballoon {
			color: #0d2e0a;
			font-family: 'Webdings', fantasy;
			font-size: 24px;

			}

	.comment-wrapper a {
		text-decoration: none;
		border-bottom: 1px dotted #8cbd6a;
		}
		
		.comment-wrapper a:hover {
			color: #777;			
			border-bottom: 1px solid #8cbd6a;
			}

	.comment-wrapper p {
		margin: 10px 0 0 0;
		}

.avatar {
	margin:0 10px 10px 0;
	padding:5px;
	float:left;
	border: 1px solid #70a34b;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;	
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

#comment, #author, #email, #url {
	padding: 2px;
	color: #0d2e0a;
	font-family: 'Verdana', sans-serif;
	font-size: 12px;
	border: 1px solid #999;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;	

	-webkit-border-radius: 6px;
	border-radius: 6px;
	}

	#comment:hover, #author:hover, #email:hover, #url:hover {
		background: #eee;
		}
	
	#comment {
		width: 100%;
		}

	#author, #email, #url {
		width: 200px;
		}

#submit {
	margin: 0 0 20px 0;
	padding: 0 5px;
	float: right;
	color: #ffffff;
	background: #2e5d1d;
	font-family: 'Verdana', sans-serif;
	font-size: 12px;
	border-width: 2px;
	border-style: solid;
	border-color: #9ed577;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-webkit-border-radius: 10px;
	border-radius: 10px;
	}

	#submit:hover {
		cursor:pointer;
		background: #70a34b;
		}

ol.commentlist {
	margin: 0;
	padding: 0;




	font-size: 11px;
	list-style: none;
	}

	.commentlist li {
		padding: 20px 0 0 0;
		clear: both;
		}



/* ARCHIVE */  

.comicarchiveframe {
	margin: 20px 0 10px 0;
	padding: 5px 10px 5px 10px;
	border-width: 2px;
	border-style: solid ;
	border-color: #ccc #aaa #555 #777;
	}
 
	.comicarchiveframe:hover {
		filter: alpha(opacity=50);
		-moz-opacity: 0.50;
		opacity: 0.50;
		}

.comicarchiveframe {
	margin: 20px 0 10px 0;
	padding: 5px 10px 5px 10px;
	border: 2px solid #070f04;
	}
 
	.comicarchiveframe h3 {
		margin: 0;
		}
		
	.comicarchiveframe small {
		display: block;
		}
		
	.comicarchiveframe:hover {
		filter: alpha(opacity=50);
		-moz-opacity: 0.50;
		opacity: 0.50;
		}



/* SIDEBARS */

#sidebar-left {
	width: 200px;
	margin: 0;
	background: url('sidebar_left.png') center top no-repeat;
	padding: 5px 0;
	float: left;
	font-size: 11px;
	overflow: hidden;
	}

#sidebar-left2 {
	width: 200px;
	margin: 0;
	padding: 5px 0;
	float: left;
	font-size: 11px;
	overflow: hidden;
	}

#sidebar-right {
	width: 200px;
	margin: 0;
	background: url('sidebar_right.png') center top no-repeat;
	padding: 5px 0;
	float: left;
	font-size: 11px;
	overflow: hidden;
	}

.sidebar h2, .sidebar h2 a {
	color: #b3e58e;
	font-family: 'Georgia', serif;
	font-weight: normal;
	font-size: 18px;
	text-transform: lowercase;
	letter-spacing: -1px;
	}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

	.sidebar ul li {
		margin: 0 0 10px 10px;
		padding: 0;
		}

		.sidebar ul li ul li {
			margin: 0 0 0 10px;
			padding: 0;
			}

			.sidebar ul li ul li a {
				display: block;
				color: #70a34b;
				text-decoration: none;
				border-bottom: 1px dotted #467028;
				}

				.sidebar ul li ul li a:hover {
					color: #333;
					background: #ddd;
					border-bottom: 1px solid #467028;
					}



/* CALENDAR */

#wp-calendar {
	width: 165px;
	margin: 0 0 0 5px;
	}

#wp-calendar th {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	}

#wp-calendar caption {
	color: #555;
	font-family: 'Georgia', sans-serif;
	font-size: 18px;
	letter-spacing: -1px;
	}

#wp-calendar td {
	min-width: 20px;
	padding: 0;
	text-align: center;
	border: 1px solid #999;
	}

#wp-calendar a {
	color: #333;
	display: block;
	text-decoration: none;
	background: #ddd;	
	}
	
	#wp-calendar a:hover {
		color: #333;
		background: #bbb;
		}



/* SEARCH */

#s {
	width: 140px;
	margin: 0;
	padding: 2px;
	color: #000;
	font-family: 'Verdana', sans-serif;
	font-size: 12px;
	border: 2px solid #9ed577;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;	
	-webkit-border-radius: 6px;
	border-radius: 6px;
	}

	#s:hover {
		background: #eee;
		}

#searchsubmit {
	margin: 0;
	padding: 0 0 0 2px;
	color: #fff;
	font-family: 'Verdana', sans-serif;
	font-size: 12px;
	background: #2e5d1d;
	border-width: 2px;
	border-style: solid;
	border-color: #9ed577;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-webkit-border-radius: 10px;
	border-radius: 10px;
	}

	#searchsubmit:hover {
		cursor:pointer;
		background: #70a34b;
		}



/* GALLERY */

.attachment {
	width: 520px;
	margin: 0 auto;
	text-align: center;
	}

	.attachment img {
		margin: 0 0 10px 0;





		border: 1px solid #000;
		}
		
	.attachment p {
		margin: 0 9px 10px 9px;
		padding: 10px;
		border: 1px solid #999;
		-moz-border-radius: 10px;
		-khtml-border-radius: 10px;	
		-webkit-border-radius: 10px;
		border-radius: 10px;
		}

.imagenav-wrap {
	width: 502px;
	height: 77px;
	margin: 0 auto;
	}

.imagenav {
	width: 77px;
	height: 77px;
	float: left;	
	}

.imagenav-center {




	width: 316px;
	height: 65px;
	margin: 0 10px;
	padding: 10px 5px 0 5px;
	float: left;
	color: #bbb;
	text-align: center;
	border: 1px solid #999;
	overflow: hidden;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-webkit-border-radius: 10px;
	border-radius: 10px;
	}
	
	.imagenav-center a {
		text-decoration: none;
		color: #777;
		border-bottom: 1px dotted #777;
		}
		
		.imagenav-center a:hover {
			color: #777;
			border-bottom: 1px solid #777;
			}

.imagetitle {
	color: #333;
	font-size: 18px;
	}

.imagenav-bg {
	width:75px;
	height:75px;
	position: absolute;
	z-index: 0;
	background: #eee;
	border: 1px solid #000;
	}

	.imagenav-bg img {
		width:75px;

		height:75px;
		}

.imagenav-arrow {
	width:75px;
	height:75px;
	position: absolute;
	z-index: 1;
	color: #fff;
	font-size: 50px;
	line-height:75px;
	text-align: center;
	border: 1px solid #000;
	float: left;
	}

.imagenav-link {
	width:75px;
	height:75px;
	position: absolute;
	z-index: 2;
	border: 1px solid #000;
	float: left;
	}

	.imagenav-link img {
		width:75px;
		height:75px;
		filter: alpha(opacity=50);
		-moz-opacity: 0.50;
		opacity: 0.50;
		}

		.imagenav-link img:hover {
			filter: alpha(opacity=0);
			-moz-opacity: 0.00;
			opacity: 0.00;
			}

.aligncenter {
	margin: 0 auto;
	display: block;
	}

.alignright {
	margin: 10px 0 10px 10px;
	display: inline;
	float: right;
	}

.alignleft {
	margin: 10px 10px 10px 0;
	display: inline;
	float: left
	}



/* CLEAR FLOATS */

.clear {
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	clear: both;
	}

/* FULL NAVI */

.navi_container {
}

.navi_link {
  float: left;
} 



td img {
/* Another Mozilla/Netscape bug with making sure our images display correctly */
	display: block;
}

#FWTableContainer1753455131 {
/* 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:960px;
	height:100px;
	text-align:left;
}

#MMMenuContainer0711225225_0 {
/* This ID is related to the master menu div for menu MMMenuContainer0711225225_0 and contains the important positioning information for the menu as a whole */
	position:absolute;
	left:526px;
	top:78px;
	visibility:hidden;
	z-index:300;
}

#MMMenu0711225225_0 {
/* This class defines things about menu MMMenu0711225225_0's div. */
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
	background-color:#0c3005;
	width:130px;
	height:182px;
}

.MMMIFVStyleMMMenu0711225225_0 {
/* This class determines the general characteristics of the menu items in menu MMMenu0711225225_0 */
	width:130px;
	height:27px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:120px;
	height:17px;
}

.MMMIVStyleMMMenu0711225225_0 {
/* This class determines the general characteristics of the menu items in menu MMMenu0711225225_0 */
	width:130px;
	height:27px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:120px;
	height:17px;
}

#MMMenu0711225225_0_Item_0 {
/* Unique ID for item 0 of menu MMMenu0711225225_0 so we can set its position */
	left:0px;
	top:0px;
}

#MMMenu0711225225_0_Item_1 {
/* Unique ID for item 1 of menu MMMenu0711225225_0 so we can set its position */
	left:0px;
	top:31px;
}

#MMMenu0711225225_0_Item_2 {
/* Unique ID for item 2 of menu MMMenu0711225225_0 so we can set its position */
	left:0px;
	top:62px;
}

#MMMenu0711225225_0_Item_3 {
/* Unique ID for item 3 of menu MMMenu0711225225_0 so we can set its position */
	left:0px;
	top:93px;
}

#MMMenu0711225225_0_Item_4 {
/* Unique ID for item 4 of menu MMMenu0711225225_0 so we can set its position */
	left:0px;
	top:124px;
}

#MMMenu0711225225_0_Item_5 {
/* Unique ID for item 5 of menu MMMenu0711225225_0 so we can set its position */
	left:0px;
	top:155px;
}

#MMMenuContainer0711225225_0 img {
/* needed for Mozilla/Camino/Netscape */
	border:0px;
}

#MMMenuContainer0711225225_0 a {
/* Controls the general apperance for menu MMMenuContainer0711225225_0's items, including color and font */
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#ffffff;
	text-align:center;
	vertical-align:middle;
	padding:5px;
	background: url("mmmenu3_130x27_up.gif") #398127;
	font-weight:bold;
	font-style:normal;
	display:block;
	position:absolute;
}

#MMMenuContainer0711225225_0 a:hover {
/* Controls the mouse over effects for menu MMMenuContainer0711225225_0 */
	color:#c7edaf;
	background: url("mmmenu3_130x27_over.gif") #0f3d07;
}
#MMMenuContainer0711225348_1 {
/* This ID is related to the master menu div for menu MMMenuContainer0711225348_1 and contains the important positioning information for the menu as a whole */
	position:absolute;
	left:659px;
	top:78px;
	visibility:hidden;
	z-index:300;
}

#MMMenu0711225348_1 {
/* This class defines things about menu MMMenu0711225348_1's div. */
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
	background-color:#0c3005;
	width:121px;
	height:151px;
}

.MMMIFVStyleMMMenu0711225348_1 {
/* This class determines the general characteristics of the menu items in menu MMMenu0711225348_1 */
	width:121px;
	height:27px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:111px;
	height:17px;
}

.MMMIVStyleMMMenu0711225348_1 {
/* This class determines the general characteristics of the menu items in menu MMMenu0711225348_1 */
	width:121px;
	height:27px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:111px;
	height:17px;
}

#MMMenu0711225348_1_Item_0 {
/* Unique ID for item 0 of menu MMMenu0711225348_1 so we can set its position */
	left:0px;
	top:0px;
}

#MMMenu0711225348_1_Item_1 {
/* Unique ID for item 1 of menu MMMenu0711225348_1 so we can set its position */
	left:0px;
	top:31px;
}

#MMMenu0711225348_1_Item_2 {
/* Unique ID for item 2 of menu MMMenu0711225348_1 so we can set its position */
	left:0px;
	top:62px;
}

#MMMenu0711225348_1_Item_3 {
/* Unique ID for item 3 of menu MMMenu0711225348_1 so we can set its position */
	left:0px;
	top:93px;
}

#MMMenu0711225348_1_Item_4 {
/* Unique ID for item 4 of menu MMMenu0711225348_1 so we can set its position */
	left:0px;
	top:124px;
}

#MMMenuContainer0711225348_1 img {
/* needed for Mozilla/Camino/Netscape */
	border:0px;
}

#MMMenuContainer0711225348_1 a {
/* Controls the general apperance for menu MMMenuContainer0711225348_1's items, including color and font */
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#ffffff;
	text-align:center;
	vertical-align:middle;
	padding:5px;
	background: url("mmmenu2_121x27_up.gif") #398127;
	font-weight:bold;
	font-style:normal;
	display:block;
	position:absolute;
}

#MMMenuContainer0711225348_1 a:hover {
/* Controls the mouse over effects for menu MMMenuContainer0711225348_1 */
	color:#c7edaf;
	background: url("mmmenu2_121x27_over.gif") #0f3d07;
}
#MMMenuContainer0711230429_2 {
/* This ID is related to the master menu div for menu MMMenuContainer0711230429_2 and contains the important positioning information for the menu as a whole */
	position:absolute;
	left:783px;
	top:78px;
	visibility:hidden;
	z-index:300;
}

#MMMenu0711230429_2 {
/* This class defines things about menu MMMenu0711230429_2's div. */
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
	background-color:#0c3005;
	width:141px;
	height:120px;
}

.MMMIFVStyleMMMenu0711230429_2 {
/* This class determines the general characteristics of the menu items in menu MMMenu0711230429_2 */
	width:141px;
	height:27px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:131px;
	height:17px;
}

.MMMIVStyleMMMenu0711230429_2 {
/* This class determines the general characteristics of the menu items in menu MMMenu0711230429_2 */
	width:141px;
	height:27px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:131px;
	height:17px;
}

#MMMenu0711230429_2_Item_0 {
/* Unique ID for item 0 of menu MMMenu0711230429_2 so we can set its position */
	left:0px;
	top:0px;
}

#MMMenu0711230429_2_Item_1 {
/* Unique ID for item 1 of menu MMMenu0711230429_2 so we can set its position */
	left:0px;
	top:31px;
}

#MMMenu0711230429_2_Item_2 {
/* Unique ID for item 2 of menu MMMenu0711230429_2 so we can set its position */
	left:0px;
	top:62px;
}

#MMMenu0711230429_2_Item_3 {
/* Unique ID for item 3 of menu MMMenu0711230429_2 so we can set its position */
	left:0px;
	top:93px;
}

#MMMenuContainer0711230429_2 img {
/* needed for Mozilla/Camino/Netscape */
	border:0px;
}

#MMMenuContainer0711230429_2 a {
/* Controls the general apperance for menu MMMenuContainer0711230429_2's items, including color and font */
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#ffffff;
	text-align:center;
	vertical-align:middle;
	padding:5px;
	background: url("mmmenu1_141x27_up.gif") #398127;
	font-weight:bold;
	font-style:normal;
	display:block;
	position:absolute;
}

#MMMenuContainer0711230429_2 a:hover {
/* Controls the mouse over effects for menu MMMenuContainer0711230429_2 */
	color:#c7edaf;
	background: url("mmmenu1_141x27_over.gif") #0f3d07;
}
