

/* Show only to IE PC \*/
* html #menuhead h2 {height: 1%;} /* For IE 5 PC */

#menubox {
	margin: 0;
	width: 182px; 
	/*background: url(i/bx-w-br.gif) no-repeat bottom right;*/
	font-size: 100%;
}
#menuhead{
	/*background: url(i/bx-bl-tr.gif) no-repeat top right;*/
	margin: 0;
	padding: 0;
	text-align: center;
}
#menuhead h2{
	/*background: url(i/bx-bl-tl.gif) no-repeat top left;*/
	color: white;
	margin: 0;
	/* padding: 22px 30px 5px; */
	padding: 10px 10px 5px;
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; 
}


#menu{
	/*background: url(i/bx-w-bl.gif) no-repeat bottom left;*/
	margin: 0;
	padding: 5px 5px 0;
	width:174px;
}

#menu ul{
	list-style : none;
	margin: 0;
	border: 0;
	font: 1em/1.8em Arial, Helvetica, "San Serif";
	padding: 0 0 8px 0;
}
#menu ul li{
	width: 170px;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px dotted #708090;
	border-top: 0;
	text-transform : capitalize;
	text-decoration:none;
	margin:0 2px ;
}

#menu ul li a{
	display : block;
	text-decoration: none;
	font-style : normal;
}

#menu ul li a:hover{
	color : #0000CD;
	text-decoration: none;
}

#menu ul li.thispage, #menu ul li.thissection{
	font-weight:bold;
}

#menu ul li.thispage{
	/*background-color : #0000CD;*/
}

menu img{
	margin:0;
	padding:0;
}	