﻿.MenuStyle *, .subMenu *, .LMenuStyle {	font-family: Verdana, Arial, Helvetica, sans-serif!important; }

.MenuStyle {
	font-size: 11px;
	cursor: pointer;
	white-space: nowrap;
	color: #373737;
	line-height: 24px;
	padding-right: 15px;
	position: relative;
}
.MenuStyle td { text-align : right; }
.MenuStyle table table {
	border-bottom-width: 1px!important;
	border-bottom-style: dotted!important;
	border-bottom-color: #999999!important;
	padding-right: 0px;
	margin: 0px;
}
.MenuStyle table table td, .MenuStyle table table td a { padding-right: 0px!important; }
.subMenu table table td, .subMenu table table td a { padding-right: 10px!important;}
/* The static (main) menu arrows are now dynamically added in topmenu.ascx.vb
.MenuStyle table table a {
	background-image: url(../Images/Arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}*/
.MouseOver {
	color: #26211C;
	background-color: #EAE8D0;
}
.Selected, .StaticSelected {
	font-weight: bold;
	color: #2E3632;
}
.subMenu {	border: 1px solid #8F8F8F; }
.subMenu td { text-align: left!important;}
.subMenu a {
	color: #373737!important;
	padding-left: 10px;
	background-image: none!important;
}
iframe {
	background-color: #FFFFFF;
	margin-top: 0px!important;
	margin-left: 0px!important;
	position: inherit;
}
/*Left menu*/
.LMenuStyle , .LMenuStyle td  {
	padding: 0!important; 
	margin: 0!Important;
	text-align: right!important;	
	width:186px;
	font-size: 12px;
	line-height:24px;
}

.LMenuStyle {

	cursor: pointer;
	white-space: nowrap;
	position: relative;
}
.LMenuStyle * td { width: 100%!Important;}

.LMenuStyle * a {
	background-position: right center;
	background-image: url('../Images/Arrow.gif');
	background-repeat: no-repeat;
	color: #434343;
}

.LMenuStyle * a:hover {
	color: #009cb8!important;

}

a[href="/Default.aspx"] {display:none;}
#MenuLinks {padding-top:24px;}
