/* hide alternate menus */

#pdnaParent, #ueilParent, #pacParent, #pciParent, #pxiParent, #modbusParent, #simParent, #applicationsa {
display: none;
}

#navLeftTools {
  width:100%;
  font-size: 10px;
}

#navLeftTools td {
 background-color:#ddd;
 padding: 3px;
}












/*Control DIV for expand all and collapse all links*/
#p7TMctrl {
margin: 0 0 0 0;
padding: 5px;
display: none;
/*/*/display: block; /* Hide from NN4*/
}

#menu {
margin : 0;
padding-bottom : 0px;
padding-left : 0px;
}

#menu ul, #menu li	{
display : inline;
list-style-type : none;
margin : 0;
padding : 0;
}

#appViewClick a:link, #prodViewClick a:visited	{
background : #9292ce;
border-top: 1px solid #918fb8;
border-left: 1px solid #ddd;
border-right: 1px solid #918fb8;
color : white;
float : left;
font-size : small;
font-weight : bold;
line-height : 14px;
margin-right : 5px;
padding : 5px;
text-decoration : none;
}

#prodViewClick a:link, #appViewClick a:visited	{
background : white;
border:none;
color : #666;
float : left;
font-size : small;
font-weight : normal;
line-height : 14px;
margin-right : 5px;
padding : 5px;
text-decoration : none;
}

#menu a:link.active, #menu a:visited.active	{
background : #fff;
border-bottom : 1px solid #fff;
color : #000;
}

#prodViewClick a:hover	{
color : black !important;
}

#appViewClick a:hover {
color : white !important;
}





/*Sets line-height of all menuitems*/
#p7TMnav {
/*/*/ line-height: 1.5; /* */
margin: 0; padding:0;
clear: both;
}






/*Sets background color and border around the menu DIV*/
#p7TMnav {
margin: 0; padding:0;
}
#p7TMnav div {
/*/*/
margin: 0 0 5px 0;/* */
background-color: white;
}








/*second level menuitem divs*/
/*Sets left margin to 12px establishing a cascading indent*/
/*Sets border and bg color to establish the pastel BOXES*/
#p7TMnav div div {
margin: 0 0 0 12px;
border-left:0px solid #ddd;
/*background-color: #ddd;  */
}








/*third level menuitem divs. Sets BOX color*/
#p7TMnav div div div {
/*background-color: #BBBBBB; */
}







/*fourth level menuitem divs. Sets BOX color*/
#p7TMnav div div div div {
/*/*/background-color: #CCCCCC; /* */
}







/*fifth level menuitem divs. Sets BOX color. Cascades to lower levels*/
/*To set additional level color BOXES, add a new selector with an additional -div- appended*/
#p7TMnav div div div div div {
/*/*/background-color: #C0C0C0; /* */
}







/*The Link style for top-level menuitems and is read by all browsers*/
#p7TMnav div a {
color: #333333;
font-size: 12px;
font-weight: bold;
}







/*The Link style for top-level menuitems hidden from Netscape 4*/
#p7TMnav div a {
/*/*/
text-decoration: none;
background-color: #9292ce;
display: block;
padding: 3px 0 3px 12px; /* */
}

#p7TMnav div a:visited, #p7TMnav div a:link {
color: #333;
}

#p7TMnav div a:hover {
background-color: #4d4c87;
color: #FFFFFF;
}






/*The Link styles for second-level menuitems*/
#p7TMnav div div a {
font-size: 12px;
color: #333;
background-color: #efefef;
border-bottom: 1px solid #ddd;
border-left: 1px solid #ddd;
}
#p7TMnav div div a:hover {
color: #555;
background-color: #ddd;
}






/*The Link style for third-level menuitems and lower*/
/*To set a specific style for the fourth level, add a div to the selector*/
/*Fourth-level example syntax: p7TMnav div div div div a {declaration}*/
#p7TMnav div div div a {
font-size: 12px;
color: white;
background-color: #f6f6f6;
border-bottom: 1px solid #ddd;
border-left: 1px solid #ddd;
}


.p7plusmark {
color: white !important;
background-repeat: no-repeat;
background-position: 8px 50%;
background-image:url(rightarrow.gif);
padding: 5px 0 5px 20px !important;
}
.p7minusmark {
color: white !important;
background-repeat: no-repeat;
background-position: 5px 50%;
background-image:url(downarrow.gif);
padding: 5px 0 5px 20px !important;
}


/*rule programatically assigned to child links when image-based plus and minus option is selected*/
.p7defmark {
background-image:  none;
padding: 0 0 0 12px !important;
}

/*rules programatically assigned to page link correesponding to current page (You are Here)*/
.p7currentmark {
font-weight: bold;
background-color: transparent !important;
color: #FFFFFF !important;
background-repeat: no-repeat;
background-position: 100% 50%;
background-image:url(open_page_grade.gif);
padding: 2px 0 2px 12px !important;
}
