/* drop down menu styles */
a {		text-decoration:none}
.MainMenu  
{
    	width: 100%;
    	border-collapse: collapse;
}
.MainMenu  {
		background-color:#FF0000;}
.NavLayer
{
		z-index: 42;
		left: 0px;
		padding-bottom: 5px;
		overflow: visible;
		width: 100%;
		color: #66636d;
		line-height: 18px;
		height: 18px;
}
.NavTable
{
    	z-index: 32;
    	width: 100%;
    	line-height: 18px;
    	height: 18px;
}
.NavTd
{
    	padding-right: 9px;
    	padding-left: 3px;
}
.NavTd a
{
    	padding-right: 9px;
}
.NavTd a:link, .NavTd a:visited, .NavTd a:active
{
		font-weight: 800;
		font-size: 11px;
		color: #09499A;
		text-decoration: none;
}
.NavTd a:hover
{
    	color: #09499A;
}
.NavTd .disabled
{
    	font-size: 11px;
    	font-weight: 800;
}
.MainMenu #RightTd
{
    	width: 8px;
    	height: 18px;
    	background-color:#BDE589;
}
.MainMenu #LeftTd
{
    	width: 8px;
    	height: 18px;
    	background-color:#BDE589;
}
.disabled
{
    	color: #a9a9a9;
}

/* drop downs   */
.dmdiv
{
		border-right: #d2d2d2 1px solid;
		border-top: #d2d2d2 1px solid;
		margin-top:  -22px;
		z-index: 100;
		font: 11px/12px  ;
		border-left: #d2d2d2 0px solid;
		border-bottom: #d2d2d2 0px solid;
		position: absolute;
		background-color: #fff;
		text-align: left;
		margin-left: 126px;
	}
.dmNav > .dmdiv 
{
		margin-top:  -19px;
		margin-left: 69px;
}
.dmNav > .dmdiv a
{
		padding-bottom: 2px;
		padding-top: 2px;
}
.dmdiv a
{
		padding-right: 2px;
		display: block;
		padding-left: 8px;
		padding-bottom: 5px;
		border-left: #d2d2d2 1px solid;
		padding-top: 5px;
		border-bottom: #d2d2d2 1px solid;
		background-repeat: repeat-x;
 		height: 18px;
		background-color: transparent;
		text-decoration: none;
		color:#5cc000;
}
.dmdiv a:hover
{
		color: #000;
		background-color: #eaeaea;
		text-decoration: underline;
}
.dmdiv .disabled
{
		padding-right: 2px;
		display: block;
		padding-left: 4px;
		padding-bottom: 0px;
		border-left: #66636d 1px solid;
		padding-top: 0px;
		border-bottom: #66636d 1px solid;
		background-repeat: repeat-x;
 		height: 18px;
		background-color: transparent;
		font-weight: 800;
		font-size: 11px;
}
.dmdiv .separator
{
		font-size: 1px;
		border-left: #66636d 1px solid;
		border-bottom: #66636d 1px solid;
		height: 2px;
		background-color: #dcdcdc;
}
.dmdiv a:link, .dmdiv a:visited, .dmdiv a:active
{
		font-weight: 800;
		font-size: 11px;
}
.menuarrow
{
		background-position: right;
		background-image: url(../Images/arrowDefault.gif);
		background-repeat: no-repeat;
}
div.NavParent {
		background:url(../images/NavBox.gif) 0 0 no-repeat      ; 
		height:150px; 
		width:180px; 
		padding-top:28px; 
		padding-right:0px; 
		float:right ;
	}
.NavItems   {
		background:url(../images/m1a.gif) center  right no-repeat  ; 
		font-size:12px;
		font-weight:800;
		letter-spacing:-0.02em; 
		text-align:right;
		line-height:21px;
		padding-right:0px;
		width:154px;
}
.NavItems a {
		padding-right: 20px;
		color:#636363;
		width:140px;
		height:16px;
 }
.NavItems a:hover {
		color:#d2d2d2;
}
.NavRule {
		border-bottom: 1px solid #DEDEDE; 
		height:1px;
		margin-left:40px; 
		margin-top:0px;
		margin-bottom:0;
		width:118px;
		line-height:1px;
		font-size:1px;
}
