/**************** menu coding *****************/
#menu {
	background-color: #BDB5D6;
	width: 111px;



}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 4pt 0pt;

}

#menu a, #menu h2 {
	font: bold 11px/20px arial, helvetica, sans-serif;
	display: block;
	margin: 0;
	padding: 2px 3px;
	border: 1px solid #BDB5D6;


}

#menu h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}

#menu a {
color: #000000;
background: #BDB5D6;
text-decoration: none;
}

#menu a:hover {
	color: #FFFFFF;
	background: #BDB5D6;
	border-top: 1pt solid #000000;
	border-right: 1pt #000000;
	border-bottom: 1pt solid #000000;
	border-left: 1pt #000000;



}

#menu li {
	position: relative;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}
.subon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	margin: 0px;
	padding: 0px 1px 1px;
	font-weight: bold;
	color: #CCCCCC;

}
.center {
	text-align: center;
}
.login {
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding: 2px;
	height: 40px;
	width: 100px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BDB5D6;
	border-right-color: #BDB5D6;
	border-bottom-color: #8989C2;
	border-left-color: #8989C2;
}

