/* GENERAL STYLES */
/* GENERAL STYLES */
/* Navigation */

#secondLevelNavigation {
    float: left;
    width: 180px;
    list-style:none;
    padding:0;
    margin: 0;  
    border-top: 1px solid #ddd;
}

#secondLevelNavigation li {
    margin: 0;
    border-bottom: 1px solid #ddd;
}

#secondLevelNavigation li .selected {
	font-weight: bold;
}

#secondLevelNavigation a {
    display: block;
    padding: 5px 0;
    text-decoration: none;
}

#secondLevelNavigation a:hover {
    background-color: #eee;
}

#naviHolder{
    width:763px;
    height: 32px;
    margin: 0px;    
    background: url(../images/menuback.gif) repeat-x;
    padding: 11px 0px 0px 16px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
}

#naviList {
    list-style:none;
    margin: 0;    
    padding: 0;
}

#naviList li {
    width:95px;
    float:left;
    border-left:#ddd9cc solid 1px; 
    border-right:#888477 solid 1px;
}

#naviList .selected {
	font-weight: bold;
}

#naviList a{
    padding: 8px 0;
    text-align: center;
    text-decoration:none;
    color:#ffffff;
    display: block;
}

#naviList a:hover{
    color:#ddd9cc;
}
/* Pull */
#nav ul, #nav {
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav a {
    padding: 8px 0;
    text-align: center;
    text-decoration:none;
    color:#ffffff;
    display: block;
}

#nav .current {
	font-weight: bold;
}

#nav a {
	text-decoration: none;
}

#nav a:hover {
	color: white;
}

#nav li ul{
	width: 180px;
}
#nav li li a {
	display: block;
	font-weight: normal;
	color: #fff;
	padding: 0.5em 1em;
	width: 180px;
	text-transform: none;
	text-align: left;
}

#nav li {
	float: left;
	position: relative;
	width: 10.5em;
	text-align: center;
	cursor: default;
    border-left:#ddd9cc solid 1px; 
    border-right:#888477 solid 1px; 
	z-index: 1;

}


li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 180px;
	font-weight: normal;
/*	background: url(wizard/pullBackground.png); */
	background-color: #666;
	color: #fff;
	padding: 2em 0;
	/*border-bottom: 1px solid #888477;*/
}

li>ul {
	top: auto;
	left: 0px;
	margin-top: 1px;
	border-top: solid 1px #333;
}

#nav li li {
	display: block;
	width: 200px;
	float: none;
	background-color: transparent;
	border: 0;
	margin-top: 1px;
}

li:hover ul, li.over ul {
	display: block;
}

/* BREADCRUM */
#umbBreadcrum {
    list-style:none;
    padding: 0;
    margin: 0;
    color: #aaa;
    font-size: 11px;
    color: #fff;
}

#umbBreadcrum li {
    float:left;
    margin: 0 3px 20px 0;  
    padding: 0;
}

/* EDITOR PROPERTIES */


/* EDITOR PROPERTIES */
