/lenasys/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/lenasys/trunk
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
body {
	color: #4F5155;
	font: 13px/20px Helvetica, Arial, sans-serif;
}

/* Wraps body content loaded after menu view */
#wrapper{
	margin-left: 17em;
	margin-right: auto;
	width:69.41234567%;
}

/* Container for menu */
#menuContainer{
	float:left;	
	position:fixed;
	top:0px;
	left:0px;
	width:161px;
	background-color: #EEE;
	margin: 10px;
	margin-left:8.1em;
	margin-top:5em;
	border: 1px solid #D0D0D0;
	border-bottom:0px;
}

/* Menu list */
#navigation{
	width:136px;
}

#navigation ul {
	list-style-type:none;
	width:100%;
	margin:0;
	padding:0;
	line-height: 250%;
}

#navigation li {
	cursor:pointer;
	padding-left:10px;
	padding-right:15px;
	width:100%;
	border-bottom:1px solid #d0d0d0;
	margin:0;
	color: #0A68AD;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:15px;
	line-height: 220%;
}

#navigation li:hover {
	background-color: #0a68ad;
	color: #fff;
}	

#navigation li:hover a {
	color: #ffffff;
}	

/* Header for menu list */
#navigation li.menuHeader{
	width:138px;
	margin-left:-1px;
	font-size: 18px;
	line-height:200%;
	font-weight: bold;
	color: #fff;
	background-color: #9db400;
}