#menu {
width:800px;
margin:auto;
height:46px;
background:url(http://tempacure.com/images/menu_bg.jpg) top left repeat-x;
font-family:Verdana, Arial, Helvetica, sans-serif;
overflow:hidden;
}

#menu a {
color:#FFF;
text-decoration:none;
}

#menu h1 {
	font-size:12px;
	padding:0 0.8em 0 0.8em;
}

#menu ul {
padding:0;
margin:0;
display:block;
float:left;
overflow:hidden;
}

	#menu ul:hover {
	background:url(http://tempacure.com/images/menu_item_left.jpg) top left no-repeat;
	}
	
	#currentUL{
	background:url(http://tempacure.com/menu/menu_item_left.jpg) top left no-repeat;
	}


#menu ul li {
display:block;
height:36px;
float:left;
list-style:none;
padding:10px 0 0 0;
}

	#menu ul li:hover {
	background:url(http://tempacure.com/images/menu_item_right.jpg) top right no-repeat;
	}
	
	#currentLI {
	background:url(http://tempacure.com/menu/menu_item_right.jpg) top right no-repeat;
	}
	
#menu strong {
margin:0 0.3em 0 0.3em;
}	

/* Begin Sub Menu CSS */
	
#menu ul ul {
margin:0;
padding:0;
position:absolute;
top:211px;
display:none;
background:url(http://tempacure.com/images/subMenu_btm.jpg) bottom left no-repeat #ff3b3b;
}

#menu ul:hover ul {
display:block;
list-style:none;
width:150px;
}

#menu ul ul:hover {
background:url(http://tempacure.com/images/subMenu_btm.jpg) bottom left no-repeat #ff3b3b;
}

#menu ul ul li {
list-style:none;
width:150px;
height:25px;
padding:0 0 0 0.8em;
font-size:12px;
}

#menu ul ul li:hover {
background:none;
}

#menu ul ul li a {
color:#FFF;
text-decoration:none;
}

#menu ul ul li a:hover {
color:#FFF;
text-decoration:underline;
}