﻿.Item, .ItemHover, .ItemExpanded
{
	font-family:Verdana, sans-serif;
	font-size:11px;
	font-weight:normal;
	cursor:pointer;
	padding:12px 5px;
	text-transform:uppercase;
}

#mainMenuDiv .Item { color:#f9c03b; }
#mainMenuDiv .ItemHover,#mainMenuDiv .ItemExpanded { color:#fdda94; }

#bottomMenuDiv .Item, #bottomMenuDiv .ItemHover, #bottomMenuDiv .ItemExpanded { color:#7b1128; }

.dotDivider { height:2px; width:2px; }
#mainMenuDiv .dotDivider { background-color:#f9c03b; }
#bottomMenuDiv .dotDivider { background-color:#7b1128; }

.TopGroup { margin: 0 auto; }

/*
.ChildItem, .ChildItemHover, .ChildItemExpanded { padding:5px 10px; cursor:pointer; background-color:#c00;
                                                  font-size:13px; }
                                                  
.ChildItem { color:#fff; }
.ChildItemHover, .ChildItemExpanded { color:#000; }
*/
