.Menu
{
	width: 100%;
}
A.NavLink, A.NavLink:ACTIVE, A.NavLink:HOVER, A.NavLink:LINK, A.NavLink:VISITED
{
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.HorizontalSeperator
{
	/*background-color: #FFFFFF;*/
	width: 0px;
}
.VerticalSeperator
{
	/*background-color: #FFFFFF;*/
	height: 0px;
}
.MenuPointer
{
	height: 25px;
	width: 1px;
	vertical-align: bottom;
}
.SubMenu
{
	background-image:url('../../Images/SubNavBG.gif');
	width: 180px;
	padding: 0px;
	margin: 0px;
}
.LinkCell
{
	height: 30px; /*width:150px;*/
	padding-left: 7px;
	padding-right: 7px;
	cursor: pointer;
}
.LinkCellOver
{
	height: 30px; /*width:150px;*/
	padding-left: 7px;
	padding-right: 7px;
	cursor: pointer;
	/*background-color: #cccccc;*/
}
.DropMenu
{
	position: absolute;
	visibility: hidden;
	z-index: 110;
	width: 180px;
	border: 1px solid #000040;
	background-color: #000040;
}
/*-- MENU ADMIN STYLES --*/
table.AdminButtons th 
{
	border-width: 0px;
	border-style: solid;
	border-color: #cccc99;
}
table.AdminButtons td 
{
	border-width: 0px;
	border-style: solid;
	border-color: #cccc99;
}
.AdminDropMenu
{
	position: absolute;
	visibility: hidden;
	z-index: 110;
	width: 207px;
	border: 1px solid #000040;
	/*background-color: #cccc99;*/
}
.AdminFrame
{
	width: 207px;
}
.SubMenuPage
{
	/*background-color: #cccc99;*/
	margin-top:0; 
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	overflow:hidden; 
}
.HeadingBox
{
	background-color: #FFFFFF;
	color: #40362D;
	font-family: Arial, Verdana, Tahoma;
	font-size: 11px;
	font-weight: normal;
	padding-left: 3px;
	padding-right: 3px;
	border: 1px solid #40362D;
	width : 90px;
}
/*-- HORIZONTAL MENU ADMIN STYLES --*/
.HorizontalMenuAdmin
{
	background-image:url('../../Images/NavBG.gif');
	width:100%;
	height:54px;
}
.HorizontalButtons
{
	/* there is 5 of them
	18px is the min width so 90px together (HeadingBox length) */
	height: 18px;
	width: 18px;
	text-align:left;
}
.HorizontalSave
{
	/* there is 5 of them
	18px is the min width so 90px together (HeadingBox length) */
	height: 44px;
	width: 25px;
	text-align:center;
	vertical-align:middle;
}
.HorizontalTextCell
{
	vertical-align: top;
	height: 24px;
	text-align:left;
}
.HorizontalMenuPointer
{
	height: 24px;
	width: 1px;
	vertical-align: bottom;
}
.HorizontalHeadingCell
{
	height: 44px;
	text-align:center;
}
/*-- VERTICAL MENU ADMIN STYLES --*/
.VerticalMenuPointer
{
	height: 26px;
	width: 1px;
	vertical-align: bottom;
}
.VerticalMenuAdmin
{
	width:227px;
}
.VericalButtons
{
	/* there is 5 of them
	18px is the min width so 90px together (HeadingBox length) */
	height: 26px;
	width: 18px;
	text-align:center;
}
.VerticalSave
{
	/* there is 5 of them
	18px is the min width so 90px together (HeadingBox length) */
	height: 26px;
	width: 200px;
	text-align:left;
	padding-left:3px;
	background-image:url('../../Images/SubNavBG2.gif');
}
.VerticalTextCell
{
	height: 26px;
	text-align:center;
}
.VerticalHeadingCell
{
	height: 26px;
	width: 200px;
	text-align:center;
	background-image:url('../../Images/SubNavBG2.gif');
}