Subversion Repositories SmartDukaan

Rev

Rev 545 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 545 Rev 568
Line 1... Line 1...
1
/* @group menuBAR */
1
/*___ Menu ___*/
-
 
2
#menu{
-
 
3
	background:	url(../images/menu-hor-bar.jpg) repeat-x;
-
 
4
	height:32px;
-
 
5
	font-size:15px;
-
 
6
	font-weight:bold;
-
 
7
}
-
 
8
#menu ul{
-
 
9
	font-family:Arial,helvetica,sans-serif;
-
 
10
	margin-left:6px;
-
 
11
	list-style-type:none;
-
 
12
}
-
 
13
#menu li{
-
 
14
	float:left;
-
 
15
	margin:0 8px;
-
 
16
	display:block;
-
 
17
}
-
 
18
#menu .menuArrow{
-
 
19
	padding-right:17px;
-
 
20
	background:url(../images/down-arrow-white.jpg) no-repeat right 12px;
-
 
21
}
-
 
22
#menu a{
-
 
23
	color:#fff;
-
 
24
	text-decoration:none;
-
 
25
}
-
 
26
#menu a:hover{
-
 
27
	color:#fff;
-
 
28
	text-decoration:underline;
-
 
29
}
2
 
30
 
3
#menu ul li {position:relative;cursor:pointer;}
31
#menu ul li {position:relative;cursor:pointer;}
4
#menu a {text-decoration:none;display:block;cursor:pointer;height:26px; padding:6px 10px 0 10px;}
32
#menu a {text-decoration:none;display:block;cursor:pointer;height:26px; padding:6px 10px 0 10px;}
5
#menu li a:hover {height:26px;}
33
#menu li a:hover {height:26px;}
6
#menu li {float:left;}
34
#menu li {float:left;}