/* Start of CMSMS style sheet 'uniquely-hmenu' */
/********************
MENU
*********************/

/* hack for Internet Explorer */
* html div#menu {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
}

/* 
background-color for the entire menu row
*/
div#menu {
   background-color: #ffffff;  /* background color for the entire menu row */
	color: #0000ff;
   margin: 0; padding-top: .4em;
	border-top: solid 4px #ff4900;
	width: 100%;
}


/* Sets the dimensions and placement of the menu list */
div#menu ul {
	height: 2.5em; /* Provides some air around the buttons */
}

/* Set up the horizontal menu buttons */
div#menu li {
	list-style: none;
	background-image: url(images/cl_spacer_01_30.gif);
	background-color: transparent;
	color: #0000ff;
	font: bold 13px Helvetica, Tahoma, Geneva, Arial, sans-serif;
	width: auto;
	height: 30px; padding: 0 .5em;
	float: left; /* makes the list horizontal */
	line-height: 30px;
	margin: 0 5px; 
	border: 1px solid #708090;
}

/* the links, that is each list item */
div#menu li a {
   text-decoration: none; /* no underline for links */
	background-color: transparent; 
	color: #0000ff;
}

/* active parent takes same state as li a:hover */
div#menu li.activeparent {
   background-color: transparent;
	background-image: url(images/clb_spacer_01_30.gif);
	color: #fff;
	border: 1px solid #708090;
	font: bold 13px Helvetica, Tahoma, Geneva, Arial, sans-serif;
	line-height: 30px;
	width: auto;
	height: 30px; padding: 0 .5em;
}

/* hover state for links */
div#menu li a:hover {
	text-decoration: underline;
}

/* active parent takes same state as li a:hover, but is not clickable */
div#menu a.activeparent {
   text-decoration: underline;
	background-color: transparent;
	background-image: url(images/clb_spacer_01_30.gif);
	color: #fff;
	border: 1px solid #708090;
	font: bold 13px Helvetica, Tahoma, Geneva, Arial, sans-serif;
	line-height: 30px;
	width: auto;
	height: 30px; padding: 0 .5em;
}

div#menu dfn {
	display: none;
}
/* End of 'uniquely-hmenu' */

