
/*--------left_nav------------*/

ul, h3 {
	margin:0px;
	padding:0px;
	list-style:none;
	}


.mypets { /*header of 1st demo*/
	cursor: hand; 
	cursor: pointer; 
	/*border: 1px solid gray;
	background: #E1E1E1;*/
	font-size:11px; 
	text-transform:uppercase; 
	color:#000000; 
	/*background:#dfdfdf;*/
	font-family:Arial, Helvetica, sans-serif;
	/*		font-weight:bold;
	letter-spacing:1px;*/
	width:196px; border:1px solid #285d2c; /*padding:5px 3px 5px 3px;*/ font-weight:bold; margin-top:5px; cursor:pointer; 
	background:url(http://www.e-figures.com/store/media/new-left-nav2010/header.gif); text-transform:capitalize;

	}

.mypets a { 
	/*header of 1st demo*/
	color:#000000;
	text-decoration:none;padding:5px 3px 5px 3px;
	font-weight:bold;
	display:block;
}

.mypets a:hover { /*header of 1st demo*/
	color:#000000;
	background:url(http://www.e-figures.com/store/media/new-left-nav2010/header_over.gif);
	display:block;
	padding:5px 3px 5px 3px;
}

.mypets_1 { 
	cursor: hand; 
	cursor: pointer; 
	padding: 2px 5px;
	
	font-size:10px; text-transform:uppercase; text-decoration:none; color:#a8a8a8; font-weight: normal; }
.mypets_1:hover { 
	color:#000000;
}
.mypets_1 a { 
	cursor: hand;
	cursor: pointer;
	font-size:10px;
	text-transform:uppercase;
	text-decoration:none;
	color:#a8a8a8;
}

.mypets_1 a:hover { 
	color:#000000;
}

.thepet {
/*background:#bac8b7;*/
background:#285d2c;
padding:5px 5px 5px 5px;
width:187px;
#width:196px;
}

.thepet ul {
	list-style:none;
	/*margin:5px 0px 5px 2px;
	#margin:5px 0px 5px 2px;*/
	}
	
.thepet ul li a {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	text-decoration:none;
	/*font-size:11px;
	text-transform:uppercase;
	padding:5px 0px 5px 0px;*/
	display:block;
	
	width:172px; 
	#width:187px;
	border:1px solid #285d2c; 
	padding:6px 6px 8px; font-weight:bold; 
	margin-top:5px; 
	cursor:pointer; 
	background:url(http://www.e-figures.com/store/media/new-left-nav2010/header.gif); 
	text-transform:capitalize; 
	font-size:11px;
	
	}
	
.thepet ul li a:hover {
	text-decoration:none;
	background:url(http://www.e-figures.com/store/media/new-left-nav2010/header_over.gif)
	}	
	
.thepet ul li a h3:hover {
	color:#000000;
	
	}

.openpet{ /*class added to contents of 1st demo when they are open*/
	/*background:#dfdfdf;*/
	background:url(http://www.e-figures.com/store/media/new-left-nav2010/header_over.gif)
	color:#000000;
}

.technology{ /*header of 2nd demo*/
	cursor: hand;
	cursor: pointer;
	font: bold 11px Verdana;
	margin: 5px 0;
}


.openlanguage{ /*class added to contents of 2nd demo when they are open*/
	color: green;
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
	color: red;
}


/**********************/



/* ----------------------------------------------- accordin menu ---------------------------------------------------*/
.arrowlistmenu{
width: 100%; /*width of accordion menu*/
text-align:left;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#f0f0f0;
	font-weight: bold;
	text-align:left;
	/*width:185px; line-height:38px;*/
	margin:0; /*bottom spacing between header and rest of content*/
	padding:0; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	background:url(http://www.thewarstore.com/media/10wargraphics/tab_bg.jpg) repeat-x;
	width:100%;
	height:36px;
	/*#width:690px;*/
	padding:0px 0px 0px 0px;
	background-position: left top;
	line-height:36px;
	margin:0px 0px 5px 0px;
}

.menuheader .img_1 {
	width:1%;
	float:left;
	height:36px;
	}

.menuheader p {
	width:98%;
	float:right;
	display:block;
	padding:0px;
	margin:0px;
	background:url(http://www.thewarstore.com/media/10wargraphics/teb_right.jpg) no-repeat right top;
	}
.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#f0f0f0;
	font-weight: bold;
	text-align:left;
	cursor: hand;

	cursor: pointer;
	/*background:url(http://www.thewarstore.com/media/tab_2.jpg) ;*/
	background:url(http://www.thewarstore.com/media/10wargraphics/tab_bg.jpg) repeat-x;
	width:100%;
	/*#width:690px;*/
	height:36px;
	padding:0px 0px 0px 0px;

	background-position: left center;
	line-height:36px;
}

.openheader p {
	background:url(http://www.thewarstore.com/media/10wargraphics/teb_right_ov.jpg) no-repeat right top;
	}

/***************/

/*--------left_nav_end------------*/


