@charset "UTF-8";
/* CSS Document */
/* b.swords design for The Wine Appcreciation Guild*/


#wrapperProductMenu {
	height:700px;
	width: 240px;
	position: relative;
	left: 0px;
	top: -3px;
}
#wrapperProductMenu a{
   border:none;
}
#menuContainer{
	height: 700px;
	width: 225px;
	top: 0px;
	position: relative;
	background-color: #FFFFFF;
	left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
#header{
	height: 35px;
	left: 0px;
}
#mainMenu{
	height: 700px;
	top: 0px;
	position: relative;
	left: 0px;
	width: 225px;
}
#vertmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	width: 200px;
	padding: 0px;
	margin: 0px;
}
#vertmenu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    border: none;
}
#vertmenu ul li {
	margin: 0px;
	padding: 0px;
	background-image: url(assets/greenArrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 9px;
	text-align: left;
	text-indent: 10px;
}
#vertmenu ul li a {
	font-size: 100%;
	display: block;
	border-bottom: 1px dashed #C39C4E;
	padding: 5px 0px 2px 4px;
	text-decoration: none;
	color: #006600;
	width:100%;
	font-weight: bold;
	font-style: normal;
}

#vertmenu ul li a:hover, #vertmenu ul li a:focus {
	background-image: url(assets/greenArrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 9px;
	color: #333333;
	background-color: #eeeeee;
}

