#topnav {
	width: 100%;
	height: 40px;
	overflow: hidden;
	background-image: url(../images/topnavbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;

}

#admin_login *{
	font-size: 1em;
}

#admin_login{
	padding: 5px 10px;
	color: #555;
	font-size: .9em;
}

/* breadcrumbs */
#breadcrumbs{
	height: 30px;
	margin-top: -19px;
	overflow: hidden;
	padding-top: 5px;
	border-bottom: 1px solid #ccc;
}

#breadcrumbs a{
	color:#333333;
	font-size: .8em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#breadcrumbs a:hover{
	color: #000;
}

/* main */
#mainnav{

}
#mainnav a{
	color: #400a05;

}
#mainnav a:hover{
	color: #b54321;
}


/* new */
    #tabsH {
      float:left;
      width:100%;

      line-height:normal;
	 height: 60px;
	 margin-top: 25px;
	 font-weight: bold;
      }
    #tabsH ul {
        margin:0;
        padding:10px 10px 0 50px;
        list-style:none;
      }
    #tabsH li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsH a {
	float:left;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	background-image: url(../images/tableftH.gif);
	background-repeat: no-repeat;
	background-position: left top;
      }
    #tabsH a span {
      float:left;
      display:block;
      background:url(../images/tabrightH.gif) no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsH a span {float:none;}
    /* End IE5-Mac hack */
    #tabsH a:hover span {
      color:#FFF;
      }
    #tabsH a:hover {
      background-position:0% -42px;
      }
    #tabsH a:hover span {
      background-position:100% -42px;
      }

        #tabsH #current a {
                background-position:0% -42px;
        }
        #tabsH #current a span {
                background-position:100% -42px;
        }


/* circle */



#navCircle {
        margin: 0;
        height: 20px;
	   overflow: hidden;
	   padding-top: 10px;
	  
}

#navCircle li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
}

#navCircle a:link, #navCircle a:visited {
        float: left;
        font-size: 10px;
        line-height: 14px;
        font-weight: bold;
        padding: 0 12px 6px 10px;
        text-decoration: none;
        color: #e7bd5a;
}

#navCircle a:link.active, #navCircle a:visited.active, #navCircle a:hover {
        padding-bottom: 6px;
        color: #fff;
	   text-decoration: underline;
}

#clientnav{
	
	
}

    #tabs1 {
      float:left;
      width:100%;
      border-bottom: 1px solid #fff;    
      line-height:normal;
      margin-bottom: 10px;
      }
    #tabs1 ul {
          margin:0;
          padding:10px 0px 0 0px;
          list-style:none;
      }
    #tabs1 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs1 a {
      float:left;
      background:url(../images/tableft1.gif) no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs1 a span {
	float:left;
	display:block;
	padding:5px 15px 4px 6px;
	color:#627EB7;
	background-image: url(../images/tabright1.gif);
	background-repeat: no-repeat;
	background-position: right top;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs1 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#627EB7;
      }
    #tabs1 a:hover {
      background-position:0% -42px;
      }
    #tabs1 a:hover span {
      background-position:100% -42px;
      }

      #tabs1 #current a {
              background-position:0% -42px;
      }
      #tabs1 #current a span {
              background-position:100% -42px;
      }