.chromestyle{
	padding-left:20px;
	padding-bottom:4px;
	margin-top:4px;
	width: 775px;
	z-index:9999;
}

.chromestyle:after { /*Add margin between menu and rest of content in Firefox*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#chromemenu li {
	margin: 0 5px;
	padding: 0;
	float: left;
	position: relative;
	list-style: none;
	z-index:9999;
}

#chromemenu li.sprite1{
	width:159px;
}

#chromemenu li.sprite2{
	width:138px;
}

#chromemenu li.sprite3{
	width:154px;
}

#chromemenu li.sprite4{
	width:119px;
}

#chromemenu li.sprite5{
	width:155px;
}

#chromemenu li a{
	display: block;
	padding:25px 0;
}

#chromemenu li.sprite1{ /*background is set to reduce blinking effect*/
	background: url(../images/top_nav_about_hope_on_wheels.gif) no-repeat;
	background-position: 0px 1px;
	margin-top:2px; /*firefox/chrome/safari only*/
}

#chromemenu li.sprite1 a{
	background: url(../images/top_nav_about_hope_on_wheels.gif) no-repeat;
	background-position: 0px 1px;
	padding-left: 4px;
}

#chromemenu #current1 a, #chromemenu li.sprite1:hover > a {
	background: url(../images/top_nav_about_hope_on_wheels_over.gif) no-repeat;
	background-position: 0px 1px;
}

#chromemenu li.sprite2{ /*background is set to reduce blinking effect*/
	background: url(../images/top_nav_about_meet_the_kids.gif) no-repeat;
	background-position: 0px 1px;
	margin-top:2px; /*firefox/chrome/safari only*/
}

#chromemenu li.sprite2 a{
	background: url(../images/top_nav_about_meet_the_kids.gif) no-repeat;
	background-position: 0px 1px;
	padding-left: 4px;
}

#chromemenu #current2 a, #chromemenu li.sprite2:hover > a {
	background: url(../images/top_nav_about_meet_the_kids_over.gif) no-repeat;
	background-position: 0px 1px;
}

#chromemenu li.sprite3{ /*background is set to reduce blinking effect*/
	background: url(../images/top_nav_about_tour_and_scholars.gif) no-repeat;
	background-position: 0px 1px;
	margin-top:2px; /*firefox/chrome/safari only*/
}

#chromemenu li.sprite3 a{
	background: url(../images/top_nav_about_tour_and_scholars.gif) no-repeat;
	background-position: 0px 1px;
	padding-left: 4px;
}

#chromemenu #current3 a, #chromemenu li.sprite3:hover > a {
	background: url(../images/top_nav_about_tour_and_scholars_over.gif) no-repeat;
	background-position: 0px 1px;
}

#chromemenu li.sprite4{ /*background is set to reduce blinking effect*/
	background: url(../images/top_nav_about_newsroom.gif) no-repeat;
	background-position: 0px 1px;
	margin-top:2px; /*firefox/chrome/safari only*/
}

#chromemenu li.sprite4 a{
	background: url(../images/top_nav_about_newsroom.gif) no-repeat;
	background-position: 0px 1px;
	padding-left: 4px;
}

#chromemenu #current4 a, #chromemenu li.sprite4:hover > a {
	background: url(../images/top_nav_about_newsroom_over.gif) no-repeat;
	background-position: 0px 1px;
}

#chromemenu li.sprite5{ /*background is set to reduce blinking effect*/
	background: url(../images/top_nav_about_cancer_resources.gif) no-repeat;
	background-position: 0px 1px;
	margin-top:2px; /*firefox/chrome/safari only*/
}

#chromemenu li.sprite5 a{
	background: url(../images/top_nav_about_cancer_resources.gif) no-repeat;
	background-position: 0px 1px;
	padding-left: 4px;
}

#chromemenu #current5 a, #chromemenu li.sprite5:hover > a {
	background: url(../images/top_nav_about_cancer_resources_over.gif) no-repeat;
	background-position: 0px 1px;
}

	
/* dropdown */
#chromemenu li:hover > ul {
	display: block;
}


/* level 2 list */
#chromemenu ul {
	z-index:9999;
	display: none;
	margin:0;
	padding: 2px 0 0px 0;
	width: 228px;
	position: absolute;
	top: 50px;
	left: 0;
	border: 1px solid #747A78; /*THEME CHANGE HERE*/
  	border-top: 1px solid #747A78;
	background-image:url(../images/drop_down_bk.jpg);
  	/* for IE */
  	filter:alpha(opacity=90);
  	/* CSS3 standard */
  	opacity:0.9;
  	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=133);Add Shadow in IE. Remove if desired*/
}

#chromemenu ul li {
	float: none;
	margin: 0;
	padding: 0 0 0 7px;
	text-decoration: none;
	line-height:30px;
	list-style:none;
}

#chromemenu ul a {
	width: auto;
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration: none;
	/*border-bottom: 1px solid #BBB; THEME CHANGE HERE*/
	padding: 1px 8px 0px 14px;
}

/* sub levels link hover */
#chromemenu ul li:hover a, #chromemenu li:hover li a {
	background: none;
	border: none;
	color: #000;	
	height:100%;
}

#chromemenu ul a:hover, #chromemenu ul li:hover {
	background: #fff url(images/gradient.png) repeat-x 0 -100px !important;
	cursor:hand;
	text-shadow:none;
}

/*
-------- IE6 fix ---------------

*html #chromemenu ul a{
	width: auto;
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration: none;
	color: #000;
	padding: 1px 0px 0px 14px;
}

* html #chromemenu ul a {
	width: 100%;
}

#chromemenu ul a:hover {
	background-color: #f8f7f7;
}
*/

/* clearfix */

html[xmlns] #chromemenu {
	display: block;
}

#chromemenu {
	display: inline-block;
} 

* html .chromemenu {
	height: 1%;
}


