﻿#topsection {
float:left;
height:56px;
margin:0px;
 width: 1000px; /*background: url(../images/bg_menu_TetKySuu.gif) repeat-x 0% 1px;*/
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#animatedMenu
{
	background-image: url(bg-menub.gif);
	background-repeat: repeat-x;
	background-position: top;
	overflow: hidden;
	position: relative;
	height: 30px;
	font: normal 12px Arial;
	color: white; /*font of menu text*/
	clear: both;
	width: 1000px;

}
#animatedMenu ul
{
    list-style-type: none;
    margin: 0px 0px 0px 10px;
    padding: 0;
}

#animatedMenu ul li
{
    float: left;
    padding: 0;
    margin: 1px 1px 0px 1px;
}


#animatedMenu ul li a
{
    float: left;
    position: relative;
    display: block;
    background: url(tab-right1.gif) no-repeat right top; 
    color: White;
    line-height: 30px;
    text-decoration: none;
    height: 30px;
    line-height: 2em;   
}
#animatedMenu ul li .selected a, #animatedMenu ul li a:hover
{
    background: url(tab_right.jpg) no-repeat right top;   
    color: #333;     
    
}
#animatedMenu ul li a span
{
	background-position: left top;
	float: left;
	position: relative;
	display: block;
	padding: 0px 14px;
	color: White;
	font-weight: bold;
	line-height: 30px;
	text-decoration: none;
	height: 30px;
	cursor: pointer;
	background: url(tableft1.gif) no-repeat left top;
}
#animatedMenu ul li .selected a span, #animatedMenu ul li a:hover span
{
  
    background: url(tab_left.gif) no-repeat left top;    
    color: #333; 
}

#animatedMenu ul li div
{
    display: none;
}

#animatedMenu ul li div ul li a
{
    font: normal 11px Arial;
    color: #0066CC; /*font: normal 11px Arial;
    color: #212121;*/
    text-decoration: none;
}

#animatedMenu ul li div ul li a:hover
{
    font: normal 11px Arial;
    color: #333333;
    text-decoration: none;
}

#subTopMenu ul
{
    padding: 0;
    margin: 0;
    list-style: none;
}
#subTopMenu ul li
{
    padding: 0;
    margin: 5px;
    float: left;
    list-style: none;
}
#subTopMenu ul li a
{
    padding-left: 10px;
    padding-right: 5px;
    line-height: 2em;
    background-image: url(bul.png);
    background-position: left;
    background-repeat: no-repeat;
    color:#0066CC;
}