﻿.TopMenuItem {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/arrowNavPink.gif);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	padding-top: 5px;
	padding-right: 35px;
	padding-bottom: 5px;
	text-transform: uppercase;
	border-bottom: 1px solid #E1BDD2;
	cursor:pointer;
	
}
.MenuItemOver {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/arrowNavWhite.gif);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	padding-top: 5px;
	padding-right: 35px;
	padding-bottom: 5px;
	text-transform: uppercase;
	border-bottom: 1px solid #E1BDD2;
	cursor:pointer;
}

.TopMenuItemSel {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/arrowNavPink.gif);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	padding-top: 5px;
	padding-right: 35px;
	padding-bottom: 5px;
	text-transform: uppercase;
	border-bottom:1px solid #E1BDD2;
	cursor:pointer;

}

