#navcitys ul
{
	padding-left: 20px;
	color: White;
	float: left;
	width: 99%;
	font-family: arial, helvetica, sans-serif;
	font-size: 9px;
	margin-right: 6px;
	margin-left: 6px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#navcitys ul li {
	display: inline;
}

#navcitys ul li a
{
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
	padding-right: 0.5em;
	padding-left: 0.5em;
	color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 0px;
}

#navcitys ul li a:hover
{
color: #00CCFF;
}


/*
#navcontainer
{
	font-family: Arial, Helvetica, sans-serif;
	width: 99%;
	border-bottom: 1px solid #ddd;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

#navlist
{
	width: 99%;
	text-align: center;
	padding: 0;
	text-indent: 0;
	list-style-type: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 6px;
}

#navlist li
{
	padding: 0;
	text-indent: 0;
	display: inline;
}

#navlist li a
{
	text-decoration: none;
	color: #666666;
	font-size: 1em;
	padding-top: 0;
	padding-right: 4px;
	padding-bottom: 0;
	padding-left: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00CC00;
	display: inline;
}

#navlist li a:hover, #navlist a#current
{
	color: #CC0000;
	font-size: 1.2em;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0099FF;
	display: inline;
}

#navlist a#current {
	color: #CC0000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #00FFFF;
	font-size: 1.2em;
}

/* ----------------- nev bodi navbar --------------------- */

#navlist
{
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding-bottom: 21px;
	padding-left: 10px;
}

#navlist ul, #navlist li
{
display: inline;
list-style-type: none;
margin: 0;
padding: 0;
}

#navlist a:link, #navlist a:visited
{
	border: 1px solid #ccc;
	color: #3279C9;
	float: left;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	margin-right: 16px;
	text-decoration: none;
	background-color: #F2EFEC;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#navlist a:link#current, #navlist a:visited#current
{
background: #fff;
border-bottom: 1px solid #fff;
color: #0099FF;
}

#navlist a:hover {
	color: #0033FF;
	background-color: #FFFFFF;
}

body.section-1 #navlist li#nav-1 a, 
body.section-2 #navlist li#nav-2 a,
body.section-3 #navlist li#nav-3 a,
body.section-4 #navlist li#nav-4 a
body.section-4 #navlist li#nav-5 a
{
background: #fff;
border-bottom: 1px solid #fff;
color: #000;
}

#navlist #subnav-1,
#navlist #subnav-2,
#navlist #subnav-3,
#navlist #subnav-4
#navlist #subnav-5
{
display: none;
width: 90%;
}

body.section-1 #navlist ul#subnav-1, 
body.section-2 #navlist ul#subnav-2,
body.section-3 #navlist ul#subnav-3,
body.section-4 #navlist ul#subnav-4
body.section-4 #navlist ul#subnav-5
{
display: inline;
left: 10px;
position: absolute;
top: 95px;
}

body.section-1 #navlist ul#subnav-1 a, 
body.section-2 #navlist ul#subnav-2 a,
body.section-3 #navlist ul#subnav-3 a,
body.section-4 #navlist ul#subnav-4 a
body.section-4 #navlist ul#subnav-5 a
{
background: #fff;
border: none;
border-left: 1px solid #ccc;
color: #999;
font-size: 12px;
font-weight: bold;
line-height: 10px;
margin-right: 4px;
padding: 2px 10px 2px 10px;
text-decoration: none;
}

#navlist ul a:hover { color: #f00 !important; }

#contents
{
background: #fff;
border: 1px solid #ccc;
border-top: none;
clear: both;
margin: 0px;
padding: 15px;
} 




/* left menu */

#leftnavlist
{
	padding-left: 0;
	list-style: none;
	margin: 0;
}

#leftnavlist li
{
	background-image: url(../img/elements/arrow-w.gif);
	background-repeat: no-repeat;
	background-position: 0 0.8em;
	text-align: left;
	margin-left: 8px;
	padding-left: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
}



#leftnavlist li a
{
	text-decoration: none;
	color: #CCCCCC;
	font-size: 11px;
	padding-left: 6px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

#leftnavlist li a:hover,#leftnavlist a#current
{
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
}

#leftnavlist a#current {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
}
,

