ul {

	margin: 0px; 
	width: 100%; 
	
	list-style-type: none;
	display: inline;
}
ul li {
	width: 100px;
	height:20px;
	position: relative;
	display: inline;
	margin: 0px;
}



ul li a {
	font-size: 10pt;
	font-family: arial;
	font-weight: bold;
	text-align: center;
	border-width: 5 1 0 0;
	border-style: solid;
	border-color: #CCCC33 #000000 #EEEEEE #000000;
	padding-right: 0px; 
	display: block; 
	padding-left: 0px; 
	margin-right: 0px;
	background-color: #BBBBBB; 
	padding-bottom: 0px; 
	color: #000000; 
	padding-top: 3px; 
	margin-bottom:0px;
	padding-bottom:0px;
	text-decoration: none;
}
html ul li {
	float: left; 
	height: 20px;
}


html ul li a {
	height: 20px;
}

ul li a:hover {
	/*border-width: 5 1 0 0;
	border-style: solid;*/
	border-color: #111144 #000000 #EEEEEE #000000;
	background: #EEEEEE; 
	color: #000000;
}

li:hover ul {
	display: block;
}

li.over ul {
	display: block;
	top: 24px;
	left: 0px;
}

#current {
	/*border-width: 10 1 0 0;
	border-style: solid;*/
	border-color: #DDDDDD #000000 #EEEEEE #000000;
	background-color: #CCCC33;
	}


/* sub list */
li ul {
	display: none; 
	left: 0px; 
	top: 23px;
	position: absolute; 
	padding: 0px;
}


/* sub list items */
li ul li a { 
	border-width: 0 10 0 5;
	border-style: solid;
	border-color: #000000 #CCCC33 #000000 #DDDDDD;
	background-color: #DDDDDD;
	padding-right: 0px; 
	margin-right: 0px;
	display: block; 
	margin-left: 0px; 
	text-align: left;
	padding-bottom: 0px; 
	color: #000000; 
	padding-top: 0px; 
	text-decoration: none;
}

li ul li a:hover { 
	border-width: 0 10 0 5;
	border-style: solid;
	border-color: #000000 #111144 #000000 #EEEEEE; 
	color: #000000;
	background: #EEEEEE;
}


li ul li a {
	padding:0px;
}

html ul li ul{
	top: 28px;
}

li ul li{
	width: 150px;
	display: inline;
	border-color: #888888;
	border-width: 0 1 1 1;
	border-style: solid;
	padding: 0px;
	}

p.navP {
	margin: 0px;
	padding: 0px;
	}
