﻿
.ddsmoothmenu{font-size:18px;width: 670px;float:left;}

.ddsmoothmenu ul{
z-index:100;
margin: 0 ;
padding:0;
list-style-type: none;
}

.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
font-weight:bold;
font-size:16px;
background-image:url('../images/menu_separator.png');
background-repeat:no-repeat;
background-position:99% 0%;
height:47px;
}

.ddsmoothmenu ul li a{
display: block;
color: white;
padding: 14px 15px;
text-decoration: none;
}

* html .ddsmoothmenu ul li a{
display: inline-block;
}

.ddsmoothmenu ul li a.selected{ color: #fecd08;
}

.ddsmoothmenu ul li a:hover{
color: #fecd08;
}
	

.ddsmoothmenu ul li ul{
position: absolute;
right: 0px;
display: none;
visibility: hidden;
text-align:left;
padding: 0px;
margin: 2px 0 0 0 ;

}

.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
background-image:url('../images/libg.jpg');
background-repeat:no-repeat;
width:200px;
height:32px;

}

.ddsmoothmenu ul li ul li ul{
top: 0;
}

.ddsmoothmenu ul li ul li a{
font: normal 14px Tahoma;
padding: 5px;
margin: 0;
color: #fff;
}
.ddsmoothmenu ul li ul li a:hover{
	background-image:url('../images/libg_hover.png');
	background-repeat:no-repeat;
		
}

* html .ddsmoothmenu{height: 1%;}  


.downarrowclass{
position: absolute;
top: 20px;
right: 9px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}

.toplevelshadow{ 
opacity: 0.8;
}
.link-bottom{
-webkit-border-bottom-right-radius:15px;
-webkit-border-bottom-left-radius:15px;
-moz-border-radius-bottomright:15px;
-moz-border-radius-bottomleft:15px;
border-bottom-right-radius:15px;
border-bottom-left-radius:15px
}
.link-top{
-webkit-border-top-right-radius:15px;
-webkit-border-top-left-radius:15px;
-moz-border-radius-topright:15px;
-moz-border-radius-topleft:15px;
border-top-right-radius:15px;
border-top-left-radius:15px
}
.link-leftT{
	-webkit-border-top-left-radius:15px;
	-moz-border-radius-topleft:15px;
	border-top-left-radius:15px;
}
.link-leftB{

	-webkit-border-bottom-left-radius:15px;
	-moz-border-radius-bottomleft:15px;
	border-bottom-left-radius:15px
}
.link-rightT{
	-webkit-border-top-right-radius:15px;
	-moz-border-radius-topright:15px;
	border-top-right-radius:15px;
}
.link-rightB{

	-webkit-border-bottom-right-radius:15px;
	-moz-border-radius-bottomright:15px;
	border-bottom-right-radius:15px
}

