﻿#tabMenu
{
	margin: 0;	
	padding: 0 0 0 15px;
	list-style: none;
}

#tabMenu li
{
	height: 18px;
	width: 140px;
	cursor: hand;
	padding: 4px;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	background-color: Transparent;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #8A8A8A;
}

/*li.mouseover
{
	background-color:Black;	
}
li.mouseout
{
	background-color:#cfcfcf;	
}*/
li.selected
{	
	background-color:#993d33;	
	color:White;			
}

.box
{
	width: 980px;
	color: #5b5b5b;	
}

.boxTop
{	
	height: 11px;
	clear: both;
}
*html .boxTop
{
	margin-bottom: -2px;
}


.boxBody
{
	background-color: Transparent;
	font-family: Arial;
	font-size: 14px;		
}
.boxBottom
{	
	height: 11px;
}

.boxBody div
{
	display: none;
}

.boxBody div.show
{
	display: block;
}

.boxBody #category a
{
	display: block;
}

.boxBody ul
{
	margin: 0 10px 0 25px;
	padding: 0;
	width: 200px;
	color: #5b5b5b;
	font-family: Arial;
	font-size: 14px;		
}

.boxBody h3
{
	margin: 0 0 0 25px;
	padding: 0;
	width: 200px;
	color: #5b5b5b;
	font-family: Arial;
	font-size: 16px;
	border-bottom-style: dotted;
	border-bottom-width: 2px;
	border-bottom-color: #888888;	
}

*html .boxBody ul
{
	margin-left: 10px;
	padding-left: 15px;
}
.boxBody li
{	
	padding: 4px 0;
	cursor: hand;
	cursor: pointer;
}
.boxBody ul li.last
{
	border-bottom: none;
}
.boxBody li span
{
	font-size: 8px;
	font-style: italic;
	color: #5b5b5b;
}

.cssSiteTDStyle
{
	vertical-align:top;
	width:150px;
}



.boxTop
{	
}

#tabMenuTop
{
	margin: 0;		
	list-style: none;	
}

#tabMenuTop li
{
	float:left;
	height: 34px;
	width:64px;	
	cursor: hand;			
	background-color: Transparent;	
}

#tabMenuTop li.Home
{	
	width:32px;
	height:34px;
	background: url(../../images/home.gif) no-repeat -32px 0px;
}

#tabMenuTop li.SiteMap
{	
	width:32px;
	height:34px;
	background: url(../../images/site.gif) no-repeat -32px 0px;
}


#tabMenuTop li.mouseover
{
	background-position: 0 0;
}

#tabMenuTop li.mouseout
{
	background-position: -32px 0px;
}



#BoxBodySiteMap
{
	background-color: Transparent;
	font-family: Arial;
	font-size: 14px;		
}

#BoxBodySiteMap ul
{
	margin: 0 10px 0 25px;	
	width: 150px;
	color: #5b5b5b;	
	font-family: Arial;
	font-size: 14px;
}

#BoxBodySiteMap li
{	
	width: 150px;
	height: 20px;
	color: #5b5b5b;
	font-family: Arial;
	font-size: 14px;
	list-style-type: none;
	cursor: hand;			
}

#BoxBodySiteMap a
{	
	text-decoration:none;
	width: 150px;
	height: 20px;
	color: #5b5b5b;
	font-family: Arial;
	font-size: 14px;
	list-style-type: none;
	cursor: hand;			
}


#BoxBodySiteMap h3
{
	margin: 0 0 0 25px;
	padding: 0;
	width: 150px;
	color: #5b5b5b;
	font-family: Arial;
	font-size: 16px;
	border-bottom-style: dotted;
	border-bottom-width: 2px;
	border-bottom-color: #888888;	
}