@charset "utf-8";
/*- Start of css for the left column containign the nav-- */
#navigation {
	width: 200px;
	text-align: left;
}
	
	#navigation ul {
	padding: 0px;
	margin: 0px;
	list-style: none;	
	font-family: Arial, Helvetica, sans-serif;
	color: #333399;
	font-weight: bold;
}
	
#navigation li a {
	height: 32px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 24px;
	text-decoration: none;
	color: #333399;
}
/*for IE6 as the block attribute does not work*/
* html navigation li a {
width:100%;
}

#navigation li a:visited {
	color: #333399;
	display: block;
	background: url(images/purple.gif);
	padding: 8px 0 0 10px;
}
#navigation li a:link {
	color: #333399;
	display: block;
	background: url(images/purple.gif);
	padding: 8px 0 0 10px;
}
#navigation li a:hover {
	color: #FFF;
	background: url(images/purple.gif) 0 -32px;
	padding: 8px 0 0 10px;
}

#navigation ul ul li a:link, #navigation ul ul li a:visited{
	color: #660066;
	text-indent: 30px;
	font-size: 15px;
}
#navigation ul ul ul li a:link, #navigation ul ul ul li a:visited{
	color: #400040;
	text-indent: 60px;
	font-size: 15px;
	font-style: italic;
}


/*- Start of css for the left column containign the nav-- */


/*top horizontal nav*/


#top_nav	{
	clear : both;
	height: 30px;
	width: 100%;
	vertical-align: bottom;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
}

#top_nav ul	{
	white-space: nowrap;
	padding: 0px;
	margin: 0px;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
	color: #333399;
}

#top_nav li {
	list-style-type: none;
	display: inline;
	color: #333399;
}

#top_nav li a:link{
	text-decoration: none;
	padding: 7px 10px;
	color: #333399;
}

#top_nav li a:visited{
	text-decoration: none;
	padding: 7px 10px;
	color: #333399;
}

#top_nav li a{
	text-decoration: none;
	padding: 7px 10px;
	color: #333399;
}

#top_nav li a:hover {
	padding: 7px 10px;
	color: #333399;
	text-decoration: underline;
}

/*top tab nav*/
/*- Menu Tabs 10--------------------------- */

    #nav_tabs {
      float:left;
      width:100%;
      font-size:93%;
      line-height:normal;
      }
    #nav_tabs ul {
	margin: 0;
	padding: 10px 10px 0 50px;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
}
    #nav_tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #nav_tabs a {
      float:left;
      background:url("images/tableft10.gif") no-repeat left top;
        background-position:0% -42px;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #nav_tabs a span {
      float:left;
      display:block;
      background:url("images/tabright10.gif") no-repeat right top;
       background-position:100% -42px;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #nav_tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs9 a:hover span {
      color:#FFF;
      }
    #nav_tabs a:hover {
	  float:left;
      background:url("images/tableft10.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;

}
    #nav_tabs a:hover span {
       float:left;
      display:block;
      background:url("images/tabright10.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;

      }
/*- End of header css-- */


/*- Start of footer css-- */
#footer_nav {
	float: right;
}

#footer_nav a {
	color: #C0C0C0;
	text-decoration: none;
}


#footer_nav a:hover {
	color: #000000;
	text-decoration: none;
}

#footer_links	{
	clear : both;
	text-align : center;
}

#footer_links a	{
	color: #C0C0C0;
	text-decoration: none;
}

#footer_links a:hover	{
	color: #000000;
	text-decoration: none;
}
/*- End of footer css-- */
