/******************************
 Global CSS for ALL menu types
******************************/

ul.nice-menu, ul.nice-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	border-top: 1px solid #ccc;
	font-size:14px;
}
ul.nice-menu li {
	border-top: 0;
	float: left; /* LTR */
	background: none;
	color: #000;
	border-right: 1px solid #fff;
}
ul.nice-menu a {
	padding: 0.3em 5px 0.3em 5px;
	padding-right: 30px; /* LTR */
	padding-left: 30px; /* LTR */
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
ul.nice-menu ul {
	top: 1.8em;
	left: -1px; /* LTR */
	border: 0;
	border-top: 1px solid #ccc;
	margin-right: 0; /* LTR */
}
ul.nice-menu ul li {
	width: 12.5em;
}
ul.nice-menu li.menu-552 a:hover {
	color: #FFF;
	text-decoration: none;
	background:#000;
}
/******************************
 VERTICAL (left/right) menus
******************************/

/* This is the default width of all vertical menus. */
ul.nice-menu-right, ul.nice-menu-left, ul.nice-menu-right li, ul.nice-menu-left li {
	width: 12.5em;
}
/* VERTICAL menus where submenus pop RIGHT (default). */
ul.nice-menu-right ul {
	width: 12.5em;
	left: 12.5em;
	top: -1px;
}
ul.nice-menu-right ul ul {
	width: 12.5em;
	left: 12.5em;
	top: -1px;
}
ul.nice-menu-right li.menuparent, ul.nice-menu-right li li.menuparent {
	background: #737373 url("../files/arrow-right.png") right center no-repeat;
}
ul.nice-menu-right li.menuparent:hover, ul.nice-menu-right li li.menuparent:hover {
	background: #000 url("../files/arrow-right.png") right center no-repeat;
}
/* VERTICAL menus where submenus pop LEFT. */
ul.nice-menu-left li ul {
	width: 12.5em;
	left: -12.65em;
	top: -1px;
}
ul.nice-menu-left li ul li ul {
	width: 12.5em;
	left: -12.65em;
	top: -1px;
}
ul.nice-menu-left li.menuparent, ul.nice-menu-left li li.menuparent {
	background: #737373 url("../files/arrow-left.png") left center no-repeat;
}
ul.nice-menu-left li.menuparent:hover, ul.nice-menu-left li li.menuparent:hover {
	background: #000 url("../files/arrow-left.png") left center no-repeat;
}
ul.nice-menu-left a, ul.nice-menu-left ul a {
	padding-left: 14px;
}
/******************************
 HORIZONTAL (down) menus
******************************/

ul.nice-menu-down {
	float: left; /* LTR */
	border: 0;
}
ul.nice-menu-down li {

}
ul.nice-menu-down li li {
	border-top: 0;
}
ul.nice-menu-down ul {
	left: 0; /* LTR */
}
ul.nice-menu-down ul li {
	clear: both;
}
ul.nice-menu-down li ul li ul {
	left: 12.5em; /* LTR */
	top: -1px;
}
ul.nice-menu-down li.menu-218 {
border-right: 1px solid #fff;
}
ul.nice-menu-down li.menu-218 a {
	text-indent: -9999px;
	background: #656464 url("../files/home-house.png") center center no-repeat !important;
	width: 40px;
	padding-left:0;
	padding-right:0;
}

ul.nice-menu-down li.menu-218 a:hover {
	text-indent: -9999px;
	background: #656464 url("../files/home-house-hover.png") center center no-repeat !important;
	width: 40px;
}

ul.nice-menu-down .menuparent a {
	padding-right: 30px; /* LTR */
	padding-left: 30px; /* LTR */
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
ul.nice-menu-down li.menuparent { 
	border-right: 1px solid #fff;
}
ul.nice-menu-down li.menuparent:hover { 
	border-right: 1px solid #fff;
}
ul.nice-menu-down li.menuparent:hover a {
	color: #FFF;
	text-decoration: none;
}
ul.nice-menu-down li.menuparent li {
	background: #737373; /* LTR */
	border: 1px solid #fff;
}
ul.nice-menu-down li.menuparent li:hover {
	background: #000; /* LTR */
}
ul.nice-menu-down li.menuparent li a {
	color: #fff; /* LTR */
	text-transform: none;
	font-weight: normal;
}
ul.nice-menu-down li li.menuparent {
	background: #737373 url("../files/arrow-right.png") right center no-repeat; /* LTR */
}
ul.nice-menu-down li li.menuparent:hover {
	background: #000 url("../files/arrow-right.png") right center no-repeat; /* LTR */
}
