﻿.ddsmoothmenu-v{
	margin:0px;
	padding:0px;
}
.ddsmoothmenu-v ul{
margin: 0 0px 0 0;
padding: 0;
width: 200px;
list-style-type: none;
font-size:14px;
text-align:left;
font-weight:bold;
}
.ddsmoothmenu-v ul li{
position: relative;
background-image:url('../images/libgrep.jpg');
background-repeat:repeat-y;
border-bottom:1px #6ea6c1 solid;
}
.ddsmoothmenu-v ul li a{
display: block;
overflow: auto;
color: #fff;
text-decoration: none;
padding: 8px 10px 8px 6px;
}
.ddsmoothmenu-v ul li a:hover{
color: #404040;
}
.ddsmoothmenu-v ul li ul{
position: absolute;
width: 200px;
top: 0;
font-weight: bold;
visibility: hidden;
padding:0px;
margin:0px;

}
.ddsmoothmenu-v ul li ul li a:hover{
	color: #404040;
	}
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
