.default_home a{
font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
font-weight: bold;
font-style: normal;
text-decoration: none;
display: block;
white-space: normal;
position: relative;
border-top: 2px solid #A6A6A6;
border-left: 2px solid #A6A6A6;
border-right: 2px solid #323232;
border-bottom: 2px solid #323232;
width: 100%;
padding: 3px 5px 3px 5px;
margin: 0px 0px 0px 0px; /*-1 px stops adjacent borders looking like 2 pixels width*/
background-repeat: repeat-y;
color: #ffffff;
background-color: #808080;
text-align: center;
z-index: 2;
}
.parentItem {
z-index: 2;
font-weight: bold;
}

/* Level 1 menu item */
.default_home .menuCont_1{
background-color: #c0c0c0;
font-weight: bold;
width: 100%;
z-index: 2;
}

/* Level 1 menu item */
.default_home .parentItem:hover,
.default_home .parentItem-active {
border-top: 2px solid #A6A6A6;
border-left: 2px solid #A6A6A6;
border-right: 2px solid #	323232;
border-bottom: 2px solid #323232;
background-color: #000000;
color: #ffffff !important;
z-index: 2;
font-weight: bold;
}

/* Level 1 menu item */
.default_home .parentItem:active {
color: #ffffff !important;
z-index: 2;
font-weight: bold;
}

/* Level 2 menu item - background color when not selected */
.default_home .menuCont_2{
background-color: #c0c0c0;
border-top: 2px solid #A6A6A6;
border-left: 2px solid #A6A6A6;
border-right: 2px solid #323232;
border-bottom: 2px solid #323232;
margin: 0px 0px 0px 0px; /*-1 px stops adjacent borders looking like 2 pixels width*/
width: 100px;
font-weight: bold;
}

/* Level 2 menu item - text color when not selected */
.default_home .subItem_2 {
color: #000000 !important;
font-weight: bold;
}

/* Level 2 menu item - text and background color when selected */
.default_home .parentItem_2:link,
.default_home .parentItem_2:visited {
background-color: #c0c0c0;	
color: #000000;
font-weight: bold;
}

/* Level 2 menu item */
.default_home .subItem_2:hover,
.default_home .subItem_2-active:hover,
.default_home .subItem_2-active {
width: 100px;
background-color: #808080;
color: #ffffff !important;
font-weight: bold;
}

/* Level 2 menu item */
.default_home .subItem_2:active {
color: #ffffff !important;
font-weight: bold;
}

.default_home .parentItem img,
.default_home .parentItem-active img{
position: absolute;
top: 0px;
border: 0;
z-index: 2;
font-weight: bold;
}

.default_home .rgtImg {
position: relative;
margin-top: 5px;
right: 0px;
border: 0;
font-weight: bold;
}

.default_home .lftImg {
position: relative;
margin-top: 2px;
border: 0;
font-weight: bold;
}

.default_home .parentItem, 
.default_home .parentItem:hover, 
.default_home .parentItem-active,
.default_home .parentItem-active:hover {
z-index: 2;
font-weight: bold;
}

.default_home .parentItem:link,
.default_home .parentItem:visited {
color: #ffffff;
font-weight: bold;
z-index: 2;
}

.default_home .subItem_1 img, .default_home .subItem_2 img,
.default_home .subItem_1-active img, .default_home .subItem_2-active img{
position: absolute;
top: 0px;
border: 0;
font-weight: bold;
}

.default_home .subItem_1, .default_home .subItem_1-active{
width: 100px;
font-weight: bold;
}

.default_home .subItem_2, .default_home .subItem_2-active{
width: 100px;
font-weight: bold;
}

.default_home .section {
border-style: none;
position: absolute;
visibility: hidden;
z-index: -1;
font-weight: bold;
}

* html .default_home td { position: relative; } /* ie 5.0 fix */