﻿

/******************* menu ******************/

.arrowlistmenu
{
	width: 205px; /*width of accordion menu*/
	margin: 0;
}

.arrowlistmenu .menuheader
{
	/*CSS class for menu headers in general (expanding or not!)*/
	font: bold 10px tahoma;
	color: white;
 /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;

	background-repeat: no-repeat;

	background-color: #e8d9b1;
	width: 240px;
	height: 19px;background-image: url('../images/GRowG.gif');
}

.arrowlistmenu .openheader
{
	/*CSS class to apply to expandable header when it's expanded*/
	background-image: url('../images/GRow.gif');
	background-repeat: no-repeat;

	background-color: #e8d9b1;
	width: 240px;
	padding-left: 25px;
	height: 19px;
}

.arrowlistmenu ul
{
	/*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;

 /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li
{
 /*bottom spacing between menu items*/
	margin: 5px;
	margin-top:0px;
	margin-bottom:0px;
	padding:5px;	
}

.arrowlistmenu ul li .opensubheader
{
	/*Open state CSS for sub menu header*/
	color: #FFFFFF;
	background-repeat: repeat;
	display: block;
	padding-left: 0px;
	background-color: #d4b385;
	margin: 0;background-image: url('../images/GRowG.gif');height: 19px;
}

.arrowlistmenu ul li .closedsubheader
{
	/*Closed state CSS for sub menu header*/
	background-image: url('../images/GRowG.gif');
	background-repeat: no-repeat;

	width: 240px;
	height: 19px;
}
.Inerlink
{


	 /*link text is indented 19px*/
	color: #fff;
	font-family: Tahoma;
	font-size: 12px;padding:3px;
}
.arrowlistmenu ul li  a.Inerlink
{

display:inline;

	 /*link text is indented 19px*/
	color: #fff;
	font-family: Tahoma;
	font-size: 12px;padding:3px;
}
.arrowlistmenu ul li a
{
	background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
	 /*link text is indented 19px*/
	
	font-family: Tahoma;
	font-size: 12px;padding:3px;
}

.arrowlistmenu ul li a:visited
{

	margin: 0;padding:3px;
}

.arrowlistmenu ul li a:hover
{
	/*hover state CSS*/
	background-color: #d4b385;
	font-family: Tahoma;
	font-size: 12px;
	margin: 0px;
	padding:3px;
}

.categoryitems
{
	color: #fff;
	width: 256px;
	font-family: Tahoma;
	margin: 9px;
	font-size: 10pt;
	background-color:#F4E5BB;

}


/******************************************************/

/* new style for cite */



.suckertreemenu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 150px;
}

/*Top level list items*/
.suckertreemenu ul li
{
	display: inline;
	text-align: center; /*overall menu background color*/
}


/*Top level menu link items style*/
.suckertreemenu ul li a
{
	display: block;
	width: 148px;
	height: 97px; /*Width of top level menu link items*/
	padding: 0px;
	text-decoration: none;
	background-image: url(../images/Bg_Menu_New.gif);
	background-repeat: no-repeat;
}

.suckertreemenu ul li a:hover
{
	display: block;
	list-style: none;
	width: 148px;
	height: 97px; /*Width of top level menu link items*/
	padding: 0px;
	text-decoration: none;
	background-image: url(../images/Bg_Menu_New_Hover.gif);
	background-repeat: no-repeat;
}



/* Holly Hack for IE \*/
* html .suckertreemenu ul li
{
	float: left;
	margin-right: 12px;
}

/* End */


/******* Green Table *********/
.TableTitelsBg
{
	background: url(../images/Blue_Bg.jpg) no-repeat;
	height: 34px;
	color: #fff;
	padding-right: 10px;
}
.ContentBg
{
	background: url(../images/Blue_Bg1.jpg) repeat-x ;
	background-color:#FBF7EE;
	font-family: Tahoma; margin:0 5px 0 0;
}
.CategBg
{
	background: url(../images/Bg_Menu_New_G.gif) no-repeat;
	text-decoration: none;
	font-family: tahoma;
	font-size: 11px;
	color: #ffffff;
	width: 148px;
	height: 97px;
	margin:0 6px 0 0 ;
}
.ContentBg span{ color:#9B6F3D !important}
a.City, city
{
	text-decoration: none !important;
	font-family: tahoma;
	font-size: 11px;
	color: #925c11; font-weight:bold;
}
a img{border:0px;}