#nav {
	margin: 0px;
	padding: 0px;
}

li.upitem {
	display: inline;
}
li.upitem a.first{
	padding-top: 6px;
	padding-bottom: 14px;
	padding-left: 10px;
	padding-right: 20px;
	color: #4270cd;
	text-decoration: none;
	background: url(../images/upmenubg.gif) right no-repeat;
}
a.first:visited {
	color: #4270cd;
}

li.upitem a:hover{
	color: red;
}


li.upitem a.firstlast {
	color: #4270cd;
	background: none;
	padding-top: 6px;
	padding-bottom: 14px;
	padding-left: 10px;
	padding-right: 20px;
	text-decoration: none;	
}


div.pol {
	position: absolute;
	left: -1000em;	
}
div.polvis {
	left: 106px;
	position: absolute;
	top: 78px;	
	list-style: none;
	background-color: White;
	width: 100px;	
	border: 1px solid #c4c4c4;
	border-top: 1px solid white;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);  -moz-opacity: 0.8; /* Mozilla */ 
}
a.second {
	line-height: 20px;	
	padding-left: 20px;
	padding-right: 5px;
	color: #0245cb;
	text-decoration: none;
}

a.second:visited{
	color: #0245cb;
}
a.second:hover {
	color: red;
}
