/* FIRST MENU START */

.residential {
	width: 100%;
}

.residential ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.residential ul li {
	position: relative;
	display: inline;
	float: left;
}

/*Top level menu link items style*/
.residential ul li a {
	display: block;
	background: url(images/drop_bg_1.gif) no-repeat left top;
	color: white;
	text-decoration: none;
	width: 169px;
	height: 27px;
	font: bold 15px Arial;
	padding: 8px 0 0 30px;
}

* html .residential ul li a { /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}

.residential ul li a:link, .jqueryslidemenu ul li a:visited {
	color: white;
}

.residential ul li a:hover {
	background-position: bottom;
	color:  #b7161b;
}
.residential ul li:hover > a {
	background-position: bottom;
	color:  #b7161b;
}
/*1st sub level menu*/
.residential ul li ul {
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.residential ul li ul li {
	display: list-item;
	float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.residential ul li ul li ul {
	top: 0;
}

/* Sub level menu links style */
.residential ul li ul li a {
	font: normal 12px Arial;
	width: 189px; /*width of sub menus*/
	margin: 0;
	padding: 7px 0 0 10px;
	background: #f5f0e9;
	color: #b7161b !important;
	height: 23px;
}

.residential ul li ul li a:hover{ /*sub menus hover style*/
	background: #e7dfd5;
}
.residential ul li ul li:hover > a {
	background: #e7dfd5;
}

/* FIRST MENU END */


/* SECOND MENU START */

.commercial {
	width: 100%;
}

.commercial ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.commercial ul li {
	position: relative;
	display: inline;
	float: left;
}

/*Top level menu link items style*/
.commercial ul li a {
	display: block;
	background: url(images/drop_bg_2.gif) no-repeat left top;
	color: white;
	text-decoration: none;
	width: 368px;
	height: 27px;
	font: bold 15px Arial;
	padding: 8px 0 0 30px;
}

* html .commercial ul li a { /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}

.commercial ul li a:link, .jqueryslidemenu ul li a:visited {
	color: white;
}

.commercial ul li a:hover {
	background-position: bottom;
	color:  #b7161b;
}
.commercial ul li:hover > a {
	background-position: bottom;
	color:  #b7161b;
}
/*1st sub level menu*/
.commercial ul li ul {
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.commercial ul li ul li {
	display: list-item;
	float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.commercial ul li ul li ul {
	top: 0;
}

/* Sub level menu links style */
.commercial ul li ul li a {
	font: normal 12px Arial;
	width: 253px; /*width of sub menus*/
	margin: 0;
	padding: 7px 0 0 10px;
	background: #f5f0e9;
	color: #b7161b !important;
	height: 23px;
}

.commercial ul li ul li a:hover{ /*sub menus hover style*/
	background: #e7dfd5;
}
.commercial ul li ul li:hover > a {
	background: #e7dfd5;
}

/* SECOND MENU END */


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
	position: absolute;
	top: 12px;
	right: 7px;
}

.rightarrowclass{
	position: absolute;
	top: 9px;
	right: 5px;
}

