/*   Artirkazan.com Header Menu Css dosyasi   */
/*///////////////////////////////////\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
/*///////////////////// ######################### \\\\\\\\\\\\\\\\*/
/*///////////////////// ######################### \\\\\\\\\\\\\\\\*/
/*///////////////////// ####    By ZeYNeLx   #### \\\\\\\\\\\\\\\\*/
/*//////////////////// ########################### \\\\\\\\\\\\\\\*/
/*/////////////////// ###                       ### \\\\\\\\\\\\\\*/
/*////////////////// ###       Tüm Haklari       ### \\\\\\\\\\\\\*/
/*------------------ ### ArtirKazan.Com'a Aittir ### -------------*/
/*\\\\\\\\\\\\\\\\\\ ###      Kopyalanamaz       ### /////////////*/
/*\\\\\\\\\\\\\\\\\\\ ###    Copyright ©2008    ### //////////////*/
/*\\\\\\\\\\\\\\\\\\\\ ###                     ### ///////////////*/
/*\\\\\\\\\\\\\\\\\\\\\ ######################### ////////////////*/
/*\\\\\\\\\\\\\\\\\\\\\ ######################### ////////////////*/
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\/////////////////////////////*/
/*################################################################*/
/*############################ By ZeYNeLx ########################*/
/*################################################################*/

.footerhelp ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.footerhelp ul li{
position: relative;
display: inline;
float: left;
height:25px;

}

/*Top level menu link items style*/
.footerhelp ul li a{
display: block;
width: 121px; /*Width of top level menu link items*/
height:25px;
padding: 2px 8px;
text-decoration: none;

color:#222222;
font: bold 13px Tahoma;
}
	
/*Sub level menu*/
.footerhelp ul li ul{
left: 0;
top: 0;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}

/*Sub level menu list items*/
.footerhelp ul li ul li{
display: inline;
float: none;
}


/* Sub level menu links style */
.footerhelp ul li ul li a{
width: 121px; /*width of sub menu levels*/
font-weight: normal;
padding: 2px 5px;
border-width: 0 1px 1px 1px;
}

.footerhelp ul li a:hover{

color:green;
}

.footerhelp ul li ul li a:hover{
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
	padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .footerhelp ul li { float: right; }
* html .footerhelp ul li a { height: 25px;}
/* End */

