/* Generated by www.menucool.com/drop-down-menu */ /* main menu ----------------------------*/ #ddmenu { display:block; font-family:Arial; text-align:; /* Specify the alignment of the whole UL if UL is not width:100%;*/ letter-spacing:normal; } #ddmenu ul { /*text-align:right;*/ /* Here you can further customize the alignment of its LIs */ width:100%; margin:0; padding:0; font-size:0; /*background:#F6F6F9 url(bg-gray.png) repeat-x 0 0;*/ /*border:1px solid #CCCCCC;*/ /*border-bottom:none;*/ display:inline-block; list-style:none; position:relative; z-index:999999990; border-radius:4px; /*box-shadow: 0px 2px 5px #DDDDDD;*/ } #ddmenu li { margin:0; padding:0; font-size:13px; display:inline-block; position:relative; color:#000000; } #ddmenu a { color: #0D469D; padding: 0 22px; line-height: 40px; font-weight: normal; text-decoration: none; display: inline-block; outline: 0; position: relative; /*white-space: nowrap; */ } /* links without sub-menu */ #ddmenu li.over a { background-image: url(bg-gray.png); background-repeat: repeat-x; background-position: 0 -60px; color: #F75405; } /* links with sub-menu */ #ddmenu a.arrow { background-image:url(arrow1.gif); background-repeat:no-repeat; background-position:right center; border-left:1px solid transparent; border-right:1px solid transparent; } #ddmenu li.over a.arrow { background-color: #FFFFFF; color: #FF3300; border-left: 1px solid #DDDDDD; border-right: 1px solid #DDDDDD; /*text-decoration:underline;*/ } #ddmenu li > div { padding:0; margin:0; display:none; } /* sub-menu layout ----------------------------*/ #ddmenu div.drop { position:absolute; text-align:left; border:1px solid #DDDDDD; background:#FFFFFF; padding-top:0px; padding-left:px; padding-right:px; /*padding-bottom:10px;*/ color:#000000; line-height:30px; font-size:13px; font-family:Arial; font-weight:bold; border-radius:0 0 6px 6px; width:1000px; /*box-shadow: 0px 12px 20px #EEEEEE;*/ } /* sub-menu offset ----------------------------*/ #ddmenu div{ width:1000px; } #ddmenu div.drop { left:-570px;/*Use this property to change offset of the sub-menu*/ } #ddmenu div.dropToLeft { left:auto; right:0px; } #ddmenu div.dropToLeft2 { left:auto; right:-120px; } #ddmenu div.dropToLeft3 { left:auto; left:-700px; } #ddmenu div.dropToLeft4 { left:auto; left:-834px; } /* links in sub menu ----------------------------*/ #ddmenu div.drop a { line-height:20px; font-size:12px; font-family:Arial; font-weight:normal; color:#003399; text-decoration:none; display:block; text-align:left; position:static; background:none; background-image:none; padding:0 0; } #ddmenu div.drop a:hover { text-decoration:underline; color:#0099FF; } /* blocks within the sub-menu ----------------------------*/ #ddmenu div.drop div { background: none; } #ddmenu div.column { width: auto; float: left; /*align each column in one row*/ padding: 0px 10px 10px 10px; /*padding of each column*/ border-right-width: 1px; border-right-style: dotted; border-right-color: #D6D6D6; height : 100vd; } #ddmenu div.column div { padding:0px 10px; /*sub-div within div.column. 10px for indent.*/ } /* useful when http://www.menucool.com/ddmenu/one-menu-for-all-pages ----------------------------*/ #ddmenuLink {display:none;}