/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.dropdown_homecenter {
width:625px; 
font-size:0.85em;
position:relative;
z-index:100;
vertical-align:bottom;
color: #fff;
text-align:center;
}

.dropdown_homecenter ul li.calendar{
	margin-right: -70px;
	border-right: solid 2px #fff;
}

html .dropdown_homecenter ul a img {

}

/* remove all the bullets, borders and padding from the default list styling */
.dropdown_homecenter ul {
padding:0;
margin:0;
list-style-type:none;
}

.dropdown_homecenter ul ul {
width:100px;

}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.dropdown_homecenter li {
float:right;
width:100px;
position:relative;
}


/* style the links for the top level */
.dropdown_homecenter a, .dropdown_homecenter a:visited {
display:block;
text-decoration:none; 
color:#fff; 
width:100px; 
height:15px; 
padding: 10px 0 5px 0px;
margin: 0;
font-weight: bold;
font-size:8pt;
text-align: center;
border:solid 2px #fff;
border-right: none;
}



.dropdown_homecenter .last a {
border-bottom:solid 1px #fff;
}



.dropdown_homecenter .first img {
z-index:100;
position:absolute;

top:-5px;
left:1px;
width:102px;
height:10px;
}


.dropdown_homecenter a#active {
color:#fff;
font-weight: bold;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .dropdown_homecenter a, * html .dropdown_homecenter a:visited {
width:100px;
w\idth:100px;
}

/* style the second level background */
.dropdown_homecenter ul ul a.drop, .dropdown_homecenter ul ul a.drop:visited {
background:#bdbcbb;

}
/* style the second level hover */
.dropdown_homecenter ul ul a.drop:hover{
background:#61213d;

}

.dropdown_homecenter ul ul :hover > a.drop {
background:#61213d;
background-image: none;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.dropdown_homecenter ul ul {

visibility:hidden;
position:absolute;
height:0;
top:30px;
left:0px; 
width:100px;

}

/* another hack for IE5.5 */
* html .dropdown_homecenter ul ul {
border-top:solid 1px #fff;
top:27px;
left:0px; 
t\op:27px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.dropdown_homecenter table {position:absolute; top:0; left:0;}

/* style the second level links */
.dropdown_homecenter ul ul a, .dropdown_homecenter ul ul a:visited {
border: 0;
background:#bdbcbb; 
color:#fff; 
height:auto; 
border-right:solid 1px #fff;
border-left:solid 1px #fff;
border-top:solid 1px #fff;
padding: 3px 8px 6px 8px;
width:160px;
text-align: left;
font-size: 8pt;

/* yet another hack for IE5.5 */
}
* html .dropdown_homecenter ul ul a{
width:160px;
w\idth:160px;
}


/* style the top level hover */
.dropdown_homecenter a:hover, .dropdown_homecenter li:hover{
color:#fff; 
background-color:#61213d;
margin-left:0px;
}

.dropdown_homecenter ul ul a:hover{
color:#fff; 
background:#61213d;
font-weight:bold;
}

.dropdown_homecenter :hover > a, .dropdown_homecenter ul ul :hover > a {
color:#fff; 
border-color:#d7d7d7;
font-weight:bold;
}

#last_top {
border-right:none;
margin-right:3px;
}

#last_top a {
border-right:none;

}

/* make the second level visible when hover on first level list OR link */
.dropdown_homecenter ul li:hover ul,
.dropdown_homecenter ul a:hover ul{

visibility:visible; 
}
