/* CSS Document */

.chromestyle2 {
width: 1000px;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #666666;
}

.chromestyle2:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle2 ul{
border: 1px solid #BBB;
width: 100%;
background: url(../../App_Themes/Index/imgs/bgOFF.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle2 ul li{
display: inline;
}

.chromestyle2 ul li a{
color: #000000;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #000; /*THEME CHANGE HERE*/
}

.chromestyle2 ul li a:hover, .chromestyle2 ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(../../App_Themes/Index/imgs/bgON2.gif) center center repeat-x; /*THEME CHANGE HERE*/
color:#FFF;
border-right: 1px solid #FFF;
}
/***********************************************************************************************/
.chromestyle3 {
width: 1000px;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #666666;
}

.chromestyle3:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle3 ul{
border: 1px solid #BBB;
width: 100%;
background: url(../../App_Themes/Index/imgs/bgOFF.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle3 ul li{
display: inline;
}

.chromestyle3 ul li a{
color: #000000;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #000; /*THEME CHANGE HERE*/
}

.chromestyle3 ul li a:hover, .chromestyle2 ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(../../App_Themes/Index/imgs/bgON2.gif) center center repeat-x; /*THEME CHANGE HERE*/
color:#FFF;
border-right: 1px solid #FFF;
}

a:link,a:visited,a:active,a:hover
{
	color:#FFF;
}
