@charset "utf-8";
/*   It's All About Homes			*/
/*   Menu Style Sheet				*/
/*   By Remington Reed				*/
/*   2006 All rights reserved.		*/

.chromestyle{
width: 700px;;
font-weight: bold;
float: right;
color: #f00;
margin: 0;
z-index: 50;
}

.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%;
background: url(../images/bg_nav0.gif) center repeat-x; 
padding: 4px 0;
margin: 0;
text-align: right;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
height: 2.2em;
color: #ddd;
font-size: 13px;
padding: .4em 7px;
margin: 0;
text-decoration: none;
border-left: 1px solid #dadada;
background: url(../images/bg_nav0.gif) center repeat-x;
}

.chromestyle span {
width: 100%;
height: 2.2em;
padding: .4em 7px;
color: #ddd;
}

.chromestyle ul li a:hover{
background: url(../images/bg_nav1.gif) center repeat-x;

}

/* Style for Drop Down Menu */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #bbb;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #bbb;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
}

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

.dropmenudiv a:hover{
background-color: #f0f0f0;
}