@charset "UTF-8";
.navOuter {
	height: 25px;
	background: #275a93 url('../img/nicole_pasek.gif') 0 0 repeat-x;
}
.nav {
	width: 960px;
	margin: 0 auto;
	height: 25px;
}
ul.dropdown li { background: #275a93; }
ul.dropdown .dir {
	color: #fff;
	font-size: 10px;
	height: 15px;
	padding: 5px 24px 5px 21px;
	background: url('../img/nicole_menu.gif') top right no-repeat;
	font-weight: bold;
}
ul.dropdown .last { background: none !important; }
ul.dropdown .last a {
	height: 15px;
	padding: 5px 21px !important;
	font-size: 10px;
	font-weight: bold;
	background: none !important;
}
ul.dropdown .normal { background: url('../img/nicole_menu.gif') top right no-repeat; }
ul.dropdown .normal a {
	height: 15px;
	padding: 5px 26px 5px 23px !important;
	font-size: 10px;
	font-weight: bold;
	background: none !important;
}
ul.dropdown .home {
	width: 25px;
	height: 25px;
	display: block;
	background-image: url('../img/nicole_domek.gif');
	padding: 0 !important;
}
ul.dropdown a:link,
ul.dropdown a:visited {
	color: #fff;
	text-decoration: none;
	padding: 4px 10px 5px;
	display: block;
	color: #fff;
	background-color: #275a93;
}
ul.dropdown a:hover	{ background-color: #33639d; }
ul.dropdown ul {
	width: 180px;
}
ul.dropdown ul li {
	font-weight: normal;
}