#chromemenu{
font-size: 12px;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
/*border: 1px solid #BBB;*/
width: 100%;
background: url(../images/page/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*/
}

#chromemenu ul li{
display: inline;
}

#chromemenu ul li span{
color: #ffffff;
padding: 5px 20px;
margin: 0;
text-decoration: none;
border-right: 1px solid #868789;
cursor:pointer;
}

#chromemenu ul li span:hover{
/*background: url(../images/chromebg2.gif) center center repeat-x;*/
 color:yellow;

/*width:75px;
margin: 0;
padding: 5px 20px;
font-weight:bold;*/

}

#tab
{
	font-size: 12px;
}

#tab:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#tab ul{
border: 1px solid #BBB;
width: 100%;
background: url(../images/page/education_tabbg.gif) center center repeat-x;
margin: 0;
padding: 5px 0;
text-align: left; /*set value to "right" for example to align menu to the left of page*/

}

#tab ul li{
display: inline;
}

#tab ul li span{
color: #ffffff;
padding: 10px 20px;
margin: 0;
text-decoration: none;
border-right: 1px solid #ffffff;

}

#tab ul li span:hover{
/*background: url(../images/chromebg2.gif) center center repeat-x;
 color:Red;
font-size: 14px;
font-weight:bold;
*/
 color:red;
}

/*#tab ul li a:visited {
	color:yellow;
}*/

.checked
{
	 cursor:pointer;
	 color:#235BCC;
	 font-weight:bold;
}

.unchecked
{
	 cursor:pointer;
	 background-color:#ebebeb;
	 color:#000000;
}

.second
{
	height:25px;
	padding-top:5px;
	padding-bottom:2px;
}



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 150px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv span{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
cursor:pointer;
}

* html .dropmenudiv span{ /*IE only hack*/
width: 100%;
}

.dropmenudiv span:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}
