/* listmenu */

#listmenu
{
	/* aligns menu as a unit */
	padding: 2px 0px 10px 0px;
	font: 1em Arial, Verdana, Sans-Serif;
	text-align: left;
}

#listmenu ul
{
	/* aligns menu as a unit */
	list-style: none;
	margin: 0;
	padding: 0;
}

#listmenu li
{
	/* aligns menu item */
	margin: -4px 2px;
	padding: 0;
/*	width: 160px; */
}

#listmenu > ul > li
{
	/* align menu item for nonIE browsers only    is used instead of the settings in li above */
	margin: -3px 2px;
}

#listmenu a
{
	font: 11px;
	cursor: pointer;
	display: block;
	margin: 1px 0px;
	padding: 2px 4px 2px 8px;
	color: #336633;
	text-decoration: none;
	font-weight:600;
}

#listmenu > ul > li > a
{
	border: 1px solid transparent;
	padding: 2px 4px 4px 4px;
}

#listmenu a:visited
{
	color: #468B1F;
	text-decoration: none;
}


#listmenu a:hover
{
	margin: 1px 0px;
	border: 1px solid #cccccc; /*	padding: 2px 4px 2px 8px; */
	background-color: #f1f1f1;
	text-decoration: none;
	position: relative;
}

#listmenu a:active
{
	color: #468B1F;
	text-decoration: none;
}

#listmenu a.ActivePage
{
	/* applied to a link which is the current page */
	cursor: pointer;
	display: block;
	margin: 1px 0px;
	border: 1px solid #468B1F;
	padding: 1px 4px 3px 7px;
	text-decoration: none;
	font-weight: normal;
}

#listmenu > ul > li > a.ActivePage
{
	border: 1px solid #468B1F;
	padding: 2px 4px 4px 7px;
}



/* Vertical Menu */

#VerticalMenu
{
	/* aligns menu as a unit */
	padding: 2px 0px 10px 0px;
	font: 1em Arial, Verdana, Sans-Serif;
	text-align: left;
}

#VerticalMenu ul
{
	/* aligns menu as a unit */
	list-style: none;
	margin: 0;
	padding: 0;
}

#VerticalMenu li
{
	/* aligns menu item */
	margin: -4px 2px;
	padding: 0;
	width: 160px; /* width:122px; */
}

#VerticalMenu > ul > li
{
	/* align menu item for nonIE browsers only    is used instead of the settings in li above */
	margin: -3px 2px;
}

#VerticalMenu a
{
	font: 11px;
	cursor: pointer;
	display: block;
	margin: 1px 0px;
	padding: 2px 4px 2px 8px;
	color: #336633;
	text-decoration: none;
	font-weight:600;
}

#VerticalMenu > ul > li > a
{
	border: 1px solid transparent;
	padding: 2px 4px 4px 4px;
}

#VerticalMenu a:visited
{
	color: #468B1F;
	text-decoration: none;
}


#VerticalMenu a:hover
{
	margin: 1px 0px;
	border: 1px solid #cccccc; /*	padding: 2px 4px 2px 8px; */
	background-color: #f1f1f1;
	text-decoration: none;
	position: relative;
}

#VerticalMenu a:active
{
	color: #468B1F;
	text-decoration: none;
}

#VerticalMenu a.ActivePage
{
	/* applied to a link which is the current page */
	cursor: pointer;
	display: block;
	margin: 1px 0px;
	border: 1px solid #468B1F;
	padding: 1px 4px 3px 7px;
	text-decoration: none;
	font-weight: normal;
}

#VerticalMenu > ul > li > a.ActivePage
{
	border: 1px solid #468B1F;
	padding: 2px 4px 4px 7px;
}

/* Menu css */

.Menu ul.AspNet-Menu /* Tier 1 ul */
{
	width: 100%; /* This is more than (6em x 2) because we want to leave room for borders around the <li> elements that are selected */
	text-align: center;
	overflow: visible;
}

.Menu ul.AspNet-Menu li /* Tier 1 items*/
{
	margin-right: 1px;
	min-width: 60px;
	background-color: #468B1F;
	font-size: 11px;
	font-weight: bold;
	overflow: visible;
}


.Menu ul.AspNet-Menu li.AspNet-Menu-Leaf a, /* Tier 1 a items*/ .Menu ul.AspNet-Menu li.AspNet-Menu-WithChildren a
{
	color: #FCF509; 
	padding: 8px;
}



.Menu ul.AspNet-Menu ul /*tier 2*/
{
	top: 100%;
	left: 0;
	text-align: left;
	overflow: visible;
	z-index: 999;
}

.Menu ul.AspNet-Menu li ul li, /* tier 2 items */ .Menu ul.AspNet-Menu li ul li a
{
	background-color: #98CB98;
}



/*.AspNet-Menu-Horizontal ul.AspNet-Menu li:hover a,     /* all a items */
.Menu ul.AspNet-Menu li:hover ul li .MenuColumn a, .Menu ul.AspNet-Menu li:hover ul li .MenuColumnLast a
{
	color: #336633;
	background-color: #98CB98;
	padding: 4px 4px 4px 0px;
}

.Menu ul.AspNet-Menu li:hover .AspNet-Menu-Template h4, .Menu ul.AspNet-Menu li:hover .AspNet-Menu-Template h4 a
{
	font-size: 13px;
	color: #336633;  /* #468B1F; */
	padding: 5px 0px 5px 0px;
}

.Menu ul.AspNet-Menu li:hover .AspNet-Menu-Template a
{
	color: #336633;
}
.Menu ul.AspNet-Menu li:hover .AspNet-Menu-Template a:hover
{
	color: #CC0066;
	text-decoration:underline;
}

.Menu ul.AspNet-Menu li:hover .AspNet-Menu-Template h4 a:hover
{
	color: #CC0066;
	text-decoration: underline;
}

.Menu ul.AspNet-Menu li .MenuRow a
{
	padding: 0px 7px 0px 7px;
}


.Menu .MenuColumn a, .Menu .MenuColumnLast a
{
	padding-bottom: 7px;
}



.Menu ul.AspNet-Menu li:hover .AspNet-Menu-Link
{
	color: #468B1F;
	background-color: #98CB98;
}

.AspNet-Menu-Template
{
	overflow: visible;
	padding: 5px;
	border: solid 1px #C0C0C0;
	border-top: solid 0px;
}


/* Header divider*/

#HeaderDivider
{
	clear: both;
	border-top: 4px solid #282828;
	margin: 0; /*padding: 1px 15px !important;*/
	padding: 1px 0px !important;
	text-align: left;
}

#divSubMenu li .AspNet-Menu-Selected
{
	background: #336699; /*blue*/
	color: #fff;
	font-weight: bold;
}


/*Top buttons menu */


.menu
{
	position: static;
	text-align: right;
	padding-right: 10px;
	white-space: nowrap;
	padding-top: 0px;
}
.menu UL
{
	padding-bottom: 3px;
	list-style-type: none;
	margin: 3px 0px 0px;
	padding-left: 0px;
	padding-right: 0px;
	list-style-image: none;
	padding-top: 0px;
}
.menu LI
{
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 0px;
	display: block;
	float: left;
	padding-top: 4px;
}
.menu A
{
	padding-left: 30px;
	padding-bottom: 8px;
	padding-right: 5px;
	background: no-repeat left top;
	font-weight: bold;
	padding-top: 4px;
	color: #336633;
	
}

.menu A:hover
{
	color: #CC0066;
}

.menu .text
{
	padding-left: 30px;
	padding-bottom: 8px;
	padding-right: 5px;
	font-weight: bold;
	padding-top: 1px;
}

/*Main menu*/


.MenuColumn
{
	border-right: solid 1px #336633;
	float: left;
	margin-right: 10px;
}

.MenuColumnLast
{
	border-right: solid 0px;
	float: left;
}

.MenuRow
{
	overflow: hidden;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}

.MenuRow a
{
	border-right: solid 1px #336633;
	float: left;
	padding-left: 7px;
	padding-right: 7px;
	color: #336633;
}

.MenuRow a:hover
{
	color: #CC0066;
}

.MenuRow .LastItem
{
	border-right: solid 0px;
}

.People
{
	background-image: url('Icons/People.png');
	background-repeat: no-repeat;
	height: 24px;
}

.Pencil
{
	background-image: url('Icons/Pencil.png');
	background-repeat: no-repeat;
	height: 24px;
}

.Cart
{
	background-image: url('Icons/Cart.png');
	background-repeat: no-repeat;
	height: 24px;
}

.Question
{
	background-image: url('Icons/Question.png');
	background-repeat: no-repeat;
	height: 24px;
}

.Call
{
	background-image: url('Icons/Call.png');
	background-repeat: no-repeat;
	height: 24px;
}

.Email
{
	background-image: url('Icons/email.png');
	background-repeat: no-repeat;
	height: 24px;
}
