.body_ddsmoothmenu_l
{
	margin: 0;
	margin-top: -1px;
	width: 170px; /* Main Menu Item widths */
}

.body_ddsmoothmenu_r
{
	margin-top: -8px;
	width: 170px; /* Main Menu Item widths */
}

.body_ddsmoothmenu_m
{
	margin-top: -8px;
	width: 170px; /* Main Menu Item widths */
}

.menu_header_img
{
	margin-bottom: -5px;
	margin-left: 0;
	margin-top: 9px;
	width: 259px;
	background-image: url( "../../images/bg-products.jpg" );
	background-repeat: no-repeat;
	height: 45px;
}

.menu_header_txt
{
	color: White;
	font-family: Arial,Helvetica,Verdana,Tahoma, "Lucida Sans Unicode" , "Trebuchet MS" , "Times New Roman" ,Times,serif,sans-serif;
	font-size: 23px;
	padding-left: 18px;
	padding-top: 8px;
}

.ddsmoothmenu-v ul
{
	margin: 0;
	padding: 0;
	width: 221px; /* Main Menu Item widths */
	list-style-type: none;
	font-family: Arial,Helvetica,Verdana,Tahoma, "Lucida Sans Unicode" , "Trebuchet MS" , "Times New Roman" ,Times,serif,sans-serif;
	font-size: 15px;
	border-bottom: 1px solid #ccc;
}

.ddsmoothmenu-v ul li
{
	position: relative;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a
{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: white;
	text-decoration: none;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 20px;
	border-bottom: 1px solid #778;
	border-right: 1px solid #778;
}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active
{
	background: #BC122F; /*background of menu items (default state)*/
	color: white;
}


.ddsmoothmenu-v ul li a.selected
{
	/*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background: #FF6A00;
	color: white;
}

.ddsmoothmenu-v ul li a:hover
{
	background: #FF6A00; /*background of menu items during onmouseover (hover state)*/
	color: white;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul
{
	position: absolute;
	width: 240px; /*Sub Menu Items width */
	top: 0;
	font-weight: normal;
	visibility: hidden;
}


/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li
{
	float: left;
	height: 1%;
}
* html .ddsmoothmenu-v ul li a
{
	height: 1%;
}
/* End */