/* Navigation Menu */
.menu{
	height:100%;
	width:157px;
	background-image:url('menu-background.gif');
	background-repeat: repeat-y;
}

.menutitle{
	font-size: 18;
	padding-left: 2; 
}

.menu1{
	font-size: 16;
	font-weight: bold;

	border-bottom-style: solid; 
	border-bottom-width: 0; 
	margin-left: 0; 
	margin-top: 2;     
	padding: 2 0 0 5; 
}
.menu2{
	padding-left: 8; 
	margin-left: 5; 
	background: url("dot.gif") left top no-repeat;
}

.menu3{
	padding-left:5; 
	margin-left: 5; 
}
.menu1 a:link, .menu1 a:visited, .menu1 a:active, .menu1 a:hover
{
	font-size: 17;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

.menu2 a:link, .menu2 a:visited, .menu2 a:active, .menu2 a:hover
{
	font-size: 13;
	font-weight: bold;
	text-decoration: none;
	color:rgb(245,222,124);
}

.menu3 a:link, .menu3 a:visited, .menu3 a:active, .menu3 a:hover
{
	font-size: 11;
	font-weight: bold;
	text-decoration: none;
	color:rgb(245,222,124);
}

.menu1 a:hover, .menu2 a:hover, .menu3 a:hover
{
	color:rgb(248,196,0);
	text-decoration:underline
}

.menu_bottom_image{
	position:absolute;
	bottom:-5px;
}
