/*
 * Massimiliano Pala's Homepage CSS
 * (c) 2006 by Massimiliano Pala
 *     All rights reserved
 */


/* ****************** NAV - Menu ******************************* */
/*
.navmenu_border {
	// position: relative; //
	// background: #88aadd; //
	// background: #ef6d00; //
	// background: #ddddff; //
	text-align: right;
	position: absolute;
	left: 10px;
	top: 10px;
	width: 200px;
	padding: 0px;
	font-size: 100%;
	// background: #005090;
	// background-image: url("images/title_body_bak.png");
	// background-position: top left;
	// background-repeat: repeat-x;
}

.navbar {
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-family: Sans-Serif;
}
*/

.navbar ul {
	padding: 4px;
	top: 130px;
	left: 45px;
	margin-top: 20px;
	position: fixed;
	text-align: left;
	/* position: absolute; */
	
	/*
	background-image: url(images/menu_left.gif);
	background-repeat: no-repeat;
	background-position: top left;
	*/
}

.navbar li {
	padding: 1px;
	list-style-type: none;
	white-space: nowrap;
	font-size: 20px;
	text-transform: lowercase;
	/*
	text-transform: uppercase;
	font-weight: bold;
	*/
	/*
	border-width: 1px 1px 1px 1px;
	border-color: white black black white;
	border-style: solid;
	font-size: 80%;
	background: #ddddff;
	*/
}

.navbar li.navmenu_blank {
	padding: 2px;
	border-width: 0px;
	font-size: 90%;
	background: white;
	text-align: left;
	color: #A40;
}

.navbar a {
	text-decoration: none;
	margin-right: 5px;
	padding-right: 5px;
	padding-left: 5px;
	border: 0px;
	color: #853;
	background-image: none;
	/* border-right: 1px solid white; */
}

.navbar a:visited {
	color: #853;
}

.navbar a:hover {
	color: #A40;
}

/*
.navbar li.navmenu:hover {
	// background-color: #ff3300; //
	background: #9999bb;
}
*/


