﻿/* Sidebar Blocks */


h2.productmenu {

    font-size: 14px;
    font-weight: bold;
    text-align: left;
    padding-left:7px;
}

	
	#productmenu, #productmenu ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 14em;
		font-weight: normal;
	}
	
	#productmenu li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.25em;
		margin-bottom : -1px;
		width: 14em;
	}
	
	#productmenu li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 14.9em;
		margin-top : -2em;
	}
	
	#productmenu li ul ul { /* third-and-above-level lists */
		left: -999em;
		padding : 0 1.4em;
		padding-bottom:10px;

	}
	
	#productmenu li a {
		width: 14em;
		w\idth : 14em;
		display : block;
		color : #98927d;
		font-weight : normal;
		text-decoration : none;
		background-color : #492c1b;
		padding : 0 0.5em;
		padding-bottom:10px;
	}
	
	#productmenu li a:hover {
		color : white;
		background-color : #98927d;
		padding-bottom:10px;

	}
	
	#productmenu li li a {
		width: 14.2em;
		w\idth : 14.2em;
		display : block;
		color : #98927d;
		font-weight : normal;
		text-decoration : none;
		background-color : #e0dbcf;
		border : 1px solid #98927d;
		padding : 0 1em;
		padding-bottom:10px;
	}
	
	#productmenu li li a:hover {
		color : white;
		background-color : #98927d;
		padding-bottom:10px;
	}

	#productmenu li:hover ul ul, #productmenu li:hover ul ul ul, #productmenu li.sfhover ul ul, #productmenu li.sfhover ul ul ul {
		left: -999em;
	}
	
	#productmenu li:hover ul, #productmenu li li:hover ul, #productmenu li li li:hover ul, #productmenu li.sfhover ul, #productmenu li li.sfhover ul, #productmenu li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}

.productmenuimgtop
{
background-image:url("http://www.drinkcoffee.com/images/productmenutop.jpg");
width:180px;
height:11px;
background-repeat:no-repeat;
}

.productmenuimgbottom
{
background-image:url("http://www.drinkcoffee.com/images/productmenubottom.jpg");
width:180px;
height:11px;
background-repeat:no-repeat;
}

/* A few IE bug fixes */

* html ul ul li a { height: 100%; }
* html ul li a { height: 100%; }
* html ul ul li { margin-bottom: -1px; }

.container, .container2, .container3 {background:#492c1b; color:#fff; margin:0 15px;}
.container2 { width:185px; }
.container3 { float: left; width: 15em; padding: 0px; margin: 0; background: #492c1b; }


}

