﻿/* Top navigation */
#topmenu{
width:100%;
margin-top:5px;
margin-left:15px;

}

#topmenu li{
	float: left;
	list-style:none;
}

#topmenu a{
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	color: #666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration: none;
	font-weight: bold;
	background: transparent url(_images/menudivider.gif) no-repeat;
	background-position: top right;
	display:block;
}


#topmenu a:hover span {
      color:#000;
	 }
	 
#topmenu a:hover {
      color:#000;
	 }
/* end top navigation */

/* Top right navigation */

#topmenuright{
width:250px;
margin-top:5px;
padding-right:30px;
float: right;
}

#topmenuright li{
	float: right;
	list-style:none;
}

#topmenuright a{
	clear:both;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	color: #888;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: bold;
	text-decoration: none;
	background: transparent url(_images/menudivider.gif) no-repeat;
	background-position: top right;
}

#topmenuright a:hover {
      color:#000;
	 }

#topmenuright a:hover span {
	float:none;
      color:#000;
	 }
	 
	 /* Bottomnavigation */
#botmenu{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: 20px;
	padding: 5px 0px;
	}


/*#botmenu li{
float:left;
	list-style:none;
	text-align: center;
	margin:0 auto;
}*/

#botmenu a{
	/*font-weight: bold;*/
	color: #666666;
	text-decoration:none;
	padding: 10px 5px;
}


#botmenu a:hover {
	/*font-weight: bold;*/
	color: #000;
	 }
/* end bottom navigation */


/*- Menu Tabs 4--------------------------- */

  #tabs4 {
      float:left;
      width:100%;
      font-size:11px;
      line-height:normal;
	  border-bottom:1px solid #BCD2E6;
	  margin-bottom:20px;
      }
    #tabs4 ul {
	  margin:0;
	  padding:10px 10px 0px 0px;
	  list-style:none;
      }
    #tabs4 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs4 a {
      float:left;
      background:url("_images/tableft4.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 7px;
      text-decoration:none;
      }
    #tabs4 a span {
      float:left;
      display:block;
      background:url("_images/tabright4.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      /*color:#6B78A9;*/
	  color:#666;
	   }
	   
	  #tabs4 a.current {
      float:left;
      background:url("_images/tableft4.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 7px;
      text-decoration:none;
	  font-weight:bold
      }
	  
    #tabs4 a.current span {
      float:left;
      display:block;
      background:url("_images/tabright4.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#000;
	   }
	   
   
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs4 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs4 a:hover span {
      color:#000;
      }
	  
    #tabs4 a:hover {
      background-position:0% -42px;
      }
    #tabs4 a:hover span {
      background-position:100% -42px;
      }  
	  
	 #tabs4 a.current:hover {
      background-position:0% 0px;
      }
    #tabs4 a.current:hover span {
      background-position:100% 0px;
      }  
	

/* end Menu Tabs 4--------------------------- */

a{
	color: #666666;
	text-decoration:underline;
}

a:hover{
	color: #000;
}


