.nice-menu {
	text-transform: uppercase;
	font-size: 10px;
}
.nice-menu a:link, .nice-menu a:visited, .nice-menu a:hover, .nice-menu a:active, {
 text-decoration:none;
}

a {
	text-decoration: none;
	font-size: 0.6 em;
	color:#333;
}

.nice-menu body {
	background-color:#FFF;
}

ul.nice-menu, ul.nice-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	border-top: 1px solid #ccc;
}

ul.nice-menu li {
	float: left;
	background-color: #FFF;
	/* Additional overrides to deal with Garland theme. */
  margin: 0;
	padding-left: 0;
	background-image: none;
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ccc;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
}

/* Overrides for Garland header. */
#header-region ul.nice-menu li {
	margin: 0;
	/* Padding rules are needed to deal with Garland's header line-height. */
  padding-top: 0.1em;
	padding-bottom: 0.1em;
	background: #FFF;
}

ul.nice-menu a, ul.nice-menu {
	padding-top: 0.6em;
	padding-right: 5px;
	padding-bottom: 0.6em;
	padding-left: 20px;
}

ul.nice-menu ul, /* Repeat for Garland header. */ #header-region ul.nice-menu ul {
	top: 1.8em;
	left: -1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin-right: 0;
}

/* Override for Garland header. */
#header-region ul.nice-menu ul {
	top: 1.7em;
}

ul.nice-menu ul li {
	width: 222px;
}

/******************************
 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: 222px;
}

/* VERTICAL menus where submenus pop RIGHT (default). */
ul.nice-menu-right ul {
	width: 222px;
	left: 222px;
	top: -1px;
}

ul.nice-menu-right ul ul {
	width: 222px;
	left: 222px;
	top: -1px;
}

ul.nice-menu-right li.menuparent, ul.nice-menu-right li li.menuparent {
	background-color: #FFF;
	background-image: url(img/arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

ul.nice-menu-right li.menuparent:hover, ul.nice-menu-right li.over, ul.nice-menu-right li li.menuparent:hover, ul.nice-menu-right li li.over {
	background: #FFF url(img/arrow.gif) right center no-repeat;
}

/* VERTICAL menus where submenus pop LEFT. */
ul.nice-menu-left li ul {
	width: 222px;
	left: -222px;
	top: -1px;
}

ul.nice-menu-left li ul li ul {
	width: 222px;
	left: -222px;
	top: -1px;
}

ul.nice-menu-left li.menuparent, ul.nice-menu-left li li.menuparent {
	background-color: #CCC;
	background-image: url(img/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

ul.nice-menu-left li.menuparent:hover, ul.nice-menu-left li.over, ul.nice-menu-left li li.menuparent:hover, ul.nice-menu-left li li.over {
	background-color: #CCC;
	background-image: url(img/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

ul.nice-menu-left a, ul.nice-menu-left ul a {
	padding-left: 20px;
}

/******************************
 HORIZONTAL (down) menus
******************************/
.nolink{
	display:block;
	padding-top: 0.6em;
	padding-right: 5px;
	padding-bottom: 0.6em;
	padding-left: 20px;
	color:#333;
	}
ul.nice-menu-down {
	float: left;
	border: 0;
}

ul.nice-menu-down li {
	border-top: 1px solid #ccc;
}

ul.nice-menu-down li li {
	border-top: 0;
}

ul.nice-menu-down ul {
	left: 0;
}

ul.nice-menu-down ul li {
	clear: both;
}

ul.nice-menu-down li ul li ul, /* Repeat for Garland header. */ #header-region ul.nice-menu-down li ul li ul {
	left: 223px;
	top: -1px;
}

ul.nice-menu-down .menuparent a {
	padding-right: 15px;
}

ul.nice-menu-down li.menuparent, /* Repeat for Garland header. */ #header-region ul.nice-menu-down li.menuparent {
	background: #FFF url(img/arrow.gif) right center no-repeat;
}

ul.nice-menu-down li.menuparent:hover, ul.nice-menu-down li.over, /* Repeat for Garland header. */ #header-region ul.nice-menu-down li.menuparent:hover, #header-region ul.nice-menu-down li.over {
	background: #FFF url(img/arrow.gif) right center no-repeat;
}

ul.nice-menu-down li li.menuparent, /* Repeat for Garland header. */ #header-region ul.nice-menu-down li li.menuparent {
	background: #FFF url(img/arrow.gif) right center no-repeat;
}

ul.nice-menu-down li li.menuparent:hover, ul.nice-menu-down li li.over, /* Repeat for Garland header. */ #header-region ul.nice-menu-down li li.menuparent:hover, #header-region ul.nice-menu-down li li.over {
	background: #FFF url(img/arrow.gif) right center no-repeat;
}
.block ul {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0.25em;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

