/* ThemeBasicMenu Style Sheet */

.ThemeBasicMenu {

z-index:	100;
}

.ThemeBasicMenu,.ThemeBasicSubMenuTable {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	padding: 0;
	white-space: nowrap;
	cursor:	default;
	font-weight: normal;
}

.ThemeBasicSubMenu {
	position: absolute;
	visibility:	hidden;
	/*
	   Netscape/Mozilla renders borders by increasing
	   their z-index.  The following line is necessary
	   to cover any borders underneath
	*/
	z-index:	100;
	border:		0;
	padding:	0;
	overflow:	visible;
	font-weight: normal;
	
	
}

.ThemeBasicSubMenuTable {
	overflow: visible;
	font-weight: normal;
}

.ThemeBasicMenuItemActive {
	border: 0;
	cursor: default;
	white-space: nowrap;
	font-weight: normal;
	color:#5A5B5D;
	
}

.ThemeBasicMenuItemHover {
	border: 0;
	cursor: default;
	white-space: nowrap;
	font-weight: normal;
	color:#5A5B5D;
	
	
}

.ThemeBasicMainItemActive {
	border: 0;
	cursor: default;
	white-space: nowrap;
	font-weight: normal;
}

.ThemeBasicMainItem {
	border:	0;
	cursor:	default;
	white-space: nowrap;
	font-weight: normal;
	
	
}

.ThemeBasicMainItemHover {
	border:	0;
	cursor:	default;
	white-space: nowrap;
	font-weight: normal;
	
}

.ThemeBasicMenuItem {
	border:	0;
	cursor:	default;
	white-space: nowrap;
	font-weight: normal;
	color:#595A5C;
}

/* top-level background when no hover */
.ThemeBasicMainItem {
	background-color: transparent;
	font-weight: bold;	
	
	vertical-align:top;
	background-position:center;
	color:#5A5A5A;
	
}

/* top-level background and text with hover */
.ThemeBasicMainItemHover, .ThemeBasicMainItemActive {
	background-color: #FFFFFF;
	
	
	color: #000000;
	cursor: pointer;
	vertical-align:top;
	background-position:center;
}

/*  dropdown background color */
.ThemeBasicMenuItem {background-color: #DBDFE0;}

/*  dropdown rollover background color */
.ThemeBasicMenuItemHover, .ThemeBasicMenuItemActive {background-color: #C3CCCB;}


/* horizontal main menu */
.ThemeBasicMainItem {
	padding: 0px;
	border:	0;
	font-weight: normal;
}

/* top-level td border */
td.ThemeBasicMainItemHover {
	padding: 0px;
	border:	none;
	font-weight: normal;
}

td.ThemeBasicMainItemActive {
	padding: 1px;
	border:	none;
	font-weight: normal;
}


.ThemeBasicMainFolderLeft {
	background-color: inherit;
	font-weight: normal;
}

.ThemeBasicMainItemLeft {
	background-color: inherit;
	font-weight: normal;
	
	
}

/* text for sections with published content  */	
.ThemeBasicMainFolderText {
	background-color: inherit;
	font-weight: normal;
	background-image:none;
}

/* text for sections with unpublished content  */	
.ThemeBasicMainItemText {
	background-color: inherit;
	font-weight: normal;
	background-image:none;
}

/* top-level padding (2)*/
.ThemeBasicMainFolderRight {
	background-color: inherit;
	font-weight: normal;
	padding: 0 0 0 15px;
	background-image:none;
}

/* top-level padding (4)*/
.ThemeBasicMainItemRight {
	background-color: inherit;
	font-weight: normal;
	padding: 0 0 0 15px;
	background-image:none;
}


/* vertical main menu sub components */
td.ThemeBasicMainFolderLeft {
	background-color: inherit;
	font-weight: normal;
	padding-left:10px;
	background-image:url(../images/darrow.png);
	background-repeat:no-repeat;
	background-position:center;
	
}

td.ThemeBasicMainItemLeft {
	background-color: inherit;
	font-weight: normal;
	background-color:#FFFFFF;
	background-image:url(../images/darrow.png);
	background-repeat:no-repeat;
	background-position:center;
}

td.ThemeBasicMainFolderText {
	background-color: inherit;
	white-space: nowrap;
	font-weight: normal;
	background-color:#FFFFFF;
	background-image:none;
	background-position:center;
	
	
}

td.ThemeBasicMainItemText {
	background-color: inherit;
	white-space: nowrap;	
	background-image:none;
	
}

td.ThemeBasicMainFolderRight, td.ThemeBasicMainItemRight {background-color: inherit;display:none;}

tr.ThemeBasicMainItem td.ThemeBasicMainFolderLeft,
tr.ThemeBasicMainItem td.ThemeBasicMainItemLeft {
	white-space: nowrap;
	background-color: inherit;	
	background-image:url(../images/arrow.png);
	background-repeat:no-repeat;
	background-position:center;
}

tr.ThemeBasicMainItem td.ThemeBasicMainFolderText,
tr.ThemeBasicMainItem td.ThemeBasicMainItemText {
	background-color: inherit;	
	background-image:none;
}

tr.ThemeBasicMainItem td.ThemeBasicMainItemRight,
tr.ThemeBasicMainItem td.ThemeBasicMainFolderRight {
	background-color: inherit;
}


/* sub menu sub components */
.ThemeBasicMenuFolderLeft {
	background-color: inherit;
	white-space: nowrap;
	color:#595A5C;
	
}

/* sub menu rollover padding */
.ThemeBasicMenuItemLeft {
	padding: 2px 3px 2px 1px;	
	white-space: nowrap;
	font-weight: normal;
	display:none;
	color:#595A5C;
	
}

/*  sub menu folder right(6) rollover*/
.ThemeBasicMenuFolderText {
	padding: 2px 3px;
	border:	none;
	color: #000000;
	background-color: inherit;
	white-space: nowrap;
	font-weight: normal;
	color:#595A5C;
	
}

/* rollover submenu text*/
.ThemeBasicMenuItemText {
	padding: 2px 3px;
	background-color: inherit;
	white-space: nowrap;
	color: #000000;
	font-weight: normal;
	border:	none;
	cursor: pointer;
	border-bottom:1px solid #FFFFFF;
	color:#595A5C;
	
	
}

.ThemeBasicMenuFolderRight,.ThemeBasicMenuItemRight {
	background-color: inherit;
	white-space: nowrap;	
	border-bottom:1px solid #FFFFFF;
}

.ThemeBasicMenuItem .ThemeBasicMenuFolderLeft,
.ThemeBasicMenuItem .ThemeBasicMenuItemLeft {
	white-space: nowrap;	
}


/* drop-down text rollover   */
.ThemeBasicMenuItem .ThemeBasicMenuFolderText,
.ThemeBasicMenuItem .ThemeBasicMenuItemText {
	padding: 2px 3px;
	border: 0; 
	background-color: inherit;
	
	font-weight: normal;
	border:	none;
	border-bottom:1px solid #FFFFFF;
	
}

.ThemeBasicMenuItem .ThemeBasicMenuFolderRight,
.ThemeBasicMenuItem .ThemeBasicMenuItemRight {
	background-color: inherit;	
	
	border-bottom:1px solid #FFFFFF;
}


/* menu splits */
.ThemeBasicMenuSplit {
	margin:	 2px;
	height:	1px;
	overflow: hidden;
	background-color: inherit;
	
}


/* image shadow animation */
/*
	seq1:	image for normal
	seq2:	image for hover and active

	To use, in the icon field, input the following:
	<img class="seq1" src="normal.gif" /><img class="seq2" src="hover.gif" />
*/

.ThemeBasicMenuItem img.seq1 {display: none;}

.ThemeBasicMenuItemHover seq2, .ThemeBasicMenuItemActive seq2 {display: none;}

.ThemeBasicMenuItem .seq2, .ThemeBasicMenuItemHover .seq1, .ThemeBasicMenuItemActive .seq1 {display:	none;}

.ThemeBasicMainItem img.seq1 {display: inline;}

.ThemeBasicMainItemHover seq2, .ThemeBasicMainItemActive seq2 {display: inline;}

.ThemeBasicMainItem .seq2, .ThemeBasicMainItemHover .seq1, .ThemeBasicMainItemActive .seq1 {display:	none;}
