﻿.ddsmoothmenu-v{
	margin:0px;
	padding:0px;
}
.ddsmoothmenu-v ul{
margin: 0 10px 0 0;
padding: 0;
width: 200px;
list-style-type: none;
font-size:14px;
text-align:right;
float:right;
line-height:1.2;

}
 
.ddsmoothmenu-v ul li{
position: relative;
background-image:url('../images/libgrep.jpg');
background-repeat:repeat-y;
border-bottom:1px #43304e 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: #ffd800;
}

.ddsmoothmenu-v ul li ul{
position: absolute;
width: 200px;
top: 0;
font-weight: normal;
visibility: hidden;
padding:0px;
margin:0px;


}
.ddsmoothmenu-v ul li ul li a:hover{
	color: #ffd800;
	}
* html .ddsmoothmenu-v ul li { float: right; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
