.click-menu {
    width: 220px;
}
.click-menu .box1 {
background-image:url(images/menu_back.jpg);
    background-color: #E6E6E6;
    color: #1B4464;
    font-weight: bold;
    font-size: 10px;
    font-family: tahoma;
    padding: 4px 8px;
    border-width: 1px;
    border-color: #C3BFC6;
    border-style: solid solid solid solid;
    cursor: default;
    position: relative;
}
.click-menu .box1-hover {
background-image:url(images/menu_hover.jpg);
    color:#82AA3A;
    font-weight: bold;
    font-size: 10px;
    font-family: tahoma;
    padding: 4px 8px;
    border-width: 1px;
    border-color: #C3BFC6;
    border-style: solid solid solid solid;
    cursor: default;
    position: relative;
}
.click-menu .box1-open {
   background-image:url(images/menu_back.jpg);
    color: #1B4464;
    font-weight: bold;
    font-size: 10px;
    font-family: tahoma;
    padding: 4px 8px;
    border-width: 1px;
    border-color: #C3BFC6;
    border-style: solid solid none solid;
    cursor: default;
    position: relative;
}
.click-menu .box1-open-hover {
    background-image:url(images/menu_hover.jpg);
    color: #FF6600;
    font-weight: bold;
    font-size: 10px;
    font-family: tahoma;
    padding: 4px 8px;
    border-width: 1px;
    border-color: #C3BFC6;
    border-style: solid solid none solid;
    cursor: default;
    position: relative;
}
.click-menu .box1 img, .click-menu .box1-hover img, .click-menu .box1-open img, .click-menu .box1-open-hover img {
	position: absolute;
	top: 10px;
	right: 6px;
	left: 145px;
}
.click-menu .section {
    font-family: arial;
    font-size: 10px;
    line-height: 15px;
    padding: 5px 5px 6px 5px;
    border-width: 1px;
    border-color: #C3BFC6;
    border-style: none solid solid solid;
    display: none;
}
.click-menu .section a {
    color: #1B4464;
	font-weight: bold;
    font-size: 10px;
    font-family: tahoma;
	text-decoration: none;
    white-space: nowrap;
	
}
.click-menu .section a:hover {
    color: #82AA3A;
    text-decoration: none;
    white-space: nowrap;
	
}
.click-menu .box2 {

}
.click-menu .box2-hover {
   background-color: #E6E6E6;
}

a:link {
	color: #1B4464;
	text-decoration: none;
}
a:visited {
	color: #1B4464;
	text-decoration: none;
}
a:active {
	color: #1B4464;
	text-decoration: none;
}
a:hover {
	color: #82AA3A;
	text-decoration: none;
	}

.conf {
	font-family: arial,helvetica,sans-serif;
	font-size: 14pt;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.header {
	font-family: arial,helvetica,sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
}
.menuoc {
	font-family: verdana,helvetica,sans-serif;
	font-size: 9pt;
	
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	width: 100%;
	
	clear: both;
}
.menufiller {
	
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	font-size: 9pt;
	text-align: right;
}
.menuitem {
	background-color: #eeeeee;
	border-right: 1px solid black;
	font-weight: bold;
	font-size: 9pt;
	float: left;
	padding: 0.3em;
}
.cat {
	font-weight: bold;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10pt;
}
.note {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 9pt;
	font-weight: normal;
	font-style: italic;
	color: #006600;
}
.note2 {
    font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #006600;
}
.note3 {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #800080;
	font-size: 9pt;
	font-style: italic;
}
.item {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 9pt;
	font-weight: bold;
}
.item2 {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10pt;
	background-color: #eeeeee;
}
.box {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10pt;
	border: solid;
	border-color: black;
	border-width: 1px;
}
.sep {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10pt;
	background-color: #cccccc;
}
.err {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10pt;
	color: #990000;
	font-weight: bold;
}
.warn {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10pt;
	color: #800080;
	font-weight: bold;
}
.rowheader {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10pt;
	background-color: #ccdddd;
}
.row1 {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10pt;
	background-color: #eeeeee;
}
.row2 {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10pt;
	background-color: #dddddd;
}
.del {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10pt;
	background-color: #ccccff;
}
#processing {
	font-family: verdana,arial,helvetica,sans-serif;
	font-weight: bold;
	font-size: 120%;
}
#tracks li { margin-bottom: 0.5em; }