#menu {
    width: 230px;
    padding: 0;
	margin:0;
    font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 10.5pt;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#menu li {
	float: left;
	margin: 0;
	list-style: none;
	padding-top: 0px;
	width: 230px;
	border-bottom: 1px solid #7b69a2;
}

#menu li a {
	display: block;
    padding: 9px 5px 9px 20px;
    color: #000;
    text-decoration: none;
	text-align: left;
    width: 230px;
	background-color: #fff;
}

html>body #menu li a {
      width: auto;
      }

#menu li a:hover {
      background-color: #aea8cc;
      color: #fff;
}

#menu li#select {
      display: block;
      padding: 9px 5px 9px 20px;
      background-color: #aea8cc;
      color: #fff;
}

#home a {
	float:left;
	width: 30px;
	height: 28px;
	margin: 0px 0px 0 0px;
	border-right: 1px solid #3399cc;
	background: #2175bc url(_tpl/img/f-home.gif) no-repeat 2px 2px;
}

#home a:hover {
	background: #2586d7 url(_tpl/img/f-home.gif) no-repeat 2px 2px;
	border-right: 1px solid #3399cc;
}

#home_a {
	float:left;
	width: 30px;
	height: 28px;
	margin: 0px 0px 0 0px;
	background: #2586d7 url(_tpl/img/f-home.gif) no-repeat 2px 2px;
	border-right: 1px solid #3399cc;
}


#ahome { border-right: 2px groove #fff; }
#ahome a:hover {  background-color: #fff200; } 

#pmenu { padding: 0px 0 0 0; font-size: 9pt; margin-left:-10px; margin-top:10px;}

#pmenu li			{ padding:0px; list-style: url("_tpl/img/str.gif"); }
#pmenu li a			{ text-decoration: none; color: #006699; }
#pmenu li#select	{ color: #999; }
#pmenu li a:hover	{ color: #999; }

#amini { font-size: 85%; color: #0066ff; }

#smenu { 
	text-align:right;
	font-size: 10pt;
}

#smenu ul {	list-style: none; }

#smenu li a		  { color: #0066ff; }
#smenu li a:hover { color: #cc3300; }


#letter {
    padding: 0;
	margin:0;
    font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 9pt;
}

#letter a {
    padding: 0px;
    color: #000;
    text-decoration: none;
	text-align: left;
    width: 10px;
	background-color: #fff;
}

html>body #letter a {
      width: auto;
      }

#letter a:hover {
      background-color: #dadada;
      color: #000;
}

#letter #select {
      padding: 0px;
      background-color: #dadada;
      color: #000;
}


