﻿.ddsmoothmenu-v ul{
margin: 0;
padding: 0;
width: 184px; /* Main Menu Item widths */
list-style-type: none;
font-size:  0.9em;
font-family:Tahoma;
}
 
 .ddsmoothmenu-v ul li{
     font: 500 9pt tahoma;
     position:relative;
 }
 
.ddsmoothmenu-v > ul > li{
position: relative;
background: url("/Portals/_default/Skins/SkinMain/images/mnu.png") no-repeat scroll 0 0 transparent;
height:32px;
width:195px;
margin-right:10px;
}

.ddsmoothmenu-v > ul > li > ul > li {
    background:#2e5eb0;
    padding-right:0px;
    
}

.ddsmoothmenu-v > ul > li > ul > li:hover {
    background:#2e5eb0;
    color:#000 !important
}

/*.ddsm-v1 {
position: relative;
background: url("/Portals/_default/Skins/MatBeton/images/smnu2.png") no-repeat scroll 0 0 transparent;
height:35px;

}

.ddsm-v1:hover
{
    background: #fff;
   
}*/

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #fff !important;
text-decoration: none;
height:30px;
 
}

.ddsmoothmenu-v ul li ul li a{
    padding:5px 5px 0 5px;
    height:25px !important;
	border-bottom: 1px dotted #526988;
	background-color: #1c3352;
}
.ddsmoothmenu-v ul li ul li a:hover{
    padding:5px 5px 0 5px;
    height:25px !important;
	border-bottom: 1px dotted #4B75B9;
	background-color: #16448f;
	display:block;
}

.ddsmoothmenu-v > ul > li > a:link, .ddsmoothmenu-v > ul > li > a:visited, .ddsmoothmenu-v > ul > li > a:active
{

background-position:center;
font-size:  8pt ;
background-repeat:no-repeat;
font-family:Tahoma ;

 padding:5px 5px 0 0;
 margin:0 19px 0 0;
 height:20px;

}

/*
.ddsmoothmenu-v ul li a.selected{
color: white;
background-repeat:no-repeat;
}
*/


.ddsmoothmenu-v > ul > li > a:hover{
color: #fff !important;
 background: url("/Portals/_default/Skins/SkinMain/images/mnu-hover.png") no-repeat scroll 0 0 transparent;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
width: 184px; /*Sub Menu Items width */
top: 0;
font-weight: normal;
visibility: hidden;
color:#fff !important;
background:#2e5eb0
}

 .ddsmoothmenu-v ul li a:hover ul li a
 {
     font-family:Tahoma;
     font-size:0.9em;
 }
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: right; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */
/*.mnutop {
  background-image: url("/DesktopModules/Menu/Images/mnu-title.png");
  height: 32px;
  margin-bottom: 15px;
  width: 213px;
}*/
#smoothmenu2 li {
  z-index: 10 !important;
}
