#menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;	
}

#menu ul li {
    display: inline;
    float: left;
    clear: both;	
    width: 200px;
}

#menu ul li a:link,#menu ul li a:visited,
#menu ul li a:hover,#menu ul li a:active {
	display: block;
	width: 170px;
	padding: 15px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
}

#menu #upperMenu {
    background: #fab42e url(../img/upperMenuBg.jpg) top left no-repeat;
    margin-bottom: 15px;	
}

#menu #upperMenu a:hover, #menu #upperMenu a:active,
#menu #upperMenu .selected a:link, #menu #upperMenu .selected a:visited,
#menu #upperMenu .selected a:hover, #menu #upperMenu .selected a:active {
    background: #cf911b; 	
}

#menu #lowerMenu {
    background: #2c8888 url(../img/lowerMenuBg.jpg) top left no-repeat;
    margin-bottom: 15px;
}

#menu #lowerMenu a:hover, #menu #lowerMenu a:active,
#menu #lowerMenu .selected a:link, #menu #lowerMenu .selected a:visited,
#menu #lowerMenu .selected a:hover, #menu #lowerMenu .selected a:active {
    background: #165656;    
}

#footer {
    text-align: center;
    font-size: 11px;
    padding-bottom: 20px;
    text-transform: uppercase;	
    color: #444;
}

#footer a:link,
#footer a:visited {
    color: #444;
    text-decoration: none; 
}

#footer a:hover,
#footer a:active {
    text-decoration: underline;	
}

#footer .menu, #footer .menu .bifurMenu ul,
.legalMenu, .therapyOptions {
    list-style-type: none;	
    margin: 0;
    padding: 0;
    text-align: center;
    display: inline;
    float: left;
    width: 100%;
}

#footer .menu .bifurMenu {
    clear: both;	
}

#footer .menu .bifurMenu ul li, .legalMenu li, .therapyOptions li {
    display: inline;
    margin: 0 0 0 7px;
    padding: 0 0 0 10px;
    border-left: 1px solid #444;
}

#footer .menu .bifurMenu ul li.first,
.legalMenu li.first, .therapyOptions li.first {
    margin-left: 0;
    padding-left: 0;
    border-left: none;	
}

