.menu
{
	background-image: url(../item/bg.png);
	background-color: #99CCFF;
	padding: 0px;
	margin: 0px;
	font: 12px "trebuchet ms", Arial, Helvetica, sans-serif;
	color: #29424B;
	background-repeat: repeat-y;
	width: 180px;
	left: 0px;
	right:auto;
}


/*Nav*/
UL
{
	list-style: none;
}
#nav
{
	width: 173px;
	margin: 0px 0px 0px 7px;
	padding: 0px;
}
#nav LI
{
	font: 1.2em "trebuchet ms", Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

#nav A
{
/*border-bottom: 1px solid #6e1022;
border-top: 1px solid #9f2139;*/
	border-bottom: 1px solid #0099FF;
/*border-top: 1px solid #FFFF9B;*/
	display: block;
	padding: 7px 0px 0px 20px;
	color: #000066;
	height: 25px;
}

#nav A:hover
{
	background: url(../item/nav_bg.png) repeat-y bottom left;
	color: #990000;
	text-decoration: none;
}

#nav_selected
{
/*border-top: 1px solid #9f2139;
border-bottom: 1px solid #6e1022;*/
	border-bottom: 1px solid #0099FF;
	background-color:#22AAFF;
	display: block;
	padding: 7px 0px 0px 20px;
	color: #993333;
	height: 25px;
}
#nav_selected_first
{
	border-bottom: 1px solid #6E1022;
	display: block;
	padding: 7px 0px 0px 4px;
	color: #FFE294;
	height: 25px;
}
