﻿
/* Let's import the lovely google font, please keep this line at the top of your stylesheet */

@import url(http://fonts.googleapis.com/css?family=Capriola);

#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a{
	
	padding: 0;
	margin: 0;
	line-height: 0;
	font-family: Arial;
    font-weight:bold;
	
}

#cssmenu {
zoom: 1;
height: 69px;
border-radius: 2px;
width: 800px;
margin-left: 374px;
}

#cssmenu ul {
    background: url('Images/Menu1000x35.jpg') repeat-x 0px 9px;
    height: 45px;
    /*margin-top: 185px;*/
}
/*background: url('Basic/img/nav-bg.png') repeat-x 0px 4px;*/

#cssmenu ul li{

	float: left;
	list-style: none;
    /*margin-bottom:35px;*/
	
}

#cssmenu ul li a{
	
	display: block;
	height: 37px;
	padding: 22px 30px 0;
	margin: 4px 2px 0;
	border-radius: 2px 2px 0 0;
	text-decoration: none;
	font-size: 15px;
	color: #642400;
	/*text-shadow: 0 1px 1px rgba(0, 0, 0, .75);*/
	font-weight: 100;
	opacity: .9;
	
}

#cssmenu ul li:first-child a{
	
	margin: 4px 2px 2px 0;
  /* background-color:red;*/
	
}

#cssmenu ul li a:hover, #cssmenu ul li.active a {
    background: url('Basic/img/Slider_tab100x46.png') center bottom;
    display: block;
    height: 37px;
    margin-top: 0px;
    padding-top: 20px;
    color: white; /*#600000;*/ /*text-shadow: 0px 1px 1px rgba(255, 255, 255, .35);*/
    opacity: 1;
    background-repeat: no-repeat;
   
}


   
 /*#cssmenu ul li.visited a{
    background: url('Basic/img/menu_slider123x51.png') center bottom;
    display: block;
    height: 37px;
    margin-top: 0px;
    padding-top: 26px;
    color: white;/*#600000;*/ /*text-shadow: 0px 1px 1px rgba(255, 255, 255, .35);*/
    /*opacity: 1;
    background-repeat: no-repeat;
}*/

 

#cssmenu:before, #cssmenu:after, #cssmenu > ul:before, #cssmenu > ul:after {

	content: '';
	display: table;
	
}


#cssmenu:after, #cssmenu > ul:after {

	clear: both;
	
}




