/* @override http://localhost/moss/css/not_ie.css */

body {
	color: #fff;
}

.menu {
	display: none;
}

#noniemenu {
	position: absolute;
}

#noniemenu .holder ul {
	padding: 0;
	margin: 0;
}

#noniemenu .holder ul li {
	list-style-type: none;
}

#noniemenu .holder li {
	
}

#noniemenu .holder li ul {
	display: none;
}

#noniemenu .holder li:hover > ul#a3 {
	display: block;
	position: absolute;
	left: 105px;
	margin-top: -20px;
	border: 1px solid #000;
}

#noniemenu .holder .bold {
	font-weight: bold;
}

#tabpos {
	position: relative;
	left: 70px;
	top: 20px;
}

#noniemenu .holder {
	border-color: #000;
	border-style: solid;
	border-width: 1px;
	color: #fff;
	display: block;
	float: left;
	font-size: 12px;
	height: 18px;
	margin-right: 0px;
	overflow: hidden;
	width: 159px;
	height: 25px;
}

#noniemenu .holder:hover {
	height: auto;
}

#noniemenu a.outer, #noniemenu a.outer:visited {
	background-color: #830051;
	color: #fff;
	display: block;
	text-align: center;
	text-decoration: none;
	width: 159px;
	height: 25px;
	font: 12px/25px verdana, arial, sans-serif;
}

#noniemenu a.outer:hover {
	background-color: #85426c;
	overflow: visible;
}

#noniemenu div.open {
	display: none;
}

#noniemenu a.inner, #noniemenu a.inner:visited {
	background-color: #eee;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-color: #830051;
	color: #000;
	display: block;
	height:25px;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	width: 159px;
	font: 12px/25px verdana, arial, sans-serif;
}

#noniemenu a.second {
	font-weight: bold;
}

#noniemenu a.inner:hover {
	background-color: #add;
}

