
/* HORIZONTAL MENU */
#Menu {
	border-top: 0px solid #fff;
	font-size: 12px;
	background-color: #282C26;
	color: #FFCE04;
	text-transform:uppercase;
}
#Menu li {
}
#Menu li a {
	color: #FFCE04;
}
#Menu li a:hover {
	color: #FFCE04;
}
#Menu li ul {
}
#Menu li ul li a {
	color: #FFCE04;
	background: #232323;
}
#Menu li ul li a:hover {
	color: #FFCE04;
}

/* LEFT MENU SECTION HEADINGS */
.Left h2 {
	background-color: #282C26;
}


/* LEFT MENU CATEGORIES LEVELS 1 and 2 */
.CategoryList li a{
	font-size:12px;
	color: #282C26;
	font-weight: bold;
}
.CategoryList li li a{
	font-weight: normal;
	font-size:12px;
	line-height:16px;
	color: #807F7C;
}

/* Indent of 2nd level categories */
.Left #SideCategoryList li ul {
	padding-left: 10px;
}

/* Underline of 1st level categories */
.Left #SideCategoryList li ul {
	border-top: 1px solid #FFCE04;
}

/* Underline of 2nd level categories */
.Left li {
	border-bottom: 0px solid #D2D6D9;
}


/* CENTRAL SECTION HEADINGS */
.Content {
}
.Content h2 {
	color: #FFCE04;
	background-color: #232323;
}
.Content a {
}
.Content.Wide {
}
.Content.Widest {
}

#SearchForm {
	
}
#SearchForm form {
}
#SearchForm label {
	display: none;
	float:right;
}
#SearchForm input {
	background: #fff;
	border: 1px solid #8BC2E0;
}
#SearchForm .Button {
	border: 0;
}
#SearchForm a {
	color: #08689D;
}
#SearchForm p {
	color: #08689D;
}