/*******************************************************************************

	Main Menu Style Settings

	This file defines the look of the menu, all item text, URLs, sizing, 
	orientation, etc., is defined using the menu_settings.js file.  There are 
	also additonal global settings in the head section of the source html 

	Note: Do not define border, padding, or margin dimensions using this file, 
	all dimensions are defined in the menu_settings.js file.

*******************************************************************************/

/* General Styles**************************************************************/
.nav_line {
	background-color: #FFFFFF;   /*  #B6D3F7 */
}
.sub_nav td {   /* this is for sub_menu color */
	background-image: URL("http://www.successmartialarts.net/menu/nav_sub_backg-24.bmp"); 
/*	background-color: #3873AD;  // 666666*/
	background-color: #666666;	
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 5px;
	letter-spacing: 1px;

	
}

.sub_nav_STUDENTS td {   /* this is for sub_STUDENTSmenu color */
	background-image: URL("http://www.successmartialarts.net/menu/nav_top_backg_STUDENTS.gif"); 
/*	background-color: #3873AD; */
	background-color: #666666;	
	color: #ffffff;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;	
	padding-left: 10px; 
	padding-right: 5px;  
	letter-spacing: 1px;  
}

.sub_nav_STUDENTS td a:link, .sub_nav_STUDENTS td a:visited {
	color: #FFFFFF;
	font-size: 9px;
	text-decoration: none;
}
.sub_nav_STUDENTS td a:hover, .sub_nav_STUDENTS td a:active  {
	color: #FFCC33;  */ #B6D3F7  #FFCC33 */
	font-size: 9px;
	text-decoration: none;
}
.sub_nav_STUDENTS .nopad {
	padding: 0px;
}


.sub_nav_footer td {   /* this is for sub_menu color */
	background-color: #cccccc;	
	color: #990000;
	font-size: 11px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 5px;
	letter-spacing: 1px;
	height: 17px;
}

.sub_nav td a:link, .sub_nav td a:visited {
	color: #FFFFFF;
	font-size: 9px;
	text-decoration: none;
	cursor:HAND;
	cursor:pointer;
}
.sub_nav td a:hover, .sub_nav td a:active  {
	color: #FFCC33;  */ #B6D3F7  #FFCC33 */
	font-size: 9px;
	text-decoration: none;
	cursor:HAND;
	cursor:pointer;
}
.sub_nav .nopad {
	padding: 0px;
}

/*---------------------------------------------------------
Main Menu Group Settings - (Applies to the main container)
----------------------------------------------------------*/
.cdd0_main_menu{
	background-color: #999999;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	cursor: hand;
}
/*---------------------------------------------------------
Main Menu Item Settings
----------------------------------------------------------*/
.cdd0_main_items{
	background-image: URL("http://www.successmartialarts.net/menu/nav_top_backg_off2.bmp"); 
/*	background-color: #B6D3F7; */
	background-color: #990000;	
	color: #ffffff;	 /* this is font color */
	text-align: center;
	height: 17px;
	/* underscore provides IE only hack for height issues */
	_height: 20px;
}
/*---------------------------------------------------------
Main Menu Item Rollover Settings
----------------------------------------------------------*/
.cdd0_main_items_rollover{
	background-image: URL("http://www.successmartialarts.net/menu/nav_top_backg_on.bmp"); 
/*	background-color: #2B449C; */
	background-color: #333333;	
	color: #ffffff;
	text-align: center;
	height: 17px;
	/* underscore provides IE only hack for height issues */
	_height: 20px;
	text-decoration: none;
}
/**********************************************************************************************
	Sub Menu Style Settings
***********************************************************************************************/

/*---------------------------------------------------------
Sub Menu Group Settings - (Applies to all sub containers)
----------------------------------------------------------*/
.cdd0_sub_menu{
	/*filter:progid:DXImageTransform.Microsoft.Fade(duration=.2);*/
	/*filter:alpha(opacity:95);
	-moz-opacity:0.95;
	opacity: 0.95;*/
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	border-style: solid;
	border-color: #FFFFFF;
	cursor: hand;
}
/*---------------------------------------------------------
Sub Menu Item Settings
----------------------------------------------------------*/
.cdd0_sub_items{
	background-color: #cccccc;
/*	background-color: #C6DBF1; */
/*	color: #2A419D;	 */
	color: #000000;	
	border-style: solid;
	border-color: #000000;
}
/*---------------------------------------------------------
Sub Menu Item Rollover Settings
----------------------------------------------------------*/
.cdd0_sub_items_rollover{
/*	background-color: #2A419D; */
	background-color: #000000;	
	color: #FFFFFF;
	border-style: solid;
	border-color: #FF0000;
}
/**********************************************************************************************
	Divider Style Settings
***********************************************************************************************/
/*---------------------------------------------------------
Vertical Dividers
----------------------------------------------------------*/
.cdd0_dividers_vertical{
	background-image: URL("http://www.successmartialarts.net/menu/nav_top_right_off.bmp"); 
	background-repeat: no-repeat;
	background-color:#cccccc;
	width: 1px;
}
/*---------------------------------------------------------
Horizontal Dividers
----------------------------------------------------------*/
.cdd0_dividers_horizontal{
}
