﻿/* Tabs menu */
.main-menu {
	/*clear: both;*/
	/*background: white url(../img/foxtail-pine-california_1410_600x30.jpg) left top repeat-x;*/
	/*background: #f7d668;*/
	display: block;
	height: 30px;
	border: none;
	position:relative;
	margin-top:15px;
	margin-left:100px;
	/*grid_9*/
	width:571px;
}

.menuItemsBackGround
{
    background-color: #ff9900;
    /*background: url('../img/containerBackground_brown_860.jpg') repeat-x 0 0;*/
    
    height: 30px;
    width:860px;
}

.menuBackGround
{
    background-color: black;
    /*background: #cbcbcd url(../img/menuBackground_wood_960x60.jpg) left top repeat-x;*/
    height:60px;
}

.main-menu ul {
	list-style: none;
	margin: 0px !important; padding: 0px !important;
}
.main-menu ul li {
	float: left;
	margin: 0px;
	padding: 0px !important;
	position: relative;
}
.main-menu ul li a {
	display: block;
	padding: 7px 7px; 
	margin: 0;
	height: auto;
	/*color: Black; delalo bordel v dynamickem nastavovano css pro aktivni */
	width: 110px;
	text-align:center;
	border-right: 1px solid black;
    /*font-weight:bold;*/
    font-size:large;
    /*text-shadow: 0px 1px 0px white;*/  
    text-decoration:none;
    /*color:Yellow;  */
}

.main-menu-first-a{
    border-left: 1px solid black;
}
/*
.main-menu ul li.active a 
{
    background: #FFF url(../img/menu/bg_top-menu-item-active.gif) left bottom repeat-x; 
    color: #003F7D;
}*/
   
.main-menu ul li a:hover {
	/*background: #EBF4FB url(../img/menu/bg_top-menu-item-rollover.gif) left bottom repeat-x;*/
	background-color: black;
    color:white; /*#003F7D;*/
    /*border-left: 1px solid #ccc;	*/
}

.main-menu ul li a:active
{
    background-color: black;
    color:white; 
}

.main-menu-active
{
    background-color: black;
    color:white; 
}


