.MainMenuButton {
	font-size: 11px;
	background: #ECE9D8;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.MainMenuButtonSelected {
	font-size: 12px;
	background: #ccdee9;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-top: solid 1px #000000;
	border-bottom: none 0px #000000;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	
}

.MainMenuLink {
	color: #000000;	
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	
}

.MainMenuLink:visited {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	
}

.MainMenuLink:hover {
	color: #ff0000;
	background: #ffffcc;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	
}

.SubMenuLink, .SubMenuLink:visited {
	font-size: 11px;
	font-weight: bold;
	padding: 3px;
	color: black;
}

.SubMenuSpecialLink {
	font-size: 11px;
	font-weight: bold;
	padding: 3px;
    color : rgb(0 , 0 , 130);
}
.SubMenuSpecialLink:visited {
	font-size: 11px;
	font-weight: bold;
	padding: 3px;
	color : rgb(0 , 0 , 130);
}

.MainMenuFrontSpacer {
	font-size: 10px;
	border-bottom: solid 1px #000000;
	background: white;
	color: white;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	width: 5px;
	
}


.MainMenuBackSpacer {
	font-size: 10px;
	border-bottom: solid 1px #000000;
	background: white;
	color: white;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	width: 200px;
	
}

.MainMenuButtonSelected2 {
	background: white;
	color: white;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	border-left:  solid 1px #000000;
	border-right: solid 1px #000000;
	border-top:  solid 1px #000000;
	border-bottom: solid 1px #ffffff;
}

.ContestMenuLink {
	color: #000000;
	background: #e1e1e1;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}	
	
.ContestMenuLink:visited {
	color: #000000;
	background: #e1e1e1;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}	

.ContestMenuLink:hover {
	color: #ff0000;
	background: #ffffcc;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	
}	

.ContestActiveLink {
	font-size: 11px;
	font-weight: bold;
}

.SubMenu {
	/*  background: #e1e1e1;  */
	border-bottom: solid 1px #000000;	
	height: 30px;
	
	background: #ccdee9;
}

.SubMenu2 {
	background:  #ccdee9;
	border-bottom: solid 1px #000000;
	height: 30px;
	
}

.SubHeader1
{
	font-size: 13px;
	border: solid 1px #000000;
	color: #006699;
	background:  #ffffee;
}

.SearchForm {
	padding-right: 5px;
	text-align: right;
}

.SearchBox {
	background: #ffffff;
}

		
/*  Styles for new CFMenu implemented 9/10/2011 */
#myMenu {
margin: 0;
padding: 0;
background: #ffffff;
height: 20px;

}

#myMenu ul {
margin: 0;
padding: 0;
height: auto;
width: auto;

/* border-style: none; */
}

#myMenu li {
font-size: 11px;
height: auto;
width: auto;
background: #ECE9D8;
border-right: solid 1px #000000;
border-bottom: solid 1px #000000;
border-top: solid 1px #000000;
border-left: solid 1px #000000;
}

#myMenu li a:hover {
/* padding: 7px 15px 7px 15px; 
text-decoration: none !important; */
	color: red !important;

}

.activeTab {
	background: red;
}	


