﻿/*ASPPLUS.Net Firma Rehberi Ana Manü*/

.aspplus_firmarehberi_menu
{
padding: 0;
width: 220;

}

.aspplus_firmarehberi_menu 
ul{
margin:0;
margin-left: 1px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.aspplus_firmarehberi_menu 
li{
display: inline;
padding: 0;
height:22px;

}

.aspplus_firmarehberi_menu 
a{
float: left;
display: block;
font:12px tahoma;
color: #ffffff;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
height:22px;
padding-top:5px;
padding-right:4px;
padding-left:4px;
margin-right:2px;
background-image:url(menu_back2.gif);
background-repeat:repeat-x
}

.aspplus_firmarehberi_menu 
a:hover{
background-color: #E91722; /*Highlight red color theme*/ 
padding-bottom: 0; /*Set padding-bottom value to 0 */
color: white;
height:22px;
background-image:url(menutdback.gif);
background-repeat:repeat-x

}

.aspplus_firmarehberi_menu 
.current a{ /** currently selected menu item **/
 
padding-bottom: 0; /*Set padding-bottom value to 0 */
border-bottom-color: #E91722; /*Highlight red color theme*/
color: white;
height:22px;
background-image:url(menutdback.gif);
background-repeat:repeat-x
}

#myform{ /*CSS for sample search box. Remove if desired */
float: right;
margin: 0;
margin-top: 2px;
padding: 0;
}

#myform .textinput{
width: 200px;
border: 1px solid gray;
}

#myform .submit{
font: normal 9px;
height: 22px;
border: 1px solid #E91722;
background-color: white;
color: white;
}

h1{
font-size:18px;
font-family:"Trebuchet MS";
line-height:20px;
margin-top:4px;
padding:0px;
}

