/* GENERAL STYLES */

.nextstepslink {
font-size:11px;
color:white;
}

/* Top Navigation */



#naviHolderHP {
    float: right;
 padding:0px 0px 0px 0px;
*padding:0px 0px 10px 0px;
_padding:0px 0px 0px 0px;

    width:960px;
    height: 50px;
    margin: 0 0 0 0;   
	text-align:center; 
	background: url(/assets/images/onto_navigation_bg.png);
	background-repeat:no-repeat;
}

#naviHolder {
    float: right;
 padding:0px 0px 10px 0px;
*padding:0px 0px 20px 0px;
_padding:0px 0px 10px 0px;

    width:960px;
    height: 50px;
    margin: 0 auto 0 auto;   
	text-align:center; 
	background: url(/assets/images/onto_navigation_bg.png);
	background-repeat:no-repeat;
}

#naviList {
	height:40px;
	font-weight: bold;
	font-size:13px;
	width:100%;
    list-style:none;
margin-top:0px;
margin-bottom:0px;
    margin-left: auto;    
    margin-right: auto;    
    padding: 0 0 0 0 ;
}

#naviList ul {
    margin-left: auto;    
    margin-right: auto;  
height:40px;
}

#naviList li {
	width:117px;	
height:45px;
    float:left;
    border-right:none;
    border-left:black solid 1px;
}

#naviList li .selected {
	height:40px;
	color:#8DCEDC;
}


#naviList .selected {

	background-image:url(/assets/images/nav_selected.gif);
	background-repeat: no-repeat;
	background-position: 15px 0px;
	color:#8DCEDC;
}

#naviList a {
	height:40px;
    padding: 12px 0;  
    text-align: center;
    text-decoration:none;
    color:#ffffff;
    display: block;
}

#naviList .selected>a {
	height:40px;
    padding: 12px 0;  
    text-align: center;
    text-decoration:none;
	color:#8DCEDC;
    display: block;
}

#naviList a:hover {
	color:#FFB3B0;
	background-image:url(/assets/images/nav_hover.gif);
	background-repeat: no-repeat;
	background-position: 15px 0px;
}

/* Second Level Navigation */

#second_level_holder {
    float: left;
	/*height:215px;*/
	width:160px;
	background-image:url(/assets/images/second_level_bg.png);
	background-position: top;
	background-repeat:no-repeat;

}

#second_level_bottom {

	height:19px;
	width:160px;
	background-image:url(/assets/images/second_level_bg_bottom.png);
	background-position: top;
	background-repeat:no-repeat;
}

#second_level_mask {
clear:both;
height:20px;
	background-color:black;
}

#secondLevelNavigation {

    width: 140px;
    list-style:none;
    padding:0;
    margin: 20px 10px 10px 10px;  

}



#secondLevelNavigation li {
padding-top:12px;
    padding-bottom:11px;
border-bottom: 1px dotted #ccc;
}



#secondLevelNavigation li .selected {

	color:#8DCEDC;
}

#secondLevelNavigation a .selected {

}

#secondLevelNavigation a {
	color:#fff;
    display: block;
    padding: 5px 0;
    text-decoration: none;
}

#secondLevelNavigation a:hover {
	color:#FFB3B0;
}

/* BREADCRUM */
#breadcrumb_holder{
height:12px;
width:auto;
}

#umbBreadcrum {
    list-style:none;
    padding: 0;
    margin:7px 0;
    color: #aaa;
    font-size: 10px;
}

#umbBreadcrum li {
	background-image:none;
    float:left;
    margin: 0 3px 3px 0;  
    padding: 0;
}





















/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

