/* CSS Document */
ul 
	{
		margin: 0px;
		padding: 0px;
	}/*考虑到不同浏览器兼容性*/
ul li 
	{
		height: 30px; 
		text-align: center; 
		width: 16.6%; 
		list-style:none;
		float:left; 
		display: inline; 
		font:1em Arial, Helvetica, sans-serif;
	}
ul li a 
{
	color: #FFF; 
	width: 98%; 
	margin: 0px; 
	padding: 0px 0px 0px 8px; 
	text-decoration: none; 
	display: block; 
	background: -webkit-linear-gradient(top,#8DC0E8,#99a9ff) no-repeat;
	line-height: 29px; 
	border-right: 1px solid #ccc; 
	border-bottom: 1px solid #ccc;
}
ul li a:hover
{
	background:#0061A2; 
}
ul li ul li 
{
	height: 25px; 
	width: 100%;
}
.role1
{
	background:#ED7D95;
}
.role1:hover
{
	background:#E44164;
}
.role2
{
	background:#E7D600;
}
.role2:hover
{
	background:#AB9E00;
}
.role3
{
	background:#01B7ED;
}
.role3:hover
{
	background:#0088B0;
}
.role4
{
	background:#485EC6;
}
.role4:hover
{
	background:#2F4299;
}
.role5
{
	background:#FF5800;
}
.role5:hover
{
	background:#CF4700;
}
.role6
{
	background:#A664A0;
}
.role6:hover
{
	background:#804A7B;
}
.role7
{
	background:#D81C2F;
}
.role7:hover
{
	background:#A81524;
}
.role8
{
	background:#84C36E;
}
.role8:hover
{
	background:#5CA243;
}
.role9
{
	background:#9CA5B9;
}
.role9:hover
{
	background:#6D7B98;
}
.role10
{
	background:#37B484;
}
.role10:hover
{
	background:#257B5A;
}
.role11
{
	background:#A9A898;
}
.role11:hover
{
	background:#84836E;
}
.role12
{
	background:#F69992;
}
.role12:hover
{
	background:#F1665C;
}
.group1
{
	background: -webkit-linear-gradient(left,#D81C2F,#01B7ED,#ED7D95) no-repeat;
}
.group1:hover
{
	background:#01B7ED;
}
.group2
{
	background: -webkit-linear-gradient(left,#FF5800,#485EC6) no-repeat;
}
.group2:hover
{
	background:#FF5800;
}
.group3
{
	background: -webkit-linear-gradient(left,#ED7D95,#84C36E,#ED7D95,#84C36E,#ED7D95) no-repeat;
}
.group3:hover
{
	background:#ED7D95;
}
.group4
{
	background: -webkit-linear-gradient(left,#37B484,#A9A898,#F69992) no-repeat;
}
.group4:hover
{
	background:#A9A898;
}
ul li ul 
{
	visibility: hidden;
}
ul li:hover ul 
{
	visibility: visible;
}
ul li ul li a:hover 
{
	background: #001aa9;
}