/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: white;
border: 0px solid #fff;
border-bottom-width: 0px;
visibility: hidden;
z-index: 100;
	background: url("../images/submenu_bg.png") left bottom repeat-y;
}
.ddsubmenustyle .submenutop{
    margin: 0 0px;
    padding: 0 0 0 0;
    display: block;
    height:5px;
    width: 250px; /*width of menu (not including side paddings) */
    border:0px;
	background: url("../images/submenu_top.png") left top no-repeat;
}
.ddsubmenustyle .submenubottom{
    margin: 0 0px;
    padding: 0 0 0 0;
    display: block;
    height:5px;
    width: 250px; /*width of menu (not including side paddings) */
    border:0px;
	background: url("../images/submenu_bottom.png") left top no-repeat;
}

.ddsubmenustyle li a{
margin: 0 5px;
padding: 8px 5px;
display: block;
width: 230px; /*width of menu (not including side paddings) */
color: #45484C;
/*background-color: #B3BC01;*/
text-decoration: none;
border-bottom: 1px solid #dddedc;
font:normal 13px/20px Arial,Helvetica,sans-serif;
font-weight:bold;
-webkit-transition:border-top-color 0.2s ease-in-out, color 0.3s ease-in-out, background 0.3s ease-in-out;
}
.ddsubmenustyle li .lastproduct{
margin: 0 5px;
padding: 8px 5px 8px 18px;
display: block;
width: 218px; /*width of menu (not including side paddings) */
color: #45484C;
/*background-color: #B3BC01;*/
text-decoration: none;
border-bottom: 0px solid #dddedc;
font:normal 13px/20px Arial,Helvetica,sans-serif;
font-weight:bold;
	background: url("../images/icon_products.png") left top no-repeat;
-webkit-transition:border-top-color 0.2s ease-in-out, color 0.3s ease-in-out, background 0.3s ease-in-out;
}
.ddsubmenustyle li .lastproduct:hover{
    color: #EA5353;
	background:#f3f3f3 url("../images/icon_products_hover.png") left top no-repeat;
}
.ddsubmenustyle li .last{
margin: 0 5px;
padding: 8px 5px;
display: block;
width: 230px; /*width of menu (not including side paddings) */
color: #45484C;
/*background-color: #B3BC01;*/
text-decoration: none;
border-bottom: 0px solid #dddedc;
font:normal 13px/20px Arial,Helvetica,sans-serif;
font-weight:bold;
-webkit-transition:border-top-color 0.2s ease-in-out, color 0.3s ease-in-out, background 0.3s ease-in-out;
}


* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 170px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
    color: #EA5353;
    background-color:#f3f3f3;
}

.ddsubmenustyle li a.catproduct{
margin: 0 5px;
padding: 8px 5px 8px 18px;
display: block;
width: 218px; /*width of menu (not including side paddings) */
color: #45484C;
/*background-color: #B3BC01;*/
text-decoration: none;
border-bottom: 1px solid #dddedc;
font:normal 13px/20px Arial,Helvetica,sans-serif;
font-weight:bold;
	background: url("../images/icon_products.png") left top no-repeat;
-webkit-transition:border-top-color 0.2s ease-in-out, color 0.3s ease-in-out, background 0.3s ease-in-out;
}
.ddsubmenustyle li a.catproduct:hover{
    color: #EA5353;
	background:#f3f3f3 url("../images/icon_products_hover.png") left top no-repeat;
}
#menutop ul li .selected
{
    text-decoration:none;
    color:Black;
    text-shadow: 0 1px 0 #cbcbcb;
	background: url("../images/linemenu_hover.png") left bottom repeat-x;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
left: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}