ul#nav { 
	margin: 0;
	padding: 0;
	width: 666px; /* Width of Menu Items */
	height:25px;
	background: #eef1f4;  IE6 Bug /**/
	font-size: 100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url( ../images/lcms_navBg.jpg);
	padding-left: 20px;
	}
ul#nav ul {
	margin: 0;
	padding: 0;
	width:160px; /* Width of Menu Items */
	background: #eef1f4; /* IE6 Bug */
	font-size: 100%;
	border-top: 1px solid #FFF;
	z-index:99;
	overflow:visible;
	}

ul#nav li {
	list-style: none;
	position: relative;
	float:left;
	}

ul#nav ul li { 
	width:100%;
	position: relative;
	background-color:#F5F5F5;
	border:solid 1px #CCC;
	}

ul#nav li a {
	text-decoration: none;
	border-bottom: 0;
	padding: 0 7px;
	font-size:9px;
	line-height:25px;
	font-weight:bold;
	color:#133662;
	text-decoration:none;
	text-transform: uppercase;
	}

ul#nav ul li a {
	display: block;
	padding-left: 8px;
	font-size:9px;
	font-weight:normal;
	color:#133662;
	text-decoration:none;
	text-transform: Capitalize; 
	
	white-space:nowrap;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul#nav li { float: left; height: 1%; }
* html ul#nav li a { height: 1%; }
/* End */

ul#nav ul {
	position: absolute;
	display: none;
	left: 0; /* Set 1px less than menu width */
	top: 25px; /* Set to height of LI top border */
	}
ul#nav ul ul {
	position: absolute;
	display: none;
	left: 150px; /* Set 1px less than menu width */
	top: 0px; /* Set to height of LI top border */
	}

ul#nav li ul li a {  } /* Sub Menu Styles */

ul#nav li:hover ul ul,
ul#nav li:hover ul ul ul,
ul#nav li.over ul ul,
ul#nav li.over ul ul ul { display: none; } /* Hide sub-menus initially */

ul#nav li:hover ul,
ul#nav li li:hover ul,
ul#nav li li li:hover ul,
ul#nav li.over ul,
ul#nav li li.over ul,
ul#nav li li li.over ul { display: block; } /* The magic */

ul#nav li.menuparent { background: transparent url( ../_images/submenu.gif) right center no-repeat; }
ul#nav li.menuparent:hover { background: transparent url( ../_images/dropmenu.gif) right center no-repeat; }

ul#nav li.menuparent:hover,
ul#nav li a:hover,
ul#nav li.over,
ul#nav li:hover
{ 
	background-color: #DBE1E8; 
}

#nav a {float:left;}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav a {float: none;}            
/* End IE5-Mac hack */

