/* 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:#2c4ee3
}
.dmdiv a:hover {
		color: #000;
		background-color: #eaeaea;
		text-decoration: none;
}
.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;
}
.NavParent {
		/*background:url(../Images/NavBox.gif) top no-repeat  ;*/ 
		height:160px; 
		width:320px; 
		padding-top:8px; 
		padding-right:0px; 
		float:right ;
		margin-top:-22px;
	}
.NavItems, .NavItems_Selected    {
		background:url(../Images/NavArt.gif) center  right no-repeat    ; 
		font-size:12px;
		font-weight:400;
		letter-spacing:-0.002em; 
		text-align:right;
		line-height:21px;
		padding-right:0px;
		width:;
}
.NavItems span, .NavItems_Selected  span {
		padding-right: 20px;
		color:#636363;
		height:16px;
 }
 .NavItems span  {
		cursor:pointer;
 }
 .NavItems_Selected  span  {
		background:url(../Images/NavArt.gif) center  right no-repeat    ; 
		font-weight:800;
		color:#000;
}
.NavItems span:hover {
		color:#d92109;
}
.NavRule {
		border-bottom: 1px solid #DEDEDE; 
		height:1px;
		margin-left:20px; 
		margin-top:0px;
		margin-bottom:0;
		width: ;
		line-height:1px;
		font-size:1px;
}
