/*

 dark pink : #682a72 or #772674 brighter
 light pink : #b999c1 or #c59ac3 brighter

*/

#menubar ul, #menubar ul li, #footmenubar ul, #footmenubar ul li{
	overflow: normal;
	display:block;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

/* html>body ul, html>body li{_height: 1%} */

#menubar ul {
	list-style-type: none;
	height:12px;

}

#menubar li{
	float: left;
	padding-right:10px !important;
	margin-right:10px !important;
	background-image:  url(/images/divider.png);
	background-position: 100% 60%;
	background-repeat: no-repeat;

}

.end{
	background-image: none !important;	
}


#menubar li a{
	font-size:13px;
	text-decoration:none;
	color:#b999c1;	
	zoom: 1;
	width:auto;
}

#menubar li a:hover{
	color: #682a72;/* !important */
}


.selected {
	color: #682a72 !important;
}

p {
	padding: 0;
	margin: 0;
}

.sublevel{
	margin-left:0 !important;
	clear:left;
	padding-left:12px !important;
	margin-top:7px !important;
}

* html .sublevel{_height: 1%}

#menubar ul.sublevel li a{
	font-size:12px;
	color:#682a72;	
}

#sub li a:hover{
	color:#b999c1 !important;
}

/* #################  Bottom Nav ################## */

#footmenubar{
	text-align:left !important;
	padding-left:0 !important;
	height:22px;
	margin-left:30px;
	width:340px;
	float:left;
}

.text_align-right { float:right; margin: 0 15px 0 0; }

#footmenubar ul {
	list-style-type: none;
	height:12px;
}

#footmenubar li{
	float: left;
	padding-right:12px!important;
	margin-right:10px!important;
	background-image:  url(/images/divider_pink.png);
	background-position: 100% 60%;
	background-repeat: no-repeat;
}


#footmenubar li a{
	font-size:11px;
	text-decoration:none;
	color:#333;	
	zoom: 1;
	width:auto;
}

#footmenubar li a:hover{
	color: #000  !important;
}

/* ######################################### */
