





/* ######### CSS for Shade Tabs. Remove if not using ######### */
.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
	display: inline;
	margin: 0px;
	padding: 0px;
	
	
}
#top{
height:41px; 
	background:url(../images/tab_btm.jpg) repeat-y;
	}
#top .tab{
	background-image:url(../images/tab_of.jpg);
	width:66px;
	height:41px;
	}

.shadetabs li img
{
	width:212px;
	height:41px;
}


.shadetabs li a{
	text-decoration: none;
	z-index: 1;
	color: #056389;
	background-image: url(../images/tab_of.jpg);
}

.shadetabs li a:visited{
	width:66px;
	height:41px;
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
	width:66px;
	height:41px;
	background-image: url(../images/tab_on.jpg);
	color: #FFFFFF;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}


/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */

.modernbricksmenu2{
padding: 0;
width: 362px;
border-top: 5px solid #D25A0B; /*Brown color theme*/ 
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.modernbricksmenu2 ul{
margin:0;
margin-left: 10px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.modernbricksmenu2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.modernbricksmenu2 a{
float: left;
display: block;
font: bold 11px Arial;
color: white;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
background-color: black; /*Brown color theme*/ 
border-top: 1px solid white;
}

.modernbricksmenu2 a:hover{
background-color: #D25A0B; /*Brown color theme*/ 
color: white;
}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
background-color: #D25A0B; /*Brown color theme*/ 
color: white;
border-color: #D25A0B; /*Brown color theme*/ 
}

/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */

#countrytabs {
	margin:0;
	padding:0;
	height: 40px;
	clear: both;
/*	background: url("../images/tab_endtabs.gif") bottom left repeat-x;*/
	background:url("../images/ProductPanelTop.gif") top left repeat-x;
	padding:0 0 0 15px;
	
}




.indentmenu{
font: bold 12px Arial;
 /*width: 100%;leave this value as is in most cases*/
 float:left;
 vertical-align:bottom;
 width:465px;
}

.indentmenu ul{

margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
/*border-top: 1px solid darkred; darkred border*/
}

.indentmenu ul li{
display: inline;

}

.indentmenu ul li a{
text-align:center;
text-decoration:none;
vertical-align:middle;
width:75px;
height:40px;
line-height:46px;
float: left;
color: #035984; /*text color*/
text-decoration: none;
background:url(../images/tab_off_big.gif) center top no-repeat;
}

.indentmenu ul li a:visited{
width:75px;
height:40px;
color: #035984;
line-height:46px;
}


.indentmenu ul li a:hover{
width:75px;
background:url(../images/tab_hover_big.gif) center top no-repeat;
color: #ffffff;
line-height:46px;
}


.indentmenu ul li a.selected{
width:75px;
height:40px;
color: #035984;
background:url(../images/tab_on_big.gif) center top no-repeat;
line-height:46px;
}

