﻿/*-----------------------------------------
Bu Bölümde Site Anamenü bar özellikleri var
-------------------------------------------*/


.anamenu_bar
{
    margin-top:2px;
    width: 99%;
    height: 25px;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
	/*background-image: url('../../backgr/bg_menubar_blue2.gif');*/

}
.anamenu_menu_elemanlari
{
    width: 100%;
    height: 25px;
    /*border: 1px solid #000000;*/
    color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2d5c97;
    
	

}
.anamenu_menu_elemanlari:hover
{
    /*background-image: url('../../backgr/bg_menubar.gif');
        
    border: 1px solid #A80000;
    text-decoration: underline;*/
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #CC0000;

}
.anamenu_selected
{
    /*background-image: url('../../backgr/bg_menubar_blue2_sel.gif');
        border: 1px solid #A80000;*/
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #CC0000;

}
/* -----------------------------
masterpage alt menular css özellikleri
------------------------------*/
  .master_altmenu_Menu, .html_altmenu, baglantilar_grid
{
    font-family: Verdana;
    color: #FFFFFF;
    width:120px;
}

.html_altmenu_link
{
    font-size: 12px;
		
}
.baglantilar_grid
{
    width: 145px;
}
.baglantilar_link
{
    font-size: 10px;
    text-decoration: none;
    color: #CCFFFF;
    width: 140px;
 	padding-top:10px;
    

	
}
.baglantilar_link:hover
{
    color: #CC3300;
    }

.master_altmenu_Menu
{
    font-size: 12px;

}

.html_altmenu_link, baglantilar_link
{
    color: #FFFFFF;
    text-decoration: none;
}
    .master_altmenu_selected, .html_altmenu_link:active
{
    color: #E84646;
}
.StaticMenuItemStyle
{
    height: 25px;
    color: #FFFFFF;
}
.StaticHoverStyle, .html_altmenu_link:hover
{
    color: #E84646;

}

    .html_altmenuler
{
    text-align: left;
    padding: 0px;
    margin: 0px;
    vertical-align: middle;

}  