/* CSS Document */

#navcontainer { 
width: 185px;
height:100%;
float:right;
border-left:1px solid #fff;
background-color: #dfddc8;
}

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: "Times New Roman", Times, serif;
font-style: normal;
font-weight:bold;
}

#navcontainer a
{
display: block;
padding-left: 13px;
width: 177px;
background-color: #ceceb0;
border-bottom: 1px solid #eee;
border-right:1px solid #fff;
}

#navcontainer a:link, #navlist a:visited
{
color: #333;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #dfddc8;
color: #000;
}

/****small lower navigation****/

#nav
	{
	background-color:none;
	font-size: 14px;
	text-align:center;
	padding:0px;
	margin-bottom: 10px;
	width: auto;
	margin:0 auto;
	}
	
	#nav ul
	{
	margin: 0 15px 0 20px;
	padding: 0;
	list-style-type: none;
	}
	
	#nav li
	{
	display: inline;
	padding: 0 10px;
	border-right: 0px solid #000000;
	}
	
	#nav li a
	{
	text-decoration: none;
	color: #fff;
	}
	
	#nav li a:hover
	{
	text-decoration:underline;
	background-color:none;
	color:#fff;
	}