﻿.ddsmoothmenu-v{
	margin:0px;
	padding:0px;
	clear:both;
}
.ddsmoothmenu-v ul{
margin: 0 0px 0 0px;
padding: 0;
width: 200px;
list-style-type: none;
font-size:14px;
text-align:left;
float:right;
}
 
.ddsmoothmenu-v ul li{
position: relative;
background-image:url('../images/libgrep.jpg');
background-repeat:repeat-y;
border-bottom:1px #cd924d solid;

}


.ddsmoothmenu-v ul li a{

display: block;
overflow: auto;
color: #fff;
text-decoration: none;
font-weight:bold;
padding: 6px 6px 6px 10px;

}

.ddsmoothmenu-v ul li a:hover{
color: #404040;
}

.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{
		background-image:url('../images/vlibg.jpg');
		background-repeat:no-repeat;


}
.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%; }
