.master #icerik { 
	top:0px;
	width: 800px;	
	background-color: #e8e8e8;
	margin: 0 auto;
	padding: 0;
    border: 0px none #e8e8e8;
	text-align: left;
}

.mainMenu{
	margin: 0;
	padding: 0;
	float: left;
	font: bold 11px Trebuchet MS;
	width: 100%;
	/*background-image: url(.../Images/PageTemplate/mainMenu_Default.gif);*/
	background-color: #E8E8E8;
}

.mainMenu li
{
	display: inline;
}

.mainMenu li a
{
	float: left;
	color: #ffffff;
	padding: 4px 15px;
	text-decoration: none;
	border-right: 1px solid #383838;
}

.mainMenu li a:visited
{
	color: #ffffff;
	text-decoration: none;
}

.mainMenu li a:hover, .mainMenu li .current
{
	color: #ffffff;
	text-decoration: none;
	/*background-image: url(.../Images/PageTemplate/mainMenu_Over.gif);*/
	background-color: Black;
}
 
.masterPageHeader
{	
    font-family:Trebuchet MS;
    font-weight:bold;
    font-size:15px;
    color:#ffffff;	        
}

a.masterPageHeader:link, a.masterPageHeader:active, a.masterPageHeader:visited
{	
   font-family:Trebuchet MS;
    font-weight:bold;
    font-size:15px;
    color:#ffffff;
}

a.masterPageHeader:hover
{
    color: #ff4500;
    text-decoration:none;          
}

 .masterPageSystemInfo
{	
    font-family:Trebuchet MS;
    font-weight:bold;
    font-size:11px;
    color:#ffffff;
    padding-right:23px;
}

a.masterPageSystemInfo:link, a.masterPageSystemInfo:active, a.masterPageSystemInfo:visited
{	
    font-family:Trebuchet MS; 
	color: #ffffff;
	text-decoration:none;
}
        
a.masterPageSystemInfo:hover
{
    color: #ffffff;
    font-family:Trebuchet MS;
    text-decoration:none;            
}

 .masterPageBottomLink
{	
    color: #838383;
    font-family: Verdana;
    font-size:10px;
    text-decoration:none;
}

a.masterPageBottomLink:link, a.masterPageBottomLink:active, a.masterPageBottomLink:visited
{	
    color: #838383;
    font-family: Verdana;
    font-size:10px;
    text-decoration:none;
}

a.masterPageBottomLink:hover
{
    text-decoration:underline;
}

