.default a{
	font-family: Arial, Helvetica, sans-serif;
	font-size			: 12px;
	font-style			: normal;
	width				: 50%;
	text-decoration		: none;
	display				: list-item;
	white-space			: normal;
	position			: relative;
	border				: 0px solid White;
	padding				: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-repeat	: repeat-y;
	font-variant: normal;
}


.default .menuCont_1{
background-color	: #FFFFFF;
/* Un comment this line if you want opacity */
Filter: Alpha(Opacity=0);
-moz-opacity:.95;
opacity:.95;
/* */
width:120px;
}

.default .menuCont_2{
	background-color: #F5F5F5;
	width:120px;
	/* Un comment this line if you want opacity 
	Filter: Alpha(Opacity=95);
	-moz-opacity:.95;
	opacity:.95;
 */
}

.default .parentItem img,
.default .parentItem-active img{
    position: absolute;
    top: 0px;
    border: 0;
}
.default .rgtImg {
	position: relative;
    margin-top: 7px;
    right: -1px;
    border: 0;
}
.default .lftImg {
	position: relative;
	margin-top: 2px;
    border: 0;
}

.default .parentItem:link,
.default .parentItem:visited {
	color				: #2F2F2F;
	font-size			: 12px;
}

.default .parentItem:hover,
.default .parentItem-active {
	background-color	: #FFFFFF;
	color				: #DA251D !important;
	font-size			: 12px;
}
.default .parentItem:active {
	color				: #DA251D !important;
	font-size			: 12px;
}

.default .parentItem-active:visited {
	font-size			: 12px;
}


.default .subItem_1 img, .default .subItem_2 img,
.default .subItem_1-active img, .default .subItem_2-active img{
	position: absolute;
	top: 0px;
	border: 0;
}

.default .subItem_1, .default .subItem_1-active{
	font-size			: 12px;
	width: 10px;
}

.default .subItem_2, .default .subItem_2-active{
	font-size			: 12px;
	letter-spacing: normal;
	width: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	white-space: nowrap;
	font-weight: 400;
}

.default .subItem_1-active:visited, .default .subItem_2-active:visited,
.default .subItem_1:visited, .default .subItem_2:visited {
	font-size			: 12px;
}

.default .subItem_1, .default .subItem_2 {
	color: #2F2F2F !important;
}


.default .subItem_1:hover, .default .subItem_2:hover,
.default .subItem_1-active, .default .subItem_2-active,
.default .subItem_1-active:hover, .default .subItem_2-active:hover{
	color: #2F2F2F !important;
	width: 10px;
}


.default .subItem_1-active,
.default .subItem_1-active:hover,
.default .subItem_1:hover{
    background-color	: #F7F7F7;	
}


.default .subItem_2-active,
.default .subItem_2-active:hover,
.default .subItem_2:hover{
	background-color	: #FCFCFC;
	width:auto;
	white-space: nowrap;
}


.default .section {
    border-style: none;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

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

