/* --------------------------
AUTHOR : STYLED MENUS
URL : http://www.styledmenus.com
Copyrights by STYLED MENUS
----------------------------*/
*{
	margin:0px 0 0 0;
	padding:0;
}
body{
	background:#fff;
	color:#FFFFFF;	
	font:12px/18px Tahoma, Arial, Helvetica, sans-serif; 	
}
#content 
{
    max-width: 1000px;
    margin: auto auto 114px auto;
    left: 1%;
    right: 1%;
    position: absolute;
    top: 0px;
    height: 171px;
}

#content1 
{
    max-width: 1000px;
    margin: auto auto 114px auto;
    left: 1%;
    right: 1%;
    position: absolute;
    top: 0px;
}



.style29 {list-style-type: disc; list-style-position: inside}
.style21 {
	font-size: 18px;
	color: #1A6DC9;
}
.style24 {color: #333333}
	#menu{
		width:600px;
    height: 104px;
    top: 8px;
    left: 4px;
}
		#menu ul{
			list-style:none;
		}
			#menu li{
				list-style:none;
				display:block;
				float:left;
			}
				#menu li a{
					display:block;
					float:left;
					height:66px;
					width:90px;
					color:#fff;
					text-transform:uppercase;
					font-size:11px;
					font-weight:bold;
					background:url(images/menu_007_left.jpg) no-repeat left;
					line-height:43px;
					padding:0 0 0 7px;
					text-decoration:none;
				}
				#menu li a span{
					display:block;
					float:left;
					background:url(images/menu_007_right.jpg) no-repeat right;
					height:66px;
					width:81px;					
					color:#fff;
					line-height:43px;
					padding:0 14px 0 6px;
				}
					#menu li a:hover{
						display:block;
						float:left;					
						background:url(images/menu_007_left_h.jpg) no-repeat left;
						height:66px;
						width:90px;						
					}
					#menu li a:hover span{
						display:block;
						float:left;					
						background:url(images/menu_007_right_h.jpg) no-repeat right;
						color:#fff;
						height:66px;
						width:90px;						
					}
				#menu li a.current{
					display:block;
					float:left;
					height:66px;
					width:90px;					
					color:#fff;
					text-transform:uppercase;
					font-size:11px;
					font-weight:bold;
					background:url(images/menu_007_left_h.jpg) no-repeat left;
					line-height:43px;
					padding:0 0 0 7px;
					text-decoration:none;
				}
				#menu li a.current span{					
					display:block;
					float:left;
					background:url(images/menu_007_right_h.jpg) no-repeat right;
					height:66px;
					width:90px;					
					color:#fff;
					line-height:43px;
					padding:0 14px 0 6px;
				}


