/* Style for vertical menu list */
#vmenu {
	width: 191px;
	background-repeat: repeat-y;
	background-position: center;
	background-color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	color: #666666;
	text-align: left;
	display: block;
	clear: right;
	float: left;
	margin: 0px;
	padding: 0px;
	position: static;
	height: 240px;
	background-image: url(images/testimonialBGbg.gif);
}

#vmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#vmenu li a {
	display: block;
	text-decoration: none;
	vertical-align: top;
	margin: 0;
	letter-spacing: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#vmenu li a:hover {
	letter-spacing: 1px;

}
.bghoverdown a {
	background-color: #fff;
	background-image: url(images/navdown.gif);
	background-repeat: repeat-y;
	background-position: left;
	font-weight: bolder;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	height: 23px;
	padding-top: 8px;
	padding-left: 15px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.bghoverdown a:hover {
	background-color: #fff;
	background-image: url(images/navdown.gif);
	background-repeat: repeat-y;
	background-position: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.bghoverup a {
	background-color: #fff;
	background-image: url(images/navup.gif);
	background-repeat: repeat-y;
	background-position: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	height: 20px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.bghoverup a:hover {
	background-color: #fff;
	background-image: url(images/navdown.gif);
	background-repeat: repeat-y;
	background-position: left;
	font-weight: bolder;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}





#vmenu li {
	position: relative;
	background-color: #424343;
}



/* Style for flyout menu */

.dropmenudivV{
	position:absolute;
	top: 0;
	border-bottom-width: 0;
	line-height:24px;
	z-index:100;
	background-color: #DBDFC4;
	width: 177px;
	visibility: hidden;

    filter: progid:DXImageTransform.Microsoft.Shadow(color=#8e9870,direction=135,strength=4); 
	margin-left: 176px;
	margin-top: -30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: lighter;
	font-variant: normal;
	color: #333333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	text-transform: none;
	text-align: left;
}

.dropmenudivV a{
	width: 100%;
	display: block;
	text-indent: 16px;
	padding: 2px 0;
	text-decoration: none;
	font-weight: lighter;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F7F9E5;
}

.dropmenudivV a:hover{
	background-color: #B8BFA4;
	color: #FFFFFF;
	font-weight: normal;
}
