summaryrefslogtreecommitdiffstats
path: root/www/static/submenu.css
blob: b75902038f233c4b55b545744a472b5b5ea14a7d (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
/*----------------------------------------------------------------------------------
 * Submenu ( Horizontal Tabs)
 *----------------------------------------------------------------------------------
 */
#submenu {
	width: 75%;
	font-size: 90%;
//	font-weight: Bold;
// 	display: inline;
	float: right;
	margin: 0em 2em 0em 0em;
	background: #fff url(/static/greypx.gif) repeat-x bottom left;
	}
	
#submenu p {
	display: inline;
	color: #22c;
	font-size: 161%;
	font-weight: light;
	margin: 2em 0em -2em 0em;
	}

#submenu ul {
	list-style: none;
	display: inline;
	margin: 0em 1em 0em 1em;
	padding: 0em 3em .6em 2em;
	float: right;
	}

#submenu li {
	display: inline;
	border: 1px solid #ccc;
	padding: .5em 1em .5em 1em;
	margin: 0em 0em 0em 0em;
	border-bottom: none;
	background: #f8f8f8;
	background: transparent url("/static/unselected.gif") repeat-x top left;
	}

#submenu #selected {
	// background: #fff url("/static/selected.gif") repeat-x top left;
	background: #fff;
	}

#submenu a {
	} 

#submenu a:hover {
	color: #c22;
	}