img{ border: 0pt; }

#vista_toolbar {
	float:left;
	font:normal 13px/32px Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(../images/m-back.gif);
	background-repeat: repeat-x;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #F5F5F5;
	width: 100%;
	letter-spacing: 1px;
}

#vista_toolbar ul {
	background-image:url(../images/m-back.gif);
	background-repeat:repeat-x;
	float:left;
	line-height:32px;
	list-style:none;
	margin:0;
	padding:0 10px 0 10px;
}

#vista_toolbar li {
display:inline;
padding:0;
}

#vista_toolbar a {
color:#FFF; /* need because it will use default link color */
float:left;
padding:0 3px 0 3px; /* left 3 px because of left.png image */ 
text-decoration:none;
}

#vista_toolbar a span {
display:block;
float:none;
padding:0 10px 0 7px;
}

#vista_toolbar a span img {
border:none;
margin:8px 4px 0 0;
}

/* show picture when mouse over link */
#vista_toolbar a:hover{
	background: url(../images/m-all.gif) no-repeat right center;
	color: #FFFFFF;
}

#vista_toolbar a:hover span {
	background:url(../images/m-right.png) no-repeat right center;
}

#vista_toolbar a.right {
float:right; /* for help button - just add class "right" ->  <a class="right"... */
}

/*side menu */
div.sdmenu {
	width: 170px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	background: url(../sdmenu/bottom.gif) no-repeat right bottom;
	color: #fff;
	padding-left: 5px;
	padding-top: 10px;
}
div.sdmenu div {
	background: url(../sdmenu/title.gif) repeat-x;
	overflow: hidden;
}
div.sdmenu div:first-child {
	background: url(../sdmenu/toptitle.gif) no-repeat;
}
div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color: white;
	background: url(../sdmenu/expanded.gif) no-repeat 10px center;
	cursor: default;
	border-bottom: 1px solid #666666;
}
div.sdmenu div.collapsed span {
	background-image: url(../sdmenu/collapsed.gif);
}
div.sdmenu div a {
	padding: 5px 10px;
	background: #DBDBDB;
	display: block;
	border-bottom: 1px solid #666666;
	color: #333333;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
}
div.sdmenu div a.current {
	background : #DBDBDB;
}
div.sdmenu div a:hover {
	background : #999999 center;
	color: #fff;
	text-decoration: none;
}
/*side menu */

#bottommenu {
	height: 25px;
	width: 100%;
	text-decoration: none;
	background-color: #F5F5F5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}
.bottommenu {
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	text-align: left;
	background-image: url(../images/b-menu.jpg);
	padding-right: 12px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0px;
	padding-top: 7px;
	height: 22px;
	padding-left: 5px;
	padding-bottom: 0px;
}
.bottommenu a{
	color: #333333;
	text-decoration: none;
	padding-right: 12px;
	text-align: left;
}
.bottommenu a:hover{
	color: #FF0000;
	text-decoration: none;
}
