#main-menu {
	position: relative;
	height: 40px;
	background: url(../img/layout/menu/background.png) no-repeat;
	width: 1024px;
	margin-left: -10px;
	margin-top: -2px;
	margin-bottom: -10px;
}

#main-menu ul.root {
	margin: 0 auto;
	width: 700px;
}

#main-menu .item {
	float: left;
	text-align: center;
	margin-top: 10px;
	font-weight: bold;
}

#main-menu .item > a {
	padding: 0 20px;
	height: 20px;
	display: block;
	color: white;
	text-decoration: none;
	border-right: #969696 solid 1px;
	font-size: 0.6em;
	font-weight: bold;
	line-height: 22px;
}	

#main-menu .item.gray > a:hover, #main-menu .item.gray > a.active { background:url(../img/layout/menu/item-gray.jpg); }
#main-menu .item.orange > a:hover, #main-menu .item.orange > a.active { background:url(../img/layout/menu/item-orange.jpg); }
#main-menu .item.red > a:hover, #main-menu .item.red > a.active { background:url(../img/layout/menu/item-red.jpg); }
#main-menu .item.blue > a:hover, #main-menu .item.blue > a.active { background:url(../img/layout/menu/item-blue.jpg); }
#main-menu .item.green > a:hover, #main-menu .item.green > a.active { background:url(../img/layout/menu/item-green.jpg); }
#main-menu .item.pink > a:hover, #main-menu .pink > a.active{ background:url(../img/layout/menu/item-pink.jpg); }
#main-menu .item.cyan > a:hover, #main-menu .cyan > a.active{ background:url(../img/layout/menu/item-cyan.jpg); }

#main-menu .sub {
	display: none;
	position: absolute;
	left: 10px;
	height: 20px;
	width: 1003px;
}

#main-menu .sub li {
	float: left;
}

#main-menu .sub a {
	display: block;
	padding: 0 10px;
	height: 18px;
	line-height: 24px;
	color: white;
	font-size: 0.6em;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
}

#main-menu .sub a:hover {
	border-bottom: 2px inset #969696;
}

#main-menu .gray .sub { background: url(../img/layout/menu/sub-gray.jpg);}
#main-menu .orange .sub { background: url(../img/layout/menu/sub-orange.jpg);}
#main-menu .red .sub { background: url(../img/layout/menu/sub-red.jpg);}
#main-menu .blue .sub { background: url(../img/layout/menu/sub-blue.jpg);}
#main-menu .green .sub { background: url(../img/layout/menu/sub-green.jpg);}
#main-menu .pink .sub { background: url(../img/layout/menu/sub-pink.jpg);}
#main-menu .cyan .sub { background: url(../img/layout/menu/sub-cyan.jpg);}




