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


#wrapperCustMenu {
	height:300px;
	width: 240px;
	position: relative;
	left: 0px;
	top: 10px;
}
#wrapperInfoMenu a{
   border:none;
}
#menuInfoContainer{
	height:300px;
	width: 225px;
	top: 5px;
	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: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
#headerCust{
	height: 35px;
	left: -3px;
	position: relative;
}
#mainInfoMenu{
	height:auto;
	top: 15px;
	position: relative;
	left: 10px;
	width: 225px;
}
#vertInfomenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	width: 200px;
	padding: 0px;
	margin: 0px;
}
#vertInfomenu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    border: none;
}
#vertInfomenu 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;
}
#vertInfomenu 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;
}

#vertInfomenu 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;
}

