table {border: none;}
th, td {padding: 0; border-bottom: 1px dotted #FAC24C; border-top: none;}
td td {border: none;}

#nav_area {
	position:relative;
	float:left;
	top:0px;
	/*left:30px;*/
	width:232px;
	min-height:300px;
	height:auto;
	font-family: arial,verdana,geneva,lucida,sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	z-index: 1;
}

#main_nav_box, .DemoArea {z-index: 1;}

.TopGroup
{
	background-color:#A81B00;
	width: 232px;
}

.Group
{
	background-color:#A81B00;
	width: 232px;
	font-size: 1.2em;
}

.Item
{
	background-color:#A81B00;
	color: white; 
	cursor:pointer;
}

.ItemH
{
	background-image:url(images/nav_link_bg_hover.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#000000;
	color:white; 
	cursor:pointer;
}

.ItemExp
{
	background-image:url(images/nav_link_bg_hover.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#000000;
	color:white; 
	cursor:pointer;
}