/*
A {font-family: inherit;}
A:link  {text-decoration: none;color:#339299; }
A:visited{text-decoration:none;color:  #025D65;}
A:active {text-decoration: none;color: #D32525;}
A:hover {text-decoration:underline;color: #404040;}

A:link, A:active, A:visited{text-decoration:none;}
A:hover {text-decoration: underline;}
*/
UL LI {list-style-type:square ;}
UL LI LI{list-style-type:disc;}
UL LI LI LI {list-style-type:circle;}

OL LI {list-style-type:decimal;}
OL OL LI{list-style-type:lower-alpha;}
OL OL OL LI {list-style-type:lower-roman;}

.LTop {background-image: url(MRPix/SkinStyles_01.gif);background-repeat: repeat-x;}
.LBottom {background-image: url(MRPix/SkinStyles_10.gif);background-repeat: repeat-x;}
.LRepeat {background-image: url(MRPix/SkinStyles_07.gif);background-repeat: repeat-y;}

.MTop {background-image: url(MRPix/SkinStyles_06.gif);background-repeat: repeat-x;}
.LightBG{font-family: Tahoma, Arial, Helvetica; FONT-SIZE: .9em;  TEXT-TRANSFORM: uppercase;  color: #6A0893;}

.TabList {
    float:left;
    horizontal-align:center;
}
.TabList ul {
    margin:0;
    list-style:none;
    display: inline;
}

.TabList li {
    float:left;
    margin:0;
    display: inline;
    padding:0px 0 0 9px;
}

.TabList li a {
   font-family:Geneva, Tahoma,San-Serif;
   font-size:11px;
   voice-family: "\"}\""; voice-family:inherit;
   line-height:normal;
}
/*
select.TabList {
    border-left: #003366 1px solid;
    border-right: #003366 1px solid;
    border-top:  #003366 1px solid;
    border-bottom: #003366 1px solid;
    background-color: #003366;
    color:#FFFFFF;
    font-weight:bold;
    font-size:80%;
}
*/

#navParent a {
    font-weight:bold;    
    float:left;
    display:block;
    text-align:center;
    white-space: nowrap;
    text-align: center;
    padding:5px 10px 5px 2px;
    text-decoration:none;
    color:#776655;
    background:url(tabs/right.gif) no-repeat right top;
}

#navParent a:hover,
#navParent li.hover a
 {
    text-decoration:none;
    color: #F27018;
	
}

#navParent a:active,
#navParent li.active a
 {
    text-decoration:none;
    color: #F27018;
	
}


#navParent li {
    background:url(tabs/left.gif) no-repeat left top;
} 

#navParent li:hover,
#navParent li.hover
{
    /*
    background-position:0 -125px; 
*/
}

#navParent .SelectedItem {
    background:url(tabs/left_on.gif) no-repeat left top;
}
#navParent .SelectedItem a 
{
	
    background:url(tabs/right_on.gif) no-repeat right top;
	text-decoration:none;
    color: #F27018;
}

#navChild ul.Level1 {
    display:none;
}

#navChild ul {
    padding:2px 0 2px 3px;
    margin:0;
    display:inline;
    list-style:none;
    float:left;
}

#navChild li {
  position: relative;
}
#navChild li {
  padding:4px 8px 6px 0;
  background:url(tabs/divider.gif) no-repeat right 8px;
}
#navChild li li{
  background:url();
}
#navChild li ul { /* second-level lists */
	position : absolute;
	z-index:5;
	left: -999em;
	border:1px solid #333333;
    background-color:#f1f1f1;
}

#navChild a {
	display:block;
    text-decoration:none;
    padding:2px;
    color:#000;
    text-align:left;
    border:1px solid #f1f1f1;
}
#navChild li li a {
    width:125px;
}

#navChild li a:hover {
   background-color: #ffffff;
   border:1px solid #3b3b3b;
}

#navChild a.SelectedItem {
    background-color: #ffffff;
    border:1px solid #3b3b3b;
}
#navChild .DisabledItem {
    color:#cccccc;
}
/* no need to change these hover classes 
unless you need more than 4 levels */
#navChild li:hover ul ul,
#navChild li:hover ul ul ul,
#navChild li:hover ul ul ul ul,
#navChild li.hover ul ul,
#navChild li.hover ul ul ul,
#navChild li.hover ul ul ul ul{
  left: -999em;
}

#navChild li:hover ul, 
#navChild li.hover ul {
	top: 26px;
	left:0;
}
#navChild li li:hover ul,
#navChild li li li:hover ul,
#navChild li li.hover ul,  
#navChild li li li.hover ul {
	top: 0;
	left:130px;
}



