/* Basic code - don't modify */
 
 #ddnav { display: block; margin: 0; padding: 0; position: relative;}
  #ddnav li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
  #ddnav a { display: block; }
  #ddnav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
  * html #ddnav ul { line-height: 0; } /* IE6 "fix" */
  	#ddnav ul a { zoom: 1; } /* IE6/7 fix */
    #ddnav ul li { float: none; }
    #ddnav ul ul { top: 0; }
    
/* Essentials - configure this */

#ddnav ul { width: 185px;}
#ddnav ul ul { left: 131px; }

/* Everything else is theming */
.ddparent{
	width: 215px;
	height: 115px;
	z-index: 9999;
}

	#dd1{
		background: url(../images/dd1.gif) no-repeat;
	}

	#dd2{
		background: url(../images/dd2.gif) no-repeat;
		left: 3px;
	}

	#dd3{
		background: url(../images/dd3.gif) no-repeat;
		left: 6px;
	}
	
#ddnav { height: 130px;}
#ddnav *:hover { background-color: none; }
#ddnav a {text-align: center;color: #5d5c5c; font-size: 13px; font-weight: bold; padding: 6px; line-height: 1.3; text-decoration: none; height: 105px;}
  #ddnav li.hover a { /*background-color: #5E5A5A8;*/ color:#359a9a;}
  #ddnav ul { top: 84px; left: 16px; z-index: 9999; position:relative;}
    #ddnav ul li a { background-color: #399; color: #fff !important; font-size: 12px !important; font-weight: normal !important;}
      #ddnav ul a.hover { background-color: #30A8C3; }
   #ddnav ul a { border-bottom: 1px solid #317979; text-align: left;border-right: none; opacity: 0.9; filter: alpha(opacity=90); }
