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

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

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

}

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

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

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


/* Sub level menu links style */
.headerhelp ul li ul li a{
width: 100px; /*width of sub menu levels*/
font-weight: normal;
padding: 2px 5px;}

.headerhelp ul li a:hover{

color:red;
}

.headerhelp 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 .headerhelp ul li { float: right; }
* html .headerhelp ul li a { height: 25px;}
/* End */
