/*---------------------------------------------------------------------------------------------*/
/*Products Menu BOX*/
#productsMenuTitle {
	height:36px;
	line-height:26px;
	background: url(../images/productsMenuTitle_bg.gif) top left no-repeat;
	font-weight:bold;
	color:#ffffff;
}
#productsMenuTitle .title {
	float:left;
	padding-left:5px;
}
#productsMenuTitle .title a{
	color:#ffffff;
}
#productsMenuTitle .toolRight {
	float:right;
	height:25px;
	line-height:22px;
	font-weight:normal;
	color:#000000;
	padding-right:5px;
	text-align:right;
}
#productsMenuContent {
	border: 1px #00a13a solid;
	border-top:0px;
	border-bottom:0px;
}
#productsMenuFooter{
	border-top:1px #00a13a solid;
	height:1px;
	line-height:1px;
	font-size:1px;
	background: url(../images/widget1Footer_wbg.gif) top left no-repeat;
	margin-bottom:10px;
}

/*---------------------------------------------------------------------------------------------*/
/*Products Menu Style*/
#product_menu, #product_menu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size:11px;
}
 
#product_menu li{
	position: relative;
	width:178px;
	z-index:910;
	background: #ffffff;
	cursor: pointer;
	border-bottom:1px #cccccc dashed;
}
#product_menu li.last {border:0px;}
/* Top level menu links style */
#product_menu li a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: #00a13a;
	font-weight:bold;
	text-decoration: none;
	line-height:25px;
	padding-left:5px;
	cursor:pointer;
}

#product_menu li a{
	color: #00a13a;
}
#product_menu li a:visited{
	/*color: #ff3c00;*/
}

#product_menu li:hover{
	background: #ededed url(../images/breakline.gif) bottom left repeat-x;
}
#product_menu li a:hover{
	background: #ededed;
}

/*Sub level menu items */
#product_menu li ul{
	clear:both;
	list-style:none;
	position: absolute;
	z-index:910;
	background:#fff;
	width: 178px; /*Sub Menu Items width */
	border:1px #00a13a solid;
	display: none;
	top: 0;
	left: 178px;
	margin:0px;
	padding:0px;
}
#product_menu li ul li a{
	font-weight:normal;
}
#product_menu a.subfolderstyle{
	background: url(../images/product_icon_right.png) no-repeat 97% 50%;
}
#product_menu a.subfolderstyle:hover{
	background:#ededed url(../images/product_icon_right.png) no-repeat 97% 50%;
}
#product_menu a.itemstyle{
	color:#000;
}
/* Holly Hack for IE \*/
* html #product_menu li { float: left; height: 1%; }
* html #product_menu li a { height: 1%; }
/* End */

/*------------------------------------------------------------------*/

