
/* Begin Menu Buttons */
.MenuItemHeader, .MenuItem, .MenuItemCurrent, .MenuItemSemiCurrent
{
	font-family: Verdana; 
	font-style:normal;
	text-decoration: none;
}

.MenuItemHeader, .MenuItem, .MenuItemCurrent, .MenuItemSemiCurrent
{
	Display: Block;
	margin: 0px 0px 0px 0px;
	/*padding: 0.2em 0.6em 0.2em 0.6em;*/
	padding: 0.2em 0px 0.2em 0px;
	text-align: center;
	
}

.MenuButton, .MenuButtonCurrent, .MenuButtonSemiCurrent
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.MenuItem, .MenuItemCurrent, .MenuItemSemiCurrent
{
	font-size: 14px;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
}

.MenuButtonHeader
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;

	background-image: url("/0images/MenuHeaderBG.jpg");
	background-repeat: repeat-x;
}

.MenuItemHeader
{
	font-size: 16px;
	font-weight: bold;
}

/*
.MenuItemCurrent
{
	cursor: default;
}
*/
/* End Menu Buttons */

/* Begin Menu Borders & Dividers */
.MenuBorderTop, .MenuBorderRight, .MenuBorderBottom, .MenuBorderLeft
{
	border-style: solid;
	/*border-color: #000000;*/
	border-color: #A5ABB8;;
}

.MenuBorderTop
{
	border-width: 0px 0px 1px 0px;
	height: 1px;
}

.MenuBorderRight
{
	border-width: 0px 0px 0px 1px;
	width: 1px;
}

.MenuBorderBottom
{
	border-width: 1px 0px 0px 0px;
	height: 1px;
}

.MenuBorderLeft
{
	border-width: 0px 1px 0px 0px;
	width: 1px;
}

.MenuBorderHeaderDivider
{
	/*background-color: #000000;*/
	background-color: #A5ABB8;;
	height: 1px;
}

.NavMain img
{
	display: block;	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.MenuBorderDivider
{
	background-color: #CED0D3;
	height: 1px;
}
/* End Menu Borders & Dividers */

.NavMain
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	width: 125px;
	vertical-align: top;
}


td.MenuSpace
{
	font-size: 0.7em;
}
/* End Menu General */

/* Begin Menu Colors */
.MenuButtonHeader
{
	color: #000000;
	background-color: #CDD5E5;
	cursor: default;
}

.MenuButton,
.MenuItem, .MenuItem:link, .MenuItem:visited,
.MenuItemSemiCurrent, .MenuItemSemiCurrent:link, .MenuItemSemiCurrent:visited
{
	color: #000000;
	background-color: #F2F4F8;
	border-color: #F2F4F8;
}

.MenuButtonCurrent,
.MenuItemCurrent, .MenuItemCurrent:link, .MenuItemCurrent:visited, .MenuItemCurrent:hover, .MenuItemCurrent:active
{
	color: #000000;
	background-color: #EDC4C5;
	border-color: #EDC4C5;
}

.MenuItem:hover, .MenuItem:active,
.MenuItemSemiCurrent:hover, .MenuItemSemiCurrent:active
{
	color: #000000;
	border-color: #CED0D3;
	background-color: #CED0D3;
}

.MenuButtonSemiCurrent,
.MenuItemSemiCurrent, .MenuItemSemiCurrent:link, .MenuItemSemiCurrent:visited
{
	background-color: #F0E0E2;
}
/* End Menu Colors */

/* Begin Sub-Menu */
/*
div.SubMenu
{
	margin: -11px 0px 0.8em 0px;
	padding: 0.5em 0px 0.6em 0px;
	
	width: 100%;
	text-align: center;
	border-width: 0px 1px 1px 1px;
	border-color: #000000;
	border-style: solid;
	background-color: #F6F6F6;
}
*/
/* End Sub-Menu */