/* CSS Document */

.ddsmoothmenu{
font: bold 10px Tahoma;
background-color:none;
/*background: #7bae24;*/ /*background of menu bar (default state)*/
width: 750px;
margin:45px 0 0 15px;


}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;

}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
/*background-image:url(images/menuBG.gif);*/
background-color: none; /*background of menu items (default state)*/
color:#000000;
padding: 3px 10px;
border-right: 1px solid #b8db7c;
text-decoration: none;

}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: #000000;
}

.ddsmoothmenu ul li a:hover{
background: #dcf1b7; /*background of menu items during onmouseover (hover state)*/
color: #000000;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden; }

.ddsmoothmenu ul li ul li{ display: list-item; float: none; }

.ddsmoothmenu ul li ul li ul{ top: 0; }

.ddsmoothmenu ul li ul li a{ font: normal 10px Tahoma; width:175px;  padding: 5px; margin: 0; border:1px solid #b8db7c;background-color:#7bae24;}
.ddsmoothmenu ul li ul li span a{ font: normal 10px Tahoma; width:100px;  padding: 5px; margin: 0;}
.ddsmoothmenu ul li ul li .links1 a{ font: normal 10px Tahoma; width:149px;  padding: 5px; margin: 0;}
.ddsmoothmenu ul li ul li .links2 a{ font: normal 10px Tahoma; width:120px;  padding: 5px; margin: 0;}
.ddsmoothmenu ul li ul li ul li.links2a a{ font: normal 10px Tahoma; width:78px;  padding: 5px; margin: 0;}
.ddsmoothmenu ul li ul li .links3 a{ font: normal 10px Tahoma; width:200px;  padding: 5px; margin: 0;}
.ddsmoothmenu ul li ul li .links4 a{ font: normal 10px Tahoma; width:170px;  padding: 5px; margin: 0;}
.ddsmoothmenu ul li ul li .links5 a{ font: normal 10px Tahoma; width:100px;  padding: 5px; margin: 0;}

.downarrowclass{ position: absolute; top: 5px; right: 7px; }

.rightarrowclass{ position: absolute; top: 6px; right: 5px; }

.ddshadow{ position: absolute; left: 0; top: 0; width: 0; height: 0;}

.toplevelshadow{opacity: 0.8;}

.mattblacktabs ul{margin: 0; padding: 0; padding-left: 10px;font: bold 10px Tahoma; list-style-type: none;}
.mattblacktabs li{display: inline;margin: 0;}
.mattblacktabs li a{float: left; display: block; text-decoration: none; margin: 0; padding: 10px 10px; border-right: 1px solid white; color: white;}
.mattblacktabs li a:visited{color: white;}
.mattblacktabs li a:hover, .mattblacktabs li.selected a{background:#c3e0ea;	color:#000000;}
