﻿/*.amazon_menu{padding:0; margin:0;}*/
*{padding:0; margin:0;}

.menu-header 
{ 
margin-top:5px;
margin-left:10px; 
font:12px Arial, Helvetica; 
color:#FFF; 
width:210px; 
font-size:13px; 
height:36px; 
background:url(menu-header-shoffee.jpg) no-repeat; 
}

.menu-header .inner { 
margin-left:23px; 
padding-top:10px; 
font-weight:bold; 
font:14px Arial, Helvetica; 
}

.dropdown { 
margin-left:10px; 
display:block; 
position:relative;
font:13px Arial, Helvetica; 
background:url(menu-off.gif) no-repeat; 
}

.dropdown dt 
{ 
display:block; 
width:165px; 
border-bottom:1px solid #999; 
padding-left:20px; 
height:24px; 
line-height:24px; 
font-weight:bold; 
cursor:default; 
background:url(menu-off.gif) no-repeat; 
}

.dropdown dt:hover { 
background-color:#FFF; 
border-left:1px solid #CCC; 
border-bottom:1px solid #999; 
padding-left:19px; 
color:#000;
background:url(menu-on.gif) no-repeat;}


.dropdown a { 
display:block; 
text-decoration:none; 
color:#333
}

.dropdown a:hover { 
color:#000;
font:13px Arial, Helvetica;  

}

.dropdown .upperdd { 
/*border-bottom:1px solid #CCC;*/
width:185px; }

.dropdown dd { 
position:absolute; 
margin-left:-20px; 
top:0; 
width:220px; 
display:none;

}

.dropdown ul { 
width:220px; 
list-style:none; 
background:url(menu-flyout-middle.gif) repeat-y; 
}

.dropdown .top { 
background:url(menu-flyout-top.gif) no-repeat left top; 
height:8px; 
width:220px; 
}

.dropdown .bottom { 
background:url(menu-flyout-bottom.gif) no-repeat left bottom; 
height:8px; 
width:220px; 
}

.dropdown li { display:inline }

.dropdown ul a, .dropdown ul a:active, .dropdown ul a:visited { 
height:23px; 
color:#869c61; 
padding-left:30px; 
text-decoration:none; 
line-height:23px; width:220px; 
background:url(menu-flyout-bg.gif) no-repeat; 
}


.dropdown ul a:hover { 
text-decoration:underline; 
color:#c69260; 
height:23px;
line-height:23px;

}