#nav {
	margin: 0;
	padding-top: 20px;
	height: 200px;
	margin-left: 25px;
	list-style: none;
	margin-top: 20px;
	background: transparent url(images/nav_bgr.gif) top right no-repeat;
	/*background: transparent url(images/nav_bgr.gif) top right no-repeat;*/
	/*width : 400px;*/
}
#nav li {
	margin : 0px;
	padding : 0px;
	display : block;
	text-align : center;
}
#nav a {
	width : 95px;
	padding-left: 60px;
	padding-top: 6px;
	height : 24px;
	text-decoration : none;
	text-align : left;
	font-size: 13px;
	display : block;
	font-weight: bold;
	color: #311c0c;
}
html #nav a {
	height: 30px;
	he\ight: 24px;
}
#nav a:hover {
  background: url(images/nav_item_bgr.gif) top right no-repeat;
  color: #ff7f2a;
}
/*** SELECTED >>> ***/
#nav_item1.sel {
	background : url(images/nav_item1_bgr.gif) left no-repeat;
}
#nav_item2.sel {
	background : url(images/nav_item2_bgr.gif) left no-repeat;
}
#nav_item3.sel {
	background : url(images/nav_item3_bgr.gif) left no-repeat;
}
#nav_item4.sel {
	background : url(images/nav_item4_bgr.gif) left no-repeat;
}
#nav_item5.sel {
	background : url(images/nav_item5_bgr.gif) left no-repeat;
}
/*** <<< SELECTED ***/
