@CHARSET "ISO-8859-1";
.example {
  border: 1px solid #CCC;
  background: url('../images/tra_back.png');
  padding: 10px;
}
.loginhome {
  border: 1px solid #CCC;
  background: url('../images/tra_back.png');
  padding: 0px;
}
a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#0052B7;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

.homeleftmencenter
{
	width: 180px;
	height:auto;
	margin-left:10px;
	margin-right:10px;
	margin-top:0px;
	margin-bottom:0px;
	padding-left:10px;
	background: url('../images/hleft-menu-middle.png') repeat-y;
}
.homemenuleft
{
	margin-left:10px;
	margin-right:10px;	
}

.homeleftmentop
{
	width: 180px;
	height: 10px;
	margin-left:10px;
	margin-right:10px;
	margin-top:0px;
	margin-bottom:0px;
	padding-left:10px;
	background: url('../images/hleft-menu-top.png') no-repeat;
}
div.homeleftmenbot
{
	width: 180px;
	height: 25px;
	margin-left:10px;
	margin-right:10px;
	margin-top:0px;
	margin-bottom:0px;
	padding-left:10px;
	background: url('../images/hleft-menu-bot.png') no-repeat;
}


.leftmencenter
{
	width: 200px;
	height:auto;
	margin-left:10px;
	margin-right:10px;
	margin-top:0px;
	margin-bottom:0px;
	padding-left:10px;
	background: url('../images/left-menu-middle.png') repeat-y;
}
.menuleft
{
	margin-left:10px;
	margin-right:10px;	
}

.leftmentop
{
	width: 200px;
	height: 10px;
	margin-left:10px;
	margin-right:10px;
	margin-top:0px;
	margin-bottom:0px;
	padding-left:10px;
	background: url('../images/left-menu-top.png') no-repeat;
}
div.leftmenbot
{
	width: 200px;
	height: 25px;
	margin-left:10px;
	margin-right:10px;
	margin-top:0px;
	margin-bottom:0px;
	padding-left:10px;
	background: url('../images/left-menu-bot.png') no-repeat;
}
div.sdmenu {
	width: 180px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	color: #fff;
}
div.sdmenu div {
	background: url(../images/title.gif) repeat-x;
	overflow: hidden;
}
div.sdmenu div:first-child {
	background: url(../images/toptitle.gif) no-repeat;
}
div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color: white;
	background: url(../images/expanded.gif) no-repeat 10px center;
	cursor: default;
	border-bottom: 1px solid #ddd;
}
div.sdmenu div.collapsed span {
	background-image: url(../images/collapsed.gif);
}
div.sdmenu div a {
	padding: 5px 10px;
	background: #eee;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #066;
}
div.sdmenu div a.current {
	background : #ccc;
}
div.sdmenu div a:hover {
	background : #066 url(../images/linkarrow.gif) no-repeat right center;
	color: #fff;
	text-decoration: none;
}