﻿.indentmenu
{
/*display:block;*/
}

.indentmenu ul{
margin: 0px;
padding: 0;
width:100%;
background: white url(/grills/assets/img/tab_Empty_background.gif) repeat-x;
float: left;/**/
height: 33px;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: #666666; /*text color*/
height:30px;
width:111px;
text-decoration: none;
background: white url(/grills/assets/img/tab_unSelected.gif) no-repeat;
text-align: center; /*set to left, center, or right to align the menu as desired*/
padding-top: 3px;
/* border: solid 1px #cccccc;*/
}

.indentmenu ul li a.selected{
color: #ed1c24 !important;
height:30px;
width:111px;
background: white url(/grills/assets/img/tab_selected.gif) no-repeat;
outline:none;
padding-top: 6px;

}
.indentmenu ul li a:active
{
    outline:none;

}
.TabContent
{
   display:none;
   padding:5px 5px 5px 5px;
   width: 657px;
   height: 333px;
   vertical-align:middle;
   text-align: center;
  /* border: solid 1px #cccccc; 
  */
	  }


