body, td {	
   font-family: verdana,arial,helvetica,sans-serif;
	font-size:12px;
	text-decoration:none;
   color: #111111;
}
#Editor {
   background-color: #717f71;
}

a { color:#030; text-decoration: none;}
a:hover { text-decoration: underline; }

/* ============================================================================= */

#SideNav{
   font-family:Tahoma,Verdana,Arial,sans-serif;
   padding:0px;
   margin:0px;
   list-style-type:none;
}

#SideNav LI{
   display:inline;
}

#SideNav A{
   font-size:11px;
   font-weight:bold;
   color:white;
   width:191px;
   text-align:left;
   display:block;
   padding:3px 0px 3px 22px;
   background-color:#A8B1A8;
   /*background: url(/Images/bgSideFolder.gif) no-repeat;
   background-position:right bottom;*/
}

#SideNav #Current{
   color:white;
   background-color:#C2C9C2;
   /*background-position:left bottom;   */
}

#SideNav #Sub{
   color:white;
   padding-left:37px;
   /*background-position:left bottom;   */
}

#SideNav #SubOn{
   color:white;
   background-color:#C2C9C2;
   padding-left:37px;
   /*background-position:left bottom;   */
}

#SideNav A:hover, #SideNav #Current:hover{
   color:white;
   text-decoration:none;
   background-color:#C2C9C2;
   /*background-position:-120px bottom;*/
}

#SideNav #Sub:hover{
   color:white;
   text-decoration:none;
   background-color:#C2C9C2;
   /*background-position:-120px bottom;*/
}

#SideNav LI UL{
   padding:0px;
   margin:0px;
   padding-left:22px;
   list-style-type:none;
}

#SideNav LI UL LI A{
   width:191px;
   text-align:right;
   color:white;
   font-size:11px;
   font-weight:bold;
   padding:3px 0px 3px 22px;
   background-color:#A8B1A8;
   /*background: url(/Images/bgSideDocument.gif) no-repeat;
   background-position:-198px bottom;*/
}

/* Box Model Hack */
TD > #SideNav LI UL LI A{
   width:191px;
}

TD > #SideNav A{
   width:191px;
}
/* End Hack */

#SideNav LI UL LI A:hover, #SideNav LI UL LI #Current:hover{
   background-color:#C2C9C2;
   /*background: url(/Images/bgSideDocument.gif) no-repeat;
   background-position:-99px bottom;*/
}

/* ============================================================================= */