.lambsmenu{
/*width: 99%;*/
font-weight: bold;
/* EG */
font: 14px  "Times New Roman", Times, serif;
background-color: #1A1A1A;
color: #FFFFFF;
height:25px;
}

.lambsmenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.lambsmenu ul{
/*border: 1px solid #BBB;*/
/*width: 100%;*/
/*background: url(media/chromebg.gif) center center repeat-x;*/
/*padding: 5px 0;*/
margin: 0;
/*text-align: left; /*set value to "right" for example to align menu to the left of page*/
text-align: center; /*set value to "right" for example to align menu to the left of page*/
/* EG */
width: 766px;
}

.lambsmenu ul li{
display: inline;
/* EG */
width: 15%;
float: left;
}

.lambsmenu ul li a{
/*color: #494949;*/
/*padding: 5px 8px;*/
margin: 0;
text-decoration: none;
/*border-right: 1px solid #BBB;*/
/* EG */
padding: 0px;
}

.lambsmenu ul li a:hover, .lambsmenu ul li a.current{
background: url(../images/1_w2.gif) center center repeat-x;
}

/*************************************************************************************/
/* Sub Menu */
/*************************************************************************************/

.lambssubmenuContainer{
clear: left;
/*width:95%; /*width of 2nd level sub menus*/
height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
/* EG */
background-color: #2E040B;
font: 14px  "Times New Roman", Times, serif; /*bold*/
/*text-align: left; /*set value to "right" for example to align menu to the left of page*/
}

.lambssubmenuContainer a {
text-decoration: none;
}

.lambssubmenuContainer TD {
text-decoration: none;
font: 14px  "Times New Roman", Times, serif; /*bold*/
}

.lambssubmenuContainer a:hover{
background-color: #202020;
color: #FFFFFF;
}

.lambssubmenu{
display:none;
/* EG */
width: 766px;
}

.lambssubmenu ul{
margin: 0;
text-align: left; /*set value to "right" for example to align menu to the left of page*/
/* EG */
width: 775px;
}

.lambssubmenu ul li{
display: inline;
/* EG */
/*width: 20%;*/
float: left;
padding-left: 15px;
padding-right: 15px;
}
/* vertical menu bar */
ul.mbv {
	margin: 0;
	padding: 0;
	list-style: none;
	width:150px;
}
ul.mbv li {
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #9CC; /* fixes gap problem in IE */
	position: relative;
	z-index: 1;
}
ul.mbv ul {
	margin: 0 0 0 2px;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0; /* if using borders, -1 to align top borders */
	left: 11em;
	
	background: #9CC;
	z-index: 2;
}
/* separator to mark end of menu group */
ul.mbv li.end {
	border-bottom: 1px dashed #399;
}

ul.mbv li a:link,
ul.mbv li a:visited,
ul.mbv li a:hover,
ul.mbv li a:active {
	display: block;
	padding: .2em .5em;
	
	text-decoration: none;
	background: #9CC;
	color: #399;
}
ul.mbv li a:hover,
ul.mbv li a:active {
	background: #399;
	color: #FFF;
}

ul.mbv li a.hidden:link,
ul.mbv li a.hidden:visited
ul.mbv li a.visible:link,
ul.mbv li a.visible:visited,
ul.mbv li a.visible:hover,
ul.mbv li a.visible:active {
	background: #399 url(mb.gif) 100% -62px no-repeat;
	color: #FFF;
}


/* horizontal menu bar */
ul.mbh {
	margin: 0;
	padding: 0;
	list-style: none;
	
}
ul.mbh li {
	float: left;
	padding: 0;
	margin: 0;
	z-index: 1;
}
ul.mbh ul li {
	float: none;
	position: relative;
	border-bottom: 1px solid #9CC; /* fixes gap problem in IE */
}
/* separator to mark end of menu group */
ul.mbh ul li.end {
	border-bottom: 1px dashed #399;
}
ul.mbh li ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	top: 0;
	left: 0;
	background: #9CC;
	z-index: 2;
}
ul.mbh ul ul {
	margin-left: .2em;
	position: absolute;
	top: 0; /* if using borders, -1px to align top borders */
	left: 9em;
}

ul.mbh li a:link,
ul.mbh li a:visited,
ul.mbh li a:hover,
ul.mbh li a:active {
	display: block;
	padding: .2em .5em;
	text-decoration: none;
	background: #2e040b;
	color: #399;
}
ul.mbh li a:hover,
ul.mbh li a:active {
	background: #000000;
	color: #FFF;
}
ul.mbh ul li a:link,
ul.mbh ul li a:visited,
ul.mbh ul li a:hover,
ul.mbh ul li a:active {
	
}

ul.mbh ul li a.hidden:link,
ul.mbh ul li a.hidden:visited 
ul.mbh li a.visible:link,
ul.mbh li a.visible:visited,
ul.mbh li a.visible:hover,
ul.mbh li a.visible:active {
	
	color: #FFF;
}
ul.mbh ul li a.visible:link,
ul.mbh ul li a.visible:visited,
ul.mbh ul li a.visible:hover,
ul.mbh ul li a.visible:active {
	
}

/* colortab */


.ddcolortabs{
padding: 0;
width: 100%;
background-color: #000000;
voice-family: "\"}\"";
voice-family: inherit;
}

.ddcolortabs ul{
font: normal 11px Arial, Verdana, sans-serif;
margin:0;
padding:0;
 
list-style:none;
}

.ddcolortabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
text-transform:uppercase;
}

#dav
{
display:inline;
width:100px;
}

.ddcolortabs a{
float:left;
color: white;
background-color: #000000;
margin:0 3px 0 0;
text-decoration:none;
letter-spacing: 1px;
}

.ddcolortabs a span{
float:left;
display:block;
background-color: #000000;
padding: 4px 8px 2px 7px;
}

.ddcolortabs a span{
float:none;
}

.ddcolortabs a:hover{
background-color: #000000;
}

.ddcolortabs a:hover span{
background-color: #000000;
}

.ddcolortabs .selected a, #ddcolortabs .selected a span{ /*currently selected tab*/
background-color: #000000;
}

.ddcolortabsline{
clear: both;
padding: 0;
width: 100%;
height: 2px;
line-height: 2px;
background: black;
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a{
position:absolute;
top: 0;
border: 1px solid black; /*THEME CHANGE HERE*/
border-top-width: 8px; /*Top border width. Should match height of .ddcolortabsline above*/
border-bottom-width: 0;
font:normal 12px Arial;
line-height:12px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 5px;
border-top: 0 solid #591F20;
border-bottom: 1px solid #591F20; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color:white;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background-color: #ff00ff;
color: white;
}
.ddcolortabs{
padding: 0;
width: 100%;

voice-family: "\"}\"";
voice-family: inherit;
}

.ddcolortabs ul{
font: normal 11px Arial, Verdana, sans-serif;
margin:0;
padding:0;
list-style:none;
}

.ddcolortabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
text-transform:uppercase;
}


.ddcolortabs a{
float:left;
color: white;
background: black url(media/color_tabs_left.gif) no-repeat left top;
margin:0 3px 0 0;
text-decoration:none;
letter-spacing: 1px;
}

.ddcolortabs a span{
float:left;
display:white;
background: transparent url(media/color_tabs_right.gif) no-repeat right top;
padding: 4px 8px 2px 7px;
}

.ddcolortabs a span{
float:none;
}

.ddcolortabs a:hover{
background-color: #591f20;
}

.ddcolortabs a:hover span{
background-color: #591f20;
}

.ddcolortabs .selected a, #ddcolortabs .selected a span{ /*currently selected tab*/
background-color: #591f20;
}


.ddcolortabsline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
background: black;
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a{
position:absolute;
top: 0;
border: 1px solid black; /*THEME CHANGE HERE*/
border-top-width: 8px; /*Top border width. Should match height of .ddcolortabsline above*/
border-bottom-width: 0;
font:normal 12px Arial;
line-height:12px;
z-index:100;
background-color:#591f20;
width: 150px;
visibility: hidden;
}


.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 5px;
border-top: 0 solid #591F20;
border-bottom: 1px solid #591F20; /*THEME CHANGE HERE*/
padding: 2px 0;

text-decoration: none;
color: white;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background-color: #d4d6d7;
color:  black;
}


.spn{
width: 136px;
align: center;  
padding-left: 15px;
 
}
.spn1{
width: 130px;
align: center;  
}
.spn1mit{
width: 132px;
align: center; 
}


.spnie{
width: 149px;
align: center;  
padding-left: 15px;
 
}
.spn1ie{
width: 130px;
align: center;  
 
 
}
