ul#nav {
	margin: 0;
	padding: 0;
	width: 159px;
	font-size: 10px;
	background-color: #ffffff;
}

ul#nav li {
	position: relative;
	list-style: none;
	background-color: #ffffff;
	height: 23px;
}

ul#nav li.divide{
	height: 13px;
}

ul#nav li a {
	display: block;
	text-decoration: none;
	color: #27282c;
	padding: 5px 5px 6px 7px;
	font-weight: normal;
	background: url(images/dotted.gif) no-repeat left bottom;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* 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;
	margin: 0;
	padding: 0;
	width: 159px; /* Width of Submenu Items */
	left: 159px; /* Horizontal Position */
	top: -1px; /* Vertical Position */
	border: 1px solid #6e000d;
	background-color: #ffffff;
}

ul#nav li:hover ul ul,
ul#nav li:hover ul ul ul,
ul#nav li.menuparentover ul ul,
ul#nav li.lastparentover ul ul,
ul#nav li.menuparentover ul ul ul,
ul#nav li.lastparentover 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.menuparentover ul,
ul#nav li.lastparentover ul,
ul#nav li li.menuparentover ul,
ul#nav li li.lastparentover ul,
ul#nav li li li.menuparentover ul,
ul#nav li li li.lastparentover ul { display: block; } /* The magic */

ul#nav li a.lastitem,
ul#nav li a.navlast {
	background-image: none;
}

ul#nav li a:hover {
	color: #6e000d;
	background-color: #f1f1f1;
}

ul#nav li a.navarrow:hover,
ul#nav li.menuparentover {
	color: #6e000d;
	background: #f1f1f1 url(images/arrow_menu.gif) no-repeat left bottom;
}

ul#nav li a.navlast:hover,
ul#nav li.lastparentover {
	color: #6e000d;
	background: #f1f1f1 url(images/arrow_last.gif) no-repeat left bottom;
}
