.chromestyle{
    width: 707px;
    font-weight: bold;
    text-align: left;
    margin: 0px;
    padding: 0px;
    border: 0px solid #00CC33;
    z-index: 1000;
    position: relative;
    top: 320px;
    height: 46px;
    left: 392px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #BBB;
width: 100%;
/*background: url(chromebg.gif) center center repeat-x;*/ /*THEME CHANGE HERE*/
padding: 0px;
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
	padding: 0px;
	margin: 0px;
	border: 0px solid #FF3366;
}

.chromestyle ul li a{
    color: #494949;
    padding: 0px;
    margin: 0;
    text-decoration: none;
    border: 0px solid #FF0000;
    display: block;
    width: 220px;
    float: left;
    top: 0px;
    position: absolute;
    height: 46px;
}
.chromestyle ul li a:hover, .chromestyle ul li a.selected{
    /*script dynamically adds a class of "selected" to the current active menu item*/
	background-image: url('../images/homeSubMenuOVER.jpg');
    background-repeat: no-repeat;
    background-position: top;
    border: 0px solid #FF0000;
/*background: url(chromebg-over.gif) center center repeat-x;*/ /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
    position: absolute;
    font: normal 14px/16px Arial, Helvetica, sans-serif;
    z-index: 1000;
    width: 170px;
    visibility: hidden; /*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);*/ /*Add Shadow in IE. Remove if desired*/
    text-align: left;
    margin: 0px;
    display: block;
    top: 0px;
    border: 1px solid #00CC00;
    padding: 0px;
}
.dropmenudiv a{
    display: block;
    text-indent: 3px;
    text-decoration: none;
    color: #EAAA21;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 18px;
    text-align: left;
    text-transform: none;
    font-weight: normal;
    padding-top: 5px;
    padding-right: 12px;
    padding-bottom: 5px;
    padding-left: 3px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #812F27;
}

* html .dropmenudiv a{ /*IE only hack*/
}

.dropmenudiv a:hover{
    /*THEME CHANGE HERE*/
	background-color: #773024;
    color: #FFFFFF;
    font-weight: normal;
}
#test {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 50px;
	width: 600px;
	border: 1px solid #FF0000;
}
.chromestyle ul li a span {
	color: #494949;
	text-decoration: none;
	display: none;
}
/*.chromestyle ul li a.ALLGIFTS {
	background-position: 0px 0px;
	border: 0px solid #FF0000;
	width: 190px;
}

.chromestyle ul li a.BYREGION {
	margin: 0px;
	padding: 0px;
	height: 41px;
	width: 183px;
	background-position: -190px;
}
.chromestyle ul li a.BYCATEGORY {
	margin: 0px;
	padding: 0px;
	height: 41px;
	width: 185px;
	background-position: -373px;
}
*/
.chromestyle ul li#homeALLGIFTS a {
    background-position: 0px;
    margin: 0px;
    border: 0px solid #FF3399;
    width: 232px;
    padding: 0px;
    top: 0px;
    left: 0px;
}
.chromestyle ul li#homeBYREGION  a{
    margin: 0px;
    width: 230px;
    padding: 0px;
    border: 0px solid #FF0000;
    background-position: -237px;
    left: 237px;
}
.chromestyle ul li#homeBYCATEGORY  a{
    width: 234px;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    background-position: -472px;
    left: 472px;
}
.dropmenudiv#dropmenu2 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.dropmenudiv#dropmenu1 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/*.chromestyle ul li#homeALLGIFTS a:hover,.chromestyle ul li#homeALLGIFTS a.selected  {
	background-image: url(../images/homepage/homeBannersOver.jpg);
}
.chromestyle ul li#homeBYREGION a:hover,.chromestyle ul li#homeBYREGION a.selected {
	background-image: url(../images/homepage/homeBannersOver.jpg);
}
.chromestyle ul li#homeBYCATEGORY a:hover,.chromestyle ul li#homeBYCATEGORY a.selected {
	background-image: url(../images/homepage/homeBannersOver.jpg);
}*/
.dropmenuWrapper {
	padding: 0px;
	margin: 0px;
	background-color: #8C362A;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #A23731;
	border-right-color: #59241A;
	border-bottom-color: #59241A;
	border-left-color: #C6473B;
	width: 100%;
}

