/* GENERAL STYLES */
/* GENERAL STYLES */
/* Navigation */
#naviHolder{
   	padding:0;
    	width:775px;
    	height: 25px;
    	margin: 0;    
    	border-bottom:1px gray solid;
}

#naviList, #naviList ul {
    	list-style:none;
    	margin: 0;    
    	padding: 0;
}

#naviList li {
    	width:95px;
    	float:left;
    	border-left:#ddd9cc solid 1px;
    	border-right:#888477 solid 1px;	
}

#naviList a{
    	padding: 5px 0;
	text-align: center;
    	text-decoration:none;
    	color:white;
    	display: block;
    	font-size:12px;
}

.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

#naviList li ul, #naviList ul li {
	width: 145px;
}

#naviList li ul {
	position: absolute;
	display: none;	
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	background-image: url(menu/menubgdrop.png);
	background-repeat: repeat-x;	
}

#naviList li:hover a, #naviList a:focus,#naviList a:active, #naviList li.hvr a {
	color: white;
	background-color: gray;	
}

#naviList li:hover ul, #naviList li.hvr ul {
	display: block;
}

#naviList li:hover ul a, #naviList li.hvr ul a {
	color: white;
	background-color: transparent;
	text-align:left;
	padding-left:10px;
}

#naviList ul a:hover {
	background-color: #606060!important;
	color: #FFFFFF!important;
}

/*
#naviList li {
	width: auto;
}
*/

/*
#menuwrapper {
	border-top: 1px solid #000;
	border-bottom: 1px solid #333;
	background-color: #909090;
	background-image: url(images/p7exp_mbar.jpg);
	background-repeat: repeat-x;
}

#p7menubar, #p7menubar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
}

#p7menubar a {
	display: block;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	border-right: 1px solid #333;
	font-size: .85em;
	color: #CCCCCC;
}

#p7menubar a.trigger {
	padding: 5px 16px 5px 10px;
	background-image: url(images/p7PM_dark_south.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#p7menubar li {
	float: left;
	width: 9em;
}

#naviList .selected {
	font-weight: bold;
}

#naviList a:hover{
    color:#ddd9cc;
}

*/



/* EDITOR PROPERTIES */ 

/* EDITOR PROPERTIES */
