/* STYLES SPECFIC TO PAGES WITH  GRAY THEME */

/* TEXT */
#cellFooter a:hover, #cellFooter a:active {
	text-decoration: underline;
	color: #5c5b5b;
}
.cellNewsItem {
	padding: 0 0 10px 0;
}
.cellNewsItem h4 {
	margin: 0;
	font-size: 10px;
	color: #999;
}
.cellNewsItem p {
	margin: 0;
}

/* LAYOUT */
#cellMenu {
	height: 20px;
	text-align: right;
	background-color: #5c5b5b;
}
#cellBanner {
	height: 288px;
	background-color: #5c5b5b;
	background-position: center bottom;
	background-repeat: no-repeat;
}
#cellContent {
	background-color: #5c5b5b;
}

/* LIST MENU */
.menulist, .menulist  ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-transform: lowercase;
}
.menulist ul {
	display: none;
 	position: absolute;
 	letter-spacing: 0em;
 	font-weight: normal;
	font-size: 10px;
 	top: 1.0em; margin-top: 13px;
 	right: -1px;
 	width: 150px;
 	text-transform: lowercase;
}
.menulist ul li a {
	color: #efdbc3;
	border: 1px #b2b2b2 solid;
	background-color: #5c5b5b;
}
.menulist ul li a:hover, .menulist ul li a.highlighted:hover, .menulist ul li a:focus {
	color: #efdbc3;
	border: 1px #b2b2b2 solid;
	background-color: #4a4949;
}
.menulist ul li a.highlighted {
	color: #efdbc3;
	background-color: #4a4949;
}
.menulist ul ul {
	top: -1px;
	margin-top: 0;
	left: -192px;
	width: 190px;
	text-transform: lowercase;
}
.menulist li {
	float: left;
	display: block;
	position: relative;
	background: #5c5b5b;
	margin-right: -1px;
}
.menulist ul li {
	float: none;
	margin: 0;
	margin-bottom: -1px;
}
.menulist ul>li:last-child {
	margin-bottom: 1px;
}
.menulist a {
	display: block;
	padding: 3px;
	text-decoration: none;
	color: #efdbc3;
}
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
	color: #fff;
}
.menulist a.highlighted {
	color: #fff;
}
.menulist a .subind {
	display: none;
}
.menulist ul a .subind {
	display: block;
	float: left;
}
.menulist a {
	float: left;
}
.menulist ul a {
	float: none;
}
.menulist a {
	float: none;
}
*:first-child+html .menulist ul li {
	float: left;
	width: 100%;
}
* html .menulist ul li {
	float: left;
	height: 1%;
}
* html .menulist ul a {
	height: 1%;
}