Project

General

Profile

1

    
2
/*  Generated by www.menucool.com/drop-down-menu  */
3

    
4
/* main menu
5
----------------------------*/
6
#ddmenu
7
{
8
    display:block;
9
    font-family: "YanoneKaffeesatzLight";
10
    text-align:center;
11
    letter-spacing:normal;
12
	float: right;
13
        position: absolute;
14
        bottom: 0;
15
        right: 0;
16
}
17

    
18
#ddmenu ul
19
{ 
20
    width:100%;
21
    margin:0; /*If above width is not 100% and you want this menu to align in the center of its container, set it as { margin: 0 auto; }*/
22
    padding:0;
23
    display:inline-block;
24
    list-style:none;
25
    position:relative;
26
    font-size:0;
27
    *z-index:999;
28
}
29

    
30
#ddmenu li
31
{
32
    margin:0;
33
    padding:0;
34
    display:inline-block;
35
    position:relative;
36
 float: left;
37
        font-size: 22px;
38
        text-transform: uppercase;
39
        line-height:50px
40
}
41

    
42
#ddmenu a
43
{
44
    padding:0 12px;
45
    font-weight:normal;
46
    text-decoration:none;
47
    display:inline-block;
48
    outline:0;
49
    position:relative;
50
    white-space:nowrap;
51
	color:#3440B5;
52
}
53

    
54
#ddmenu li.over
55
{
56
    z-index:9999999998;
57
}
58

    
59
/* links without sub-menu */
60
#ddmenu li.over a
61
{
62
        color: #2D72D6;
63
        background: #D0D0D0;
64
}
65

    
66
/* links with sub-menu */
67
#ddmenu a.arrow
68
{
69
}
70
#ddmenu li.over a.arrow
71
{
72
background: #D0D0D0 url(images/menu_dropdown_level1_parent_blue.png) 50% 100% no-repeat;
73
    z-index:9999999999;
74
    /*text-decoration:underline;*/
75
}
76

    
77
#ddmenu div 
78
{
79
    padding:0;
80
    margin:0;
81
}              
82
        
83
/* sub-menu layout
84
----------------------------*/
85
     
86

    
87
#ddmenu div.drop
88
{
89
    position:absolute;
90
    text-align:left;
91
    background:#3440B5;
92
    color: #bcbcbc;
93
	font-size:18px;
94
    padding:20px;
95
    line-height:30px;
96
}
97
  
98
#ddmenu div
99
{
100
    display:none;
101
}
102
/* sub-menu offset
103
----------------------------*/
104

    
105
#ddmenu div.drop
106
{
107
    left:0px;/*Use this property to change offset of the sub-menu*/
108
}
109
#ddmenu div.dropToLeft
110
{
111
    left:auto; right:0px;
112
}
113
#ddmenu div.dropToLeft2
114
{
115
    left:auto; right:-120px;
116
}
117
  
118
/* links in sub menu
119
----------------------------*/
120

    
121
#ddmenu div.drop a
122
{
123
    background:#3440B5;
124
    color:#bcbcbc;
125
    text-decoration:none;    
126
    display:block;
127
    text-align:left;    
128
    position:static;
129
    padding:0 0;
130
}
131

    
132
#ddmenu div.drop a:hover
133
{
134
    color:#00B5F0;
135
}
136

    
137
/* blocks within the sub-menu
138
----------------------------*/
139

    
140
#ddmenu div.drop div
141
{
142
    background:none;    
143
}  
144

    
145
#ddmenu div.column
146
{
147
    width:auto;
148
    float:left; /*align each column in one row*/
149
    padding:0 10px; /*padding of each column*/
150
}
151

    
152
#ddmenu div.column div
153
{
154
   padding:0px 10px; /*sub-div within div.column. 10px for indent.*/
155
}
156

    
157
/* useful when http://www.menucool.com/ddmenu/one-menu-for-all-pages
158
----------------------------*/
159
#ddmenuLink {display:none;}
(14-14/47)