﻿.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;
	font-weight:bold;
	float:right;
}
 
.ddsmoothmenu-v ul li{
	position: relative;
	background-image:url('../images/libg.jpg');
}


.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: #fecd08;
}

.ddsmoothmenu-v ul li ul{
	position: absolute;
	width: 200px;
	top: 0;
	font-weight: normal;
	visibility: hidden;
	padding:0px;
	margin:0px;
	font-weight:bold;


}
.ddsmoothmenu-v ul li ul li a:hover{
	color: #fecd08;
}
* html .ddsmoothmenu-v ul li { float: right; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
