.metin  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	line-height: 10pt;
	color: #FF0000;
}

.metinc  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	line-height: 10pt;
	color: #FFOOOO;
	font-weight: bold;
}

.metinc2  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	line-height: 10pt;
	color: #FF3300;
	font-weight: normal;
	text-decoration: none;
}


.link {
	color: #FF0000;
	text-decoration: none;
}

.link:hover {
	color: #FF3300;
	text-decoration: none;
}


.linksol {
	color: #FF3300;
	font-weight: bold;
	text-decoration: none;
}

.linksol:hover {
	color: #FF3300;
	font-weight: bold;
	text-decoration: none;
}

.b1  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 17pt;
	color: #FF3300;
	font-weight: bold;
}

.b2  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14pt;
	color: #FF300;
	font-weight: normal;
}


.horizontalcssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
float: left;

}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
display: block;
width: 127px; /*Width of top level menu link items*/
padding: 10px 0px;
border: 0px solid #202020;
border-left-width: 0;
text-decoration: none;
background: url(menubg.gif) center center repeat-x;
color: #FF3300;
font: bold 10px Tahoma;
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
	left: 3;
	top: 0;
	border-top: 1px solid FF3300;
	position: absolute;
	display: block;
	z-index: 100;
	color: black;
	visibility: hidden;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
float: none;
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
width: 127px; /*width of sub menu levels*/
font-weight: normal;
padding: 6px 0px;
background: #FFFFFF;
border-width: 0 0px 1px 0px;
border-bottom-color:#FF3300;
}

.horizontalcssmenu ul li a:hover{
background: url(menubgover.gif) center center repeat-x;
color: black;
}

.horizontalcssmenu ul li ul li a:hover{
background: #FF3300;
}

.horizontalcssmenu .arrowdiv{
position: absolute;
right: 0;
background: transparent url(menuarrow.gif) no-repeat center left;
}

* 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 .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* End */
