#naviList {
    list-style:none;
    margin: 0;    
    padding: 0;
}
#naviList li {
	font-size:13px;
	float:left;
	margin-right:0px;
	padding-top:10px;
	padding-bottom:5px;
	color:#ffffff;
	border:0px solid red;
}

#naviList .selected {
    font-weight: bold;
}

#naviList a{
    padding: 0px 0;
	text-align:left;
    text-decoration:none;
    color:#ffffff;
	margin-right:40px;
    display: block;
}

#naviList a:hover{
    color:#4f4b68;
}

#secondLevelNavigation {
    float: left;
    width: 110px;
    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: 3px 0;
    text-decoration: none;
}

#secondLevelNavigation a:hover {
    background-color: #eee;
}


/* Drop Down top navigation */
#nav ul, #nav {
    list-style:none;
    margin: 0;    
    padding: 0;
}
#nav a {
    padding: 0px 0;
	text-align:left;
    text-decoration:none;
    color:#ffffff;
	margin-right:60px;
    display: block;
}

#nav .current {
	font-weight: bold;
}

#nav a {
	text-decoration: none;
}

#nav a:hover {
    color:#9c96c7;
}

#nav li li a {
	display:block;
	font-weight: normal;
	color: #fff;
	padding: 5px;

}

#nav li {
	font-size:13px;
	float:left;
	margin-right:0px;
	padding-top:10px;
	padding-bottom:5px;
	color:#ffffff;
	border:0px solid red;

}



li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
z-index:5;
width:100px;
margin-bottom:5px;
background-color:#4f4b68;
color:#000000;
}

li>ul {
	top: auto;
	left: auto;

}

ul#nav li ul{
float:left;
margin-top:2px;
}

ul#nav li ul li{
float:left;
border-bottom:1px solid #b1add2;
width:100px;
height:15px;
}

ul#nav li ul li a{
float:left;
padding:0px 5px;
width:149px;
height:15px;
}

ul#nav li ul li a:hover{
color:#b1add2;
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
background-color:#4f4b68;
	padding: 2em 0;
	border-bottom: 0px solid #8682a6;
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}

li:hover ul, li.over ul {
	display: block;

}























































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