/* ThemeBasicMenu Style Sheet */

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

.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: bold;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#BDC3BD, Direction=135, Strength=4);
}

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

.ThemeBasicMenuItemActive {
	border: 0;
	cursor: default;
	white-space: nowrap;
	font-weight: bold;
}

.ThemeBasicMenuItemHover {
	border: 0;
	cursor: default;
	white-space: nowrap;
	font-weight: bold;
}

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

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

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

.ThemeBasicMenuItem {
	border:	0;
	cursor:	default;
	white-space: nowrap;
	font-weight: bold;
}

/* top-level background when no hover */
.ThemeBasicMainItem {
	background-color: transparent;
	font-weight: bold;
}

/* top-level background and text with hover */
.ThemeBasicMainItemHover, .ThemeBasicMainItemActive {
	background-color: #2A4F88;
	color: #C39700;
	cursor: hand;
	border-width: 5;
	border-color: #FFFFFF;
}

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

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


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

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

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


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

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

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

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

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

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


/* vertical main menu sub components */
td.ThemeBasicMainFolderLeft {
	background-color: inherit;
	font-weight: bold;
}

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

td.ThemeBasicMainFolderText {
	background-color: inherit;
	white-space: nowrap;
	font-weight: bold;
}

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

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

tr.ThemeBasicMainItem td.ThemeBasicMainFolderLeft,
tr.ThemeBasicMainItem td.ThemeBasicMainItemLeft {
	white-space: nowrap;
	background-color: inherit;	
}

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

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


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

/* sub menu rollover padding */
.ThemeBasicMenuItemLeft {
	padding: 2px 3px 2px 1px;
	background-color: inherit;
	white-space: nowrap;
	font-weight: bold;
}

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

/* rollover submenu text*/
.ThemeBasicMenuItemText {
	padding: 2px 3px;
	background-color: inherit;
	white-space: nowrap;
	color: #6C5FD0;
	font-weight: bold;
	border:	none;
	cursor: hand;
}

.ThemeBasicMenuFolderRight,.ThemeBasicMenuItemRight {
	background-color: inherit;
	white-space: nowrap;	
}

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


/* drop-down text rollover   */
.ThemeBasicMenuItem .ThemeBasicMenuFolderText,
.ThemeBasicMenuItem .ThemeBasicMenuItemText {
	padding: 2px 3px;
	border: none; 
	background-color: inherit;
	color: #D0A65F;
	font-weight: bold;
	border:	none;
}

.ThemeBasicMenuItem .ThemeBasicMenuFolderRight,
.ThemeBasicMenuItem .ThemeBasicMenuItemRight {
	background-color: inherit;	
}


/* 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: inline;}

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

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

