summaryrefslogtreecommitdiff
path: root/static/header.css
blob: ffbf520f105d3bd3bed8c4d5f7c757098dae5c57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
.white a:link {
	text-decoration: none;
	font-size:16px;
	
	color: #fff;
}
.white a:visited {
	text-decoration: none;
	font-size:16px;
	color: #fff;
}
#strapline{position:absolute;
top:6;
right:20%;
}
.white a:hover {
	text-decoration: none;
	text-shadow: -1px 1px 1px #;
	background-color:#036aca;
background-color: cornflowerblue;

	

		box-shadow: 3px 2px 2px #036aca;
-webkit-box-shadow: 3px 2px 2px #036aca;
-moz-box-shadow: 3px 2px 2px #036aca;
filter: progid:DXImageTransform.Microsoft.dropShadow(color=#036aca, offX=3, offY=4, positive=true);
	
	
	color: #fff;
}
.white a:active {
	text-decoration: none;
	
	
	color: #fff;
}
#header7{
	background-image:url(/static/dblue2.png);
	background-attachment:inherit;
	margin: 0px auto -1px auto;
	top: 0px;
	position:fixed;
	width:100%;
	left: 0px;

}
#bar7{
	top:25px;
	position:absolute;
	font-family: Arial, Helvetica, sans-serif;

	font-size: 16px;
	left: 170px;
	margin-left: 1%;
	margin-right: 8%;
	letter-spacing: -1px;
	z-index: 999;
}
#logout7{
	top:2px;
	position:relative;
	font-size:12px;
	margin-right: 5px;
	float:right;
	z-index: 999;
	line-height:1.5;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#logout7 a{font-size:12px;
}
#logout7 a:hover{font-size:12px;
}
#logo7{
	top:20px;
	margin-left: 15px;
	margin-right: 10%;
	z-index:1000;
	float:left;
	margin-top: 4px;
}
#rapper7{
	top: 0px;
	left:0px;
	position:absolute;
	width: 100%;
	height: 62px;
	z-index: 1000;
}


.btnav {  border: 0px #000000 solid;} 
body {
	
	
	
	 z-index:0;
	
}

/* CSS Document */
#menuh-container
	{
	position: absolute;		
top:-0;
left:10;
width:auto;
	}

#menuh
	{
width:auto;
	}
		
#menuh a
	{
	text-align: center;



	margin:0;

	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: white;

	text-decoration:none;
	}
	
#menuh a:hover						/* menu on mouse-over  */
	{
	color: white;
	background-color: cornflowerblue;
	text-decoration:none;
	}	
	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{

	background-position: right center;
width:;0;
	background-repeat: no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(/static/nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{


	width:9em;	/* width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	}

#menuh li
	{
	position:relative;
		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */

	}

#menuh ul ul
	{


	top:auto;
	display:none;
	padding: 1em;
	margin:-15 -3 -3em;

	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */