/* GENERAL STYLES */
/* ####################### */
/* TopMostLinks            */
/* ####################### */
#topmostLinkList
{
	height: 14px;
	margin:0px;
	padding: 3px;
	list-style-type: none;
	color:white;
	background-color: #a1cb39; 
/*	color: #a1cb39;
	background-color: white;*/
}
#topmostLinkList li
{
	float:right;
	margin: 0px;
	padding: 2px 5px 2px 5px;
}
#topmostLinkList a
{
	vertical-align:bottom;
	text-decoration:none;
	color: white;
/*	color: #a1cb39; */
	font-size: 11px;
}
#topmostLinkList a:hover
{
	color:#DD002A;
	text-decoration: underline;
}

/* ####################### */
/* Top Navigation          */
/* ####################### */
#naviList {
   list-style:none;
   margin: 0px;    
   padding: 0px;
   width: 600px;
   background: url('Style/topbg.jpg');
   float:left;
}

#naviList li {
   font-size: 11pt;
   min-width: 100px;
   float:left;
   border-left:#ddd9cc solid 1px;
   border-right:#888477 solid 1px;
}

#naviList .selected {
   font-weight: bold;
}

#naviList a{
   padding: 6px;
   text-align: center;
   text-decoration:none;
   color:#ffffff;
   display: block;
}

#naviList a:hover{
   color: #88A04C;
   background-color: #EEF7D8;
}

/* ####################### */
/* Second Level Navigation */
/* ####################### */

#secondLevelNavigation
{
   font-size: 9pt;
   padding: 0px;
   border: #88a04c 1px Solid;
   float: left;
   margin: 0px 0px 0px 2px;
   width: 170px;
   color: #88a04c;
   list-style-type: none;
   background-color: #e8eddc;
}
#secondLevelNavigation LI
{
   border-bottom: #ddd 1px solid

}
#secondLevelNavigation LI .selected
{
   font-weight: bold
}
#secondLevelNavigation .title 
{
   font-size:11pt;
   font-weight: bold;
   border-bottom: 1px solid #88a04c;
   margin: 0px;
   padding: 0px 5px 0px 5px;
   color: #88a04c;
   background-color: #cfd89d;
   text-align: center;
   display: block;
}
#secondLevelNavigation A
{
   text-decoration: none;
   padding: 5px 10px 5px 10px;
   color: #88a04c;
   display: block;
   padding: 5px 10px 5px 10px;
}
#secondLevelNavigation A:hover
{
   background-color:#88a04c;
   color:#e8eddc;
}


/* ####################### */
/* Breadcrumbs             */
/* ####################### */
#breadCrumbs {
   list-style:none;
   margin: 0px;
   margin-bottom: 5px;    
   padding: 0px;
   background: url('CSS/Style/topbg.jpg');
   float:left;
}
#breadCrumbs ul
{
   padding: 3px 3px 3px 3px;
   margin: 0;
   color: #aaa;
   list-style-type: none;
   float:left;

 }

#breadCrumbs li
{
   margin: 0px 3px 3px 0px;
   font-size: 8pt;
   padding: 0px;
   float:left;
   color: #C0C0C0;
   display: block
}
#breadCrumbs a{
   padding: 6px;
   text-align: center;
   text-decoration:none;
   color: #A2CB3A;
}

#breadCrumbs a:hover{

   text-decoration: underline;
}

/* ####################### */
/* inlineNavigation */
/* ####################### */
#inlineNavigation
{
}
#inlineNavigation LI
{
}
#inlineNavigation A
{
   font-weight: normal;
}
#inlineNavigation A:hover
{
   color:#e8eddc;
}



/* EDITOR PROPERTIES */
