/*************************************************************************
* This is the SKIN style definition for the CSS menu.                    *
* Feel free to customize this section.                                   *
*************************************************************************/

/*
 * Menu container settings
 * Applies to the first level menu container
 */
 #line01{
 height:1px;
 background-color:#939999;
 }
.product_cats_left {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 11px !important;
 	font-weight: bold !important;
}
.product_cats_lefts {
    background-image:url(images/menu_bg02.jpg);
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 11px !important;
 	font-weight: bold !important;
}
/*a.link:product_cats_leftss {
    color:#FFFFFF;
    padding-left:40px;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 12px !important;
 	font-weight: bold !important;
	text-decoration:none;
}
a.visited:product_cats_leftss {
    color:#FFFFFF;
    padding-left:40px;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 12px !important;
 	font-weight: bold !important;
	text-decoration:none;
}
a.active:product_cats_leftss {
    color:#FF0000;
    
    padding-left:40px;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 12px !important;
 	font-weight: bold !important;
	text-decoration:none;
}*/
.product_cats_leftss {
    color:#FF0000;
    
    padding-left:10px;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 12px !important;
 	font-weight: bold !important;
	text-decoration:none;
}
/*
 * Menu container settings
 * Applies to second (or more) level menu containers
 */
.product_cats_left ul {
	font-weight:normal !important;
}



/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
.product_cats_left li {
	width: 228px;
	background-repeat: repeat-x;
	background-position:left !important;
	margin-bottom:0px;
}
/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */
.product_cats_left ul li {
	width:200px;
	background-image:none;
	/*background-image:url(images/menu_bg02.jpg)*/
	background-color:#9F0102;
	padding:0px;
	border-bottom: 1px solid #FFFFFF;
	margin: 0px;
}



/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 */
 
 /* Top Level Silver Link */
.product_cats_left a {
	text-decoration: none !important;
	color: #002EE1 !important;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	/*font-weight:bold;*/
	line-height: 24px;
	padding: 0px 8px 0px 20px ;
	cursor: pointer;
}
/*
 * Menu link settings
 * Applies to links that are to be found within the second (or more) level menu items
 */
.product_cats_left ul a {
	color: #FFFFFF !important;
	line-height: 22px;
	padding: 0px 8px 0px 28px;
	border-right: none;
	border-left: none;
	font-weight: normal !important;
}



/*
 * Settings specific to the "METAL BLUE" skin only
 *
 */
/* this applies to the last item in the first level */
.product_cats_left li.last {
	margin: 0px;
}
/* this applies to the first item of the second (or more) level */
.product_cats_left ul li.first {
	/*background-image: url(images/menu_bg02.jpg);*/
	background-repeat: no-repeat;
	background-position: left top !important;
	background-color: #9F0102;
}
/* this applies to the last item of the second (or more) level */
.product_cats_left ul li.last {
	/*background-image: url(images/menu_bg02.jpg);*/
	background-repeat: no-repeat;
	background-color: #9F0102;
	background-position: left bottom !important;
	border-bottom: none;
}

/***************************************************************************
* In this section, we will define what happens when mouse-overing an item  *
***************************************************************************/

/*
 * Mouse over on menu items
 * Applies to all menu items in all menu containers
 */
.product_cats_left li.hover {
	color: #fffffe !important;
}
  
/*
 * Mouse over on menu items
 * Applies to second (or more) level menu items
 */
.product_cats_left ul li.hover {
	/*background-image:url(images/menu_bg02.jpg);*/
	background-repeat:no-repeat;
	background-position: left top;
	background-color: #C0C4C7;
}

/*
 * Mouse over on links
 * Applies to all links in all menu items
 */
.product_cats_left a.hover {
	color: #666666 !important;
	text-decoration:none !important;
}

/*
 * Mouse over on links
 * Applies to links located in the second (or more) level menu items
 */
.product_cats_left ul a.hover {
  	color: #000000 !important;
	text-decoration: none !important;
}

.product_cats_left ul a:visited {
  	color: #FFFFFF;
}

/*****************************************************************************
* In this section, we will define what happens when a menu item is selected  *
*****************************************************************************/

/*
 * Selected menu item
 * Applies to selected menu items in all menu containers
 */
.product_cats_left li.selected {
	/*color:#fffffe !important;*/
	color:#000000 !important;
}

/*
 * Selected menu item
 * Applies to second (or more) level selected menu items
 */
.product_cats_left ul li.selected {
	color: #000000 !important;
}

/*
 * Selected links
 * Applies to selected links in all menu items
 */
.product_cats_left a.selected {
	color: #000000 !important;
	
}

/*
 * Selected links
 * Applies to selected links located in the second (or more) level menu items
 */

.product_cats_left ul a.selected {
	color: #FFFFFF !important;
}



.product_cats_left ul a.visited {
	color: #FFFFFF !important;
}

/******************************************************************************
* In this section, we will define the menu arrows behavior                    *
* An arrow is inserted next to the menu item when the menu item has sub-menus *
******************************************************************************/

/* 
 * Define the arrow
 * Applies to all menu items that have sub-menus
 */
 /* Top Level Arrow Postion */
.product_cats_left .arrow {
	background-image:url(img/horizontal_arrow.gif);
	background-repeat: no-repeat;
	background-position: 7px 11px;
}

/* 
 * Define the arrow
 * Applies to all menu items that have sub-menus located in the second (or more) level
 */
.product_cats_left .hover ul .arrow,
.product_cats_left ul .arrow {
	background-image:url(img/arrow_white.gif);
	background-position:10px 10px;
}

/* 
 * Define the arrow on mouse over
 * Applies to all menu items that have sub-menus on mouse over
 */
.product_cats_left .hover .arrow {
	background-image:url(img/horizontal_arrow.gif);
}

/* 
 * Define the arrow on mouse over
 * Applies to all menu items that have sub-menus located in the second (or more) level on mouse over
 */
.product_cats_left ul .hover .arrow {
	background-image:url(img/horizontal_arrow.gif);
}
/*************************************************************************
* This is the LAYOUT style definition for the CSS menu                   *
* DO NOT alter this section, unless you know what you're doing           *
*************************************************************************/
div.vertical {
	clear: both;
}
div.vertical br {
	clear: both;
}
div.vertical ul {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	clear: both;
}
div.vertical li {
	list-style-type: none;
	display: block;
	float: left;
	clear: both;
	text-align: left;
    position: static;
}
div.vertical li img {
	border: none;
}
div.vertical a {
	clear: both;
	display: block;
	margin: 0px;
}
div.vertical ul li ul {
	position: absolute;
	left: -5000px;
	top: -5000px;
	visibility: hidden;
	clear: both; 
}
div.vertical ul li ul li {
	clear: both; 
}

div.vertical ul li ul li a {
	clear: both;
}
.hasImg,
.hasImg a {
	padding: 0px !important;
	margin:	0px	!important;
	border:	none !important;
	outline: none !important;
	background:	transparent !important;
	width: auto !important;
}