﻿/* ----------------- Accordion Menu ----------------------- */

.MyTools{
	width:100%; /*width of accordion menu*/	
}

.MyTools .MenuHeader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 13px Arial, Helvetica, sans-serif;
	text-align:left;
	color: #000;
	margin-top: 1px;
	margin-bottom: 0px; /*bottom spacing between header and rest of content*/
	padding: 2px 0px 2px 4px; /*header text is indented 10px*/
	cursor: pointer;
	cursor: pointer;
	/*border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;*/
	border: 1px solid #3B669F;
}

.MyTools .MenuHeader a{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 13px Arial, Helvetica, sans-serif;
	text-align:left;
	color: #fff;
	margin-bottom: 1px; /*bottom spacing between header and rest of content*/
	padding: 3px 0 3px 5px; /*header text is indented 10px*/
	cursor: pointer;
	cursor: pointer;
	display: block;
	width:100%;
	text-decoration:none;
}

.MyTools .MenuHeader a:hover{ /*hover state CSS*/
	color: #FECD08;
	
}

.MyTools .MenuHeader:hover{ /*hover state CSS*/
	
}

.MyTools .MenuHeaderXYZ{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 13px Arial, Helvetica, sans-serif;
	text-align:left;
	color: #333;
	margin-top: 1px;
	margin-bottom: 0px; /*bottom spacing between header and rest of content*/
	padding: 2px 0px 2px 4px; /*header text is indented 10px*/
	background-color: #f1f1f1;
	background: transparent url(/images/tck_standcenter.gif) repeat-x left center;
	border: 1px solid #5e5e5e;
}

.MyTools .OpenHeader{ /*CSS class to apply to expandable header when it's expanded*/
	color: #669900;
	background-color:#59769F;
	
}

.MyTools .OpenHeader a{ /*CSS class to apply to expandable header when it's expanded*/
	color: #fff;
	
	
}

/*--------------------- Nav Styles ---------------------------*/

.Nav_Holder2{
	background-color: #FFF;
	background-image: url(../images/b_l01_img_bg_01.gif);
	background-repeat: repeat;
	width:190px;
	padding:5px 5px 5px 5px;
	text-align:center;
	border-color: #fff;
	border-width: 5px 5px 5px 5px;
	border-style: solid;
}

/*.Nav_Inside2{
	background-color: #FFF;
	background-image: url(../images/b_l01_img_bg_01.gif);
	background-repeat: repeat;
	padding:5px 5px 15px 5px;
}*/

.Category_Title2{
	width:165px;
	display:block;
	font-size:12px;
	font-weight:bold;
	color: #fff;
	margin:20px 0 10px 0;
	padding:0px 0px 0px 5px;
	text-align:left;
}

.Category_Title2 a:link, .Category_Title2 a:visited, .Category_Title2 a:active{
	width:165px;
	display:block;
	font-size:12px;
	font-weight:bold;
	color: #fff;
	margin:2px 0 2px 0;
	padding:0px 0px 0px 0px;
	text-align:left;
	text-decoration:none;
}

.Category_Title2 a:hover{
	color: #fff;
	text-decoration: underline;
}

/*.Category_TitleTop{
	width:165px;
	display:block;
	font-size:12px;
	font-weight:bold;
	color: #fff;
	margin:5px 0 10px 0;
	padding:0px 0px 0px 5px;
	text-align:left;
}*/

.categoryitems 
{
 
	background-color:#EFEFEF;

    
}


.Navlist2 ul {
	list-style-position: inside;
}

.Navlist2 li {
	display: inline;  /* for IE5 and IE6 */
}


.Navlist2 {
	width: 160px;  /* to display the list horizontaly */
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

.Navlist2 li a, .Navlist2 li a:visited {
	width: 100%;  /* extend the sensible area to the maximum with IE5 */
	display: block;
	text-align: left;
	text-decoration: none;
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px 0px 2px 10px;
	 /*border-color: #fff;
	border-width: 0 0 1px 0;
	border-style: solid;*/
	background-image:url(../images/B_l66_img_blt_01.gif); 
	background-repeat: no-repeat;
	background-position: 0px 50%;
}

.Navlist2 li a:hover{ 
	color: #2E80CC;
	text-decoration:underline;
	
	
}
