body 
{
	margin: 0;
	padding: 0;
	background: #FFF;
	font: normal 12px Arial, Verdana, sans-serif;
	line-height: 18px;
}

h2 
{
	color: black;
	font: bold 12px Verdana, Helvetica, sans-serif;
	padding: 5px;
	margin: 0;
	text-align: left;
}

#item p
{
  margin: 15px;
}

.glossymenu {
  padding: 0;
  margin: 0;
  background-color: white;
  text-align: left;
}

.glossymenu li {
  list-style-type: none;
  padding: 0;
}

.glossymenu li a, a:visited {
  text-decoration: none;
  color: darkblue;
}

.glossymenu li a:hover {
  text-decoration: underline;
}

thead
{
  background-color: darkblue;
  color: white;
  text-align: center;
  font: bold 12px Arial, Verdana, sans-serif;
}

.header_right a 
{
  text-decoration: none;
  color: black;
}

.header_right a:hover 
{
  color: blue;
}

a img 
{
  border: 0;
}

a:link, a:visited
{
  text-decoration: underline;
  color: blue;
}

.footer 
{
	text-align: center;
}

.topmenu 
{
  background-color: darkblue;
  color: white;
}

.topmenu a:link, .topmenu a:visited
{
  color: white;
  text-decoration: none;
  padding: 15px;
  text-align: left;
  font: bold 12px Arial, Verdana, sans-serif;
}

/*
	BEGIN MENU
*/

.glossymenu
{
  list-style-type: none;
/*  margin: 3px 0;*/
  padding: 0;
  width: 170px;
/*  border: 1px solid #9A9A9A;*/
  background-color: white;
}

.glossymenu li a:link, .glossymenu li a:visited
{
  /*background: white url(glossyback.gif) repeat-x bottom left;*/
  background-color: silver;
  font: bold 11px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
  color: blue;
  display: block;
  width: 95%;
  padding: 0;
  padding-left: 10px;
  text-decoration: none;
  border: 1px solid black;
}


* html .glossymenu li a
{ /*IE only. Actual menu width minus left padding of A element (10px) */
  width: 160px;
}

.glossymenu li a:hover{
  background-image: url(glossyback2.gif);
  text-decoration: none;
}

.menu_subcat
{
  margin-left: 10px;
  padding: 0;       
}

.menu_subcat li a:link, .menu_subcat li a:visited
{
  background-color: #657383;
  border: 0;
  padding-left: 2px;
  width: auto;
  font-weight: normal;
  color: white;
}

.mandat 
{
	color: brown;
}
.mandat:after 
{
	content: "*";
}

button
{
	border: 1px solid black;
	background-color: lightblue;
	cursor: pointer;
	font-size: 11px;
}

button:hover
{
	border: 1px solid #000000;
	background-color: #83959E;
	color: #ffffff;
}

.loginbox 
{
  background-color: lightgray;
  border: 1px solid black;
  padding: 5px;
}

.attrimage
{
  border: 1px solid black;
}

#cat_desc
{
  border: 1px dotted black;
  padding: 5px;
  margin-bottom: 5px;
}

#msg
{
  border: 1px dotted black;
  padding: 5px;
  margin-bottom: 5px;
  color: blue;
}

#line
{
  margin: 0; 
  padding: 0; 
  border-top: 1px solid blue; 
  font-size: 2px; 
  height: 1px; 
  empty-cells: show;
}

/* BEGIN FLYOUT MENU */
.menu {
  z-index:1000;
  font-size:90%;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
  padding:0;
  margin:0;
  list-style-type:none;
  width:180px;
}
/* hack for IE5.5 */
* html .menu ul {margin-left:-16px; ma\rgin-left:0;}
/* position relative so that you can position the sub levels */
.menu li {
  position:relative;
  background:silver;
  height:20px;

}

/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.menu a, .menu a:visited {
  display:block; 
  text-decoration:none;
  height:20px;
  line-height:20px;
  width:179px;
  color:darkblue;
  text-indent:5px;
  border:1px solid #fff;
  border-width:0 1px 1px 0;
}
/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {background:silver; width:180px; w\idth:179px;}
/* style the link hover */
* html .menu a:hover {color:#fff; background:#0D52F2;}

.menu :hover > a {
  color:#fff; 
  background:	#0D52F2;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
  visibility:hidden;
  position:absolute;
  top:0;
  left:180px; 
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}

/* END FLYOUT MENU */
