@charset "utf-8";
/* CSS Document */

.chromestyle{
xx-width: 994px;
font-weight: bold;
xx-position: absolute;
xx-top: 387px;
font-size: 20px;

}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
padding: 8px 20px 0 80px;
margin: 0px;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{

display: inline;
}

.chromestyle ul li a, .chromestyle ul li a:hover, .chromestyle ul li a:active, .chromestyle ul li a:link, .chromestyle ul li a:visited
{
/*THEME CHANGE HERE*/

background: url(/images/shine/home/nav_dot.png) 1px 14px no-repeat ; 
color: #b5121b;
padding: 9px 23px 7px 23px;
margin: 0;
text-decoration: none;
font-size:17px;
font-weight:regular;
}

.chromestyle ul li a:hover{
background: url(/images/shine/home/nav_dot_hover.png) 1px 14px no-repeat; /*THEME CHANGE HERE*/

}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " ";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv-XX
{

position:absolute;
top: 0;
border: 1px solid #fff; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-weight: normal;
font-size:  10px; /* arial; */

z-index:100;
background-color: #b5121b;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.foMenuDivStyle
{ 
	/*
	background-color: #570F0F;
	border: 2px #f1f1f1 outset;
	width: 120px;
	position: absolute;
	display: none;
	z-index: 1000;
	*/

position:absolute;
top: 0;
border: 1px solid #fff; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-weight: normal;
font-size:  10px; /* arial; */

z-index:1000;
background-color: #b5121b;
width: 150px;
display: none;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	
	
	
}

.foMenuItemHover
{
	background-color: #F85F2F;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px #555555 solid;
	padding: 1px 5px 1px 5px;
	font-size: 11px;
	white-space: nowrap;
}
.foMenuItemOff
{
	background-color: #570F0F;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px #555555 solid;
	padding: 1px 5px 1px 5px;
	font-size: 11px;
	white-space: nowrap;	
}


.dropmenudiv a, .dropmenudiv a:visited, .dropmenudiv a:link, .dropmenudiv a:active
{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 5px 0;
text-decoration: none;
font-weight: bold;
color: #fffFFF;
}
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
xxbackground-color: #b5121b;
xxcolor:#e07a29;
}
* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}


