﻿.category_header
{
	width:176px;
    height:35px;
    float:left;
    color:#000000;
    background-color:#848484;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
    cursor: pointer;
    margin-top:1px;
}

.category_text 
{
    margin-top:10px;
	width:133px;
	height:15px;
    float:right;
}

.category_image 
{
  margin-left:4px;
  margin-top:1px;
  width:32px;
  height:32px;
  text-align:left;
  float:left;
  behavior: url('App_Themes/Default/iepngfix.htc');
}

.subcategory
{
	width:176px;
	float:left;
	display:none;
	padding:0px;
	margin:0px;
	font-size:11px;
	overflow:hidden;
}

.subcategory_header
{
    margin-top:2px;
	width:176px;
	height:10px;
	float:left;
	background-image:url('images/products_menu/content_header.gif');
	background-repeat:no-repeat;
	overflow:hidden;
}

.subcategory_content
{
    background-image:url('images/products_menu/content.gif');
    background-repeat:repeat-y;
    width:176px;
    float:left;
    font-family: Verdana, Arial, Sans-Serif;
    margin:0px;
    padding:0px;

}

.subcategory_footer
{
	width:176px;
	height:12px;
	float:left;
	padding:0px;
	margin:0px;
	background-image:url('images/products_menu/content_footer.gif');
	background-repeat:no-repeat;
	overflow:hidden;
}

.subcategory_url 
{
	color:#000000;
    text-decoration:none;
    margin-left:15px;
    float:left;
    width:150px;
    font-family: Verdana, Arial, Sans-Serif;
}

.subcategory_url:hover 
{
	text-decoration:underline;
	font-family: Verdana, Arial, Sans-Serif;
}
