/****  dot_bullet  ****/

#navigator {
    margin: 10px;
}

#navigator ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#navigator li a {
	height: 31px;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: 23px;
	text-decoration:none;
    font-weight:bold;
    color: #FFFFFF;
    display: block;
    padding: 8px 0 0 20px;
	background-image:url(images/white_dot.gif);
	background-repeat:no-repeat;
	background-position:left;
	background-color:#2C6483;
	border-bottom:#1F465B solid 1px;
}

#navigator li a:hover { 
    color: #20495F;
    padding: 8px 0 0 20px;
	background-image:url(images/white_dot.gif);
	background-repeat:no-repeat;
	background-position:left;
	background-color:#6C93A8;
}
 

/*  css for php layers menu 3.2.0-rc (c) 2001-2004 marco pratesi - http://www.marcopratesi.it/  */

.submenu {
	left: 0px; 
	top: 0px;
	visibility: hidden; 
	position: absolute;
	z-index:25; 
}
.subframe {
	border: #20495F 1px solid; 
	display: block; 
	filter: alpha(opacity=95); 
	line-height: 15px; 	
	position: absolute; 
	background-color: #ffffff;
}
.item {
	white-space: nowrap; 
	text-align: left;
	border-bottom: 1px dashed #1F465B;
	margin-top:2px;
}
.item a {
	display: block; 
	font-weight: normal; 
	position: relative; 
	text-decoration: none;
	color:#000000;
}
.item a:hover {
	font-weight: normal; 
	color: #ffffff; 
	background-color:#6C93A8; 
	text-decoration: none;
}
.item .fwdarr {
	right: 7px;
	top: 5px; 
	position: absolute;	
}
