/*****************************************************************************
Navigation definition
*****************************************************************************/
#nav{
	float:left; 
	width:180px;
	height: auto;
	padding: 0px;
	font-size: 1em;
	padding: 0px 22px 0px 18px;
	color: #ffffff;
}

#nav ul#main {
	list-style: none;
	padding: 15px 0px 15px 0px;
	margin: 20px 0px 15px 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
}

#nav ul#main li{height: 100%;width:auto;}

#nav ul#main ul {padding: 4px 0px 0px 0px;}

#nav ul#main ul li{list-style: none; font-size: 0.8em;height: 16px;padding: 0px 0px 0px 10px;display:block;}

#nav #nav01,#nav #nav02,#nav #nav03{
	background: url(../images/arrow-up.gif) right 4px no-repeat;
}
#nav a, #nav a:link, #nav a:visited, #nav a:active {
	font-weight:bold;
	color: #ffffff;
	text-decoration:none;
	padding: 0px 15px 0px 0px;
	height: 20px;
	width:auto;
}


#nav a:hover{
	text-decoration:underline;
}


