/* Start of CMSMS style sheet 'Style: one2few menu' */
.menu {
	background: url(images/menu.gif) no-repeat 0 0;
	height: 39px;
	left: 12px;
	position: absolute;
	top: 110px;
	width: 896px;
	z-index: 100;
}

.menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.menu li {
	color: #fff;
	display: block;
	float: left;
	font-size: 120%;
	height: 39px;
        line-height: 39px;
	position: relative;
	text-transform: uppercase;
	white-space: nowrap;
}

.menu li a {
	color: #fff;
	float: left;
	padding: 0 16px;
	text-decoration: none;
}

.menu li li{
	background: #080808;
	float: none;
                font-size: 100%;
}

*html .menu li li,
*:first-child+html .menu li li{
               margin-bottom: -5px;
               min-width: 200px;
               w\idth: 200px; /*IE6 only*/
}

.menu li.act,
.menu li:hover {
	background: url(images/menu-act.gif) repeat-x 0 0;
}

.menu li.act a span,
.menu li:hover a span {
	background: url(images/menu-act-left.gif) no-repeat 0 0;
	display: inline-block;
	margin: 0 0 0 -16px;
	padding: 0 0 0 16px;
}

.menu ul ul {
	display: none;
	height: 0px;
	left: 0;
	position: absolute;
	top: 39px;
}

.menu li:hover ul, 
.menu li a:hover ul {
	display: block;
}

/* End of 'Style: one2few menu' */

