/* Dynamic Drive Smooth Navigational Menu (vertical) - base plugin styles
   Used for the optional secondary/vertical menu (#smoothmenu2).      */

.ddsmoothmenu-v, .ddsmoothmenu-v ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: normal;
}

.ddsmoothmenu-v {
	width: 200px;
	background: #804000;
}

.ddsmoothmenu-v li {
	position: relative;
}

.ddsmoothmenu-v li a {
	display: block;
	position: relative;
	padding: 8px 12px;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid rgba(255,255,255,.15);
}

.ddsmoothmenu-v li a:hover,
.ddsmoothmenu-v li a.selected {
	background: #482400;
}

.ddsmoothmenu-v li ul {
	position: absolute;
	left: 100%;
	top: 0;
	width: 200px;
	display: none;
	visibility: hidden;
	background: #804000;
}
