﻿
.ddsmoothmenu{
font-size:18px;
-webkit-border-bottom-right-radius:5px;
-moz-border-radius-bottomright:5px;
border-bottom-right-radius:5px;
-webkit-border-top-right-radius:5px;
-moz-border-radius-topright:5px;
border-top-right-radius:5px;

}

.ddsmoothmenu ul{
z-index:100;
margin: 0 ;
padding: 0 12px 0 0 ;
list-style-type: none;

}

.ddsmoothmenu ul li{
position: relative;
display: inline;
float: right;
font-family:gesstwo;
background-image:url('../images/menu_separator.jpg');
background-repeat:no-repeat;
background-position:1% 0%;
font-size:14px;
font-weight:bold;



}

.ddsmoothmenu ul li a{
display: block;
color: #784e1f;
padding: 12px 10px 9px 10px;
padding-left:15px;
text-decoration: none;

}

* html .ddsmoothmenu ul li a{
display: inline-block;
}

.ddsmoothmenu ul li a.selected{ color: #ffee75;
}

.ddsmoothmenu ul li a:hover{
color: #ffee75;
}
	

.ddsmoothmenu ul li ul{
position: absolute;
right: 0px;
display: none;
visibility: hidden;
text-align:right;
padding: 0px;
margin: 0 ;

}

.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
background-color:#c9b37e;
border-bottom:1px #654117 solid;
background-image:url('../images/color.jpg');
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: #784e1f;
}
.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: 18px;
left: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}

.toplevelshadow{ 
opacity: 0.8;
}
.round{
	-webkit-border-bottom-right-radius:5px;
-webkit-border-bottom-left-radius:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-bottomleft:5px;
border-bottom-right-radius:5px;
border-bottom-left-radius:5px;
-webkit-border-top-right-radius:5px;
-webkit-border-top-left-radius:5px;
-moz-border-radius-topright:5px;
-moz-border-radius-topleft:5px;
border-top-right-radius:5px;
border-top-left-radius:5px


}
.link-bottom{
-webkit-border-bottom-right-radius:10px;
-webkit-border-bottom-left-radius:10px;
-moz-border-radius-bottomright:10px;
-moz-border-radius-bottomleft:10px;
border-bottom-right-radius:10px;
border-bottom-left-radius:10px;
}
.link-top{
-webkit-border-top-right-radius:5px;
-webkit-border-top-left-radius:5px;
-moz-border-radius-topright:5px;
-moz-border-radius-topleft:5px;
border-top-right-radius:5px;
border-top-left-radius:5px
}
.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
}
