﻿#mainMenu
{
	width: 100%;
	text-align: center;
}
.topNavItem
{
	cursor:pointer;
}
.topNavItem .staticItem
{
	padding-top: 5px;
	float:left;
	height: 30px;
	background-color: #c5006e;
}
.topNavItem .staticItemLeft
{
	float:left;
	height: 35px;
	width: 8px;
	background: url(../../images/menu-left.gif) left top no-repeat;
}
.topNavItem .staticItemRight
{
	float:left;
	height: 35px;
	width: 8px;
	background: url(../../images/menu-right.gif) right top no-repeat;
}
.topNavItem a
{
	font-weight: bold;
	color: #ffffff;
	white-space:nowrap;
}
.topNavFlyOuts
{
	border-top:1px #5a2f00 solid;
	background-color: #ffdddd;
}
.topNavFlyOutsItem
{	
	background-color: #ffdddd;
	border:1px #5a2f00 solid;
	border-top-style: none;
	text-align: left;
}
.topNavFlyOutsItem a
{
	color: #c4006c;
    display:block;    
    padding:2px 5px 2px 5px;
}
.topNavFlyOutsHover a
{
	background-color: #ff4aae;
	color: #ffffff;
}