/* 
    Document   : paliwa
    Created on : 2010-05-18, 15:22:50
    Author     : officesmart
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#top {
	background: url('../../images/menu.png') repeat-x;
	position: relative;
	z-index: 2;
	height: 34px;
	clear: both;
	padding: 0px 1px;
	min-width: 900px;
}

.nav {
	position: relative;
	margin: 0;
	padding: 0;
}
.nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background: url('../../images/transparent.png');
}
.nav a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px;
}
.nav > li + li {
	background: url('../../images/split.png') center left no-repeat;
}
.nav .top, .nav li li.sfhover {
	font-family: Trebuchet MS, Geneva, Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #f8f5d8;
	text-align: center;
        font-weight:normal;
        padding:8px 16px 5px;
}
.nav ul li {
	padding: 2px;
}
.nav .selected .top {
	background: url('../../images/selected.png') repeat-x;
	color: #FFFFFF;
}
.nav .selected:hover a.top, .nav .sfhover a.top {
}
.nav .parent {
	background: url('../../images/arrow_right.png') 95% center no-repeat;
}
.nav li {
	float: left;
	list-style: none;
}
.nav li ul {
	position: absolute;
}
.nav li li {
	clear: both;
}
.nav li ul a {
	color: #FFFFFF;
	height: 15px;
	width: 145px;
        font-size:11px;
}
.nav li ul ul {
	margin: -27px 0 0 157px;
}
.nav li li:hover, .nav li li.sfhover {
	background: #333;
	color: #000000;
}
.nav-left {
	margin: 0;
	padding: 0;
}
.nav-left ul {
	
	margin: 0;
	padding: 0;
}
.nav-left a {
	display: block;
	color: #000000;
	text-decoration: none;
	padding: 2px;
        font-size: 11px;
}
.nav-left top {
	display: block;
	color: #000000;
	text-decoration: none;
	padding: 5px;
}
.nav-left .middle {
    border-left: none;
    border-right: none;
    background:none repeat scroll 0 0 #DBE3EF;
    padding:0 10px 10px;
}