#box-menu-right ul li{
	list-style-type: none;
	margin-left:-30px;
	margin-right:10px;
	padding-bottom:4px;
	*padding-bottom:0px;
	background:url(../images/row/row.gif) no-repeat left;
	padding-left:15px;
	color:#333333;
	line-height:27px;
	border-bottom:1px solid #99bbe8;
}
#box-menu-right ul li.sub{
  background:url(../images/row/row.gif) no-repeat left;
  margin-left:-11px;		
  border-bottom:1px solid #99bbe8;
}

#box-menu-right ul li.sub_sub{
  background:url(/images/row/row.gif) no-repeat left;
  margin-left:5px;		
  border-bottom:1px solid #99bbe8;
}


#box-menu-right ul li a{
	color:#767475;
}
#box-menu-right ul li.active
{
	background:url(../images/row/row_active.gif) no-repeat left;
}
#box-menu-right ul li.active a{
	color:#FF0000;
}


/* CSS Document */
body{
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	color:#000000;
	margin: 0px;
	background-color: #000000;
}

img{
	max-width: 550px;
}

#header{
	clear: both;
	width:100%;
	background-color:#0A0A0A;
	border-top:1px solid #414338;
	border-bottom:1px solid #414338;	
}
#content{
	clear: both;
}

#footer{
	float: left;
	clear: both;
	margin-top: 10px;
	width:100%;
	
}

#container-left{
	width: auto;
	height: auto;
	float: left;
}
#container-right{
	width: auto;
	height: auto;
	float: right; 
}

.title_bar
{
	background-color: #99bbe8; width: 100%; height: 20px; padding-top: 5px;
	border: 1px solid #99bbe8;
}


#box-content-border{	
	clear: both;
	width:100%;
	
	margin-top: 2px; 
	background-color:#FFFFFF;
	border: 1px solid #99bbe8;
}

#box-menu-right{
	height:auto;
	margin-top:-2px;
	margin-bottom:-12px;
}
#box-menu-right ul li{
	list-style-type: none;
	margin-left:-30px;
	margin-right:10px;
	padding-bottom:4px;
	*padding-bottom:0px;
	background:url(../images/row/row.gif) no-repeat left;
	padding-left:15px;
	color:#333333;
	line-height:27px;
	border-bottom:1px solid #99bbe8;
}
#box-menu-right ul li.sub{
  background:url(../images/row/row.gif) no-repeat left;
  margin-left:-11px;		
  border-bottom:1px solid #99bbe8;
}

#box-menu-right ul li.sub_sub{
  background:url(../images/row/row.gif) no-repeat left;
  margin-left:5px;		
  border-bottom:1px solid #99bbe8;
}


#box-menu-right ul li a{
	color:#767475;
}
#box-menu-right ul li.active
{
	background:url(../images/row/row_active.gif) no-repeat left;
}
#box-menu-right ul li.active a{
	color:#FF0000;
}

a{
/*	color:#000000;*/
	text-decoration:none; 
	outline:none
}
a:hover{
	text-decoration:underline;
}