@charset "iso-8859-1";

.menulist, .menulist  ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menulist ul {
	display: none;
	position: absolute;
	top: 23px;
	margin-top: 11px;
	left: 0;
}
.menulist ul ul {
	top: -1px;
	margin-top: 0;
	left: 207px;
}
.menulist li {
	float: left;
	display: block;
	position: relative;
	margin-right: -1px;
	padding:0;
}
.menulist ul li {
	float: none;
	margin: 0;
	margin-bottom: -1px;
	border:solid 1px #444444;
	padding:0;
	width:207px;
}
.menulist ul>li:last-child {
	margin-bottom: 1px; /* Mozilla fix */
}
.menulist a {
	display: block;
	text-decoration: none;
	color:#b3b9bc;
	padding: 7px 10px 8px 10px;
	text-transform: uppercase;
	font: bold 12px "Trebuchet MS", Arial;
	letter-spacing:1px;
	background:transparent url(/ct/2/static/menu/menuSep.gif) no-repeat right 2px;
}
.menulist ul li a {
	height:auto;
	width:187px;
	text-transform: none;
	color:#b3b9bc;
	font: bold 11px arial;
	background: #0e0e0e;
	padding: 6px 10px;
}
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
	background:#e9bb91 url(/ct/2/static/menu/menuSelBg.png) repeat-x;
	color: white;
}
.menulist a.highlighted {
 	background:#755e49 url(/ct/2/static/menu/menuSel2Bg.png) repeat-x;
	color: white;
}
/* Only style submenu indicators within submenus. */
.menulist a .subind {
	display: none;
}
.menulist ul a .subind {
	display: block;
	float: right;
}


/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
	float: left;
}
.menulist ul a {
	float: none;
}
/* \*/
.menulist a {
	float: none;
}
/* */


/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
*/
*:first-child+html .menulist ul li {
	float: left;
	width: 100%;
}

* html .menulist ul li {
	float: left;
	height: 1%;
}
* html .menulist ul a {
	height: 1%;
}
/* End Hacks */
