body, ul, li {
	font-size: 16px;
	line-height: normal;
	text-align: #FFF;
}

#menu {
	list-style:none;
	width:655px;/* 655px WORKS TOTAL WIDTH MENU  */
	margin:0px auto 0px auto;
	height:43px;
	padding:px 0px 0px 20px;
	/* Rounded Corners */
	
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	/* Background color and gradients */
	
	background: #fff;
	background: -moz-linear-gradient(top, #424040, #040404);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#424040), to(#040404));
	/* Borders */
	
	border: 1px solid #989696;
	-moz-box-shadow:inset 0px 2px 5px #989696;
	-webkit-box-shadow:inset 0px 2px 5px #989696;
	box-shadow:inset 0px 0px 0px #989696;
	text-shadow: 0px 0px 0px #000;/*shadow of text at top of menu ONLY */
}

#menu li {
	float:left;
	display:block;
	text-align:center;
	position:relative;
	margin-right:0px;
	margin-top:9px;
	border:NONE;/*BORDER BTNS IN MENU *//*BORDER BTNS IN MENU */;/*BORDER BTNS IN MENU */
	padding-top: 7px
	padding-right:0px;
	padding-bottom: 0px;
	padding-left:10px;
	text-shadow: 0px 0px 0px #fff;
}

#menu li:hover {
	border: 1px solid #777777;
	/* Background color and gradients */
	
	background: #F4F4F4;
	/* Rounded corners */
	
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	padding-top: 10px;
	padding-right: 9px;
	padding-bottom: 4px;
	padding-left: 9px;
	top: 0px;
	clip: rect(0px,auto,auto,auto),auto,auto,auto);
	background-color: #676565;/* Background color of top tab only on hover */
	background-position: 0% 0%;
	text-shadow: 0px 0px 0px #fff
1px 1px 1px #000;
}

#menu li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color: #fff;/* Background color of TOP TEXT ONLY of menu */
	display:block;
	outline:0;
	text-decoration:none;
	border: 5;
	border-width: 5;
	border-left-color: #F00;
}

#menu li:hover a {
	color:#fff;/* Background color of TOP TEXT ONLY DURING HOVER */ 
	text-shadow: 1px 1px 1px #000;/* SHADOW FOR ALL MAIN MENU TEXT, BUTTONS *//* SHADOW FOR ALL MENU TEXT */
}
#menu li .drop {
	padding-right:11px;
	background:url("img/drop.png") no-repeat right 8px;
}
#menu li:hover .drop {
	background:url("img/drop.png") no-repeat right 7px;
}

.dropdown_1column, 
.dropdown_2columns, 
.dropdown_3columns,
.dropdown_4columns,
.dropdown_5columns {
	margin:4px auto;
	float:left;
	position:absolute;
	left:-999em; /* Hides the drop down */
	text-align:center;/* puts pics in center of 3 column *//* puts pics in center of 3 column */
	padding:15px 15px 15px 15px; /* top padding brings menu hover up -less margin */
	border:2px solid #000;/* Border around drop downs *//* Border around drop downs *//* Border around drop downs *//* Border around drop downs */
	border-top:none;
	/* Gradient background */
	background:#778196;
	/* Rounded Corners */
	-moz-border-radius: 0px 5px 5px 5px;
	-webkit-border-radius: 0px 5px 5px 5px;
	border-radius: 0px 5px 5px 5px;
	background-color: #CCC;
	background-position: 0% 0%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-shadow: 0px 0px 0px #989696;
}

.dropdown_1column
{
	text-shadow: 1px 1px 1px #989696;
	width: 150px;/* width HOME ACCT VIDEOS MENU<OTHERS besides the APPS *//* width HOME ACCT VIDEOS MENU<OTHERS besides the APPS *//* width HOME ACCT VIDEOS MENU<OTHERS besides the APPS */
	}
.dropdown_2columns 
{
	width: 155px;}
.dropdown_3columns {
	width: 280px;/* teacher info go to app menu width */
	color: #003CB4;/* ALL DEVICES COLOR */
	/* ALL DEVICES COLOR */
	/* ALL DEVICES COLOR */
	text-shadow: 1px 1px 1px #fff;
	}
}
.dropdown_4columns {width: 560px;}
.dropdown_5columns {width: 700px;}

#menu li:hover .dropdown_1column, 
#menu li:hover .dropdown_2columns, 
#menu li:hover .dropdown_3columns,
#menu li:hover .dropdown_4columns,
#menu li:hover .dropdown_5columns {
	left:-1px;
	top:auto;
	line-height: 20px;
	background-color: #BCBDBF;/* 6d6a6a bg color all menus *//* bg color all menus *//* bg color all menus */
	text-shadow: 0px 0px 0px #989696;
}

.col_1,
.col_2,
.col_3,
.col_4,
.col_5 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
}
.col_1 {
	width:130px;
	position: relative;
	float: left;
}
.col_2 {
	width:400px;
	position: relative;
	float: right;
}
.col_3 {
	width:272px;/* 2 col menu width *//* 2 col menu width *//* 2 col menu width */
	position: relative;
	border-top: solid #000 3px;
	border-bottom: solid #000 3px;
}
.col_4 {
	width:550px;
	position: relative;
}
.col_5 {
	width:690px;
	position: relative;
}

#menu .menu_right {
	float:right;
	margin-right:0px;
}
#menu li .align_right {
	/* Rounded Corners */
	-moz-border-radius: 5px 0px 5px 5px;
    -webkit-border-radius: 5px 0px 5px 5px;
    border-radius: 5px 0px 5px 5px;
}

#menu li:hover .align_right {
	left:auto;
	right:-1px;
	top:auto;
}

#menu p, #menu h3, #menu h2, #menu h3, #menu ul li {
	font-family:Arial, Helvetica, sans-serif;
	line-height:15px;
	font-weight:800;
	font-size:10px;
	text-align:center;/* centers text above "buttons" */
	text-shadow: 1px 1px 1px #989696;	
	}
#menu h1 {
	font-size:14px;
	font-weight:900;
	letter-spacing:1px;
	margin:0px 0 0px 0;
	padding-bottom:1px;
	color: #000000;/* BLUE 003CB4color for TOP text(Best Shot Review, Battery factory etc)" *//* color for heading text(Best Shot etc)" */
	letter-spacing: 1px;
	text-shadow: 0px 0px 0px #606060;
	border-top-color: #000;
	border-top-style: solid;
	line-height:15px;
	font-style: inherit;/* oblique" */
	text-decoration-line: underline
}
#menu h2 {
	font-size:14px;
	font-weight:500;
	letter-spacing:1px;
	margin:3px 0 3px 0;
	padding-bottom:1px;
	color: #003CB4;/* color for heading text(Best Shot etc)" */
	letter-spacing: 1px;
	text-shadow: 1px 1px 1px #989696;
	border-top-color: #000;
	border-top-style: solid;
}
#menu h3 {
	font-size:12px;
	margin:4px 0 4px 0;
	padding-bottom:0px;
	
	text-shadow: 1px 1px 1px #989696;/* all devices alldevices ALL DEVICES */
	letter-spacing: 1px	
}
#menu p {
	line-height:18px;
	margin:0 0 10px 0;
}

#menu li:hover div a {
	font-size:14px;
	color:#000000;/*  color of text in ALL Menus *//*  color of text in ALL Menus *//*  color of text in ALL Menus */
    text-shadow: 0px 0px 0px #FFF; /*Shadow of text in menus */
	letter-spacing: 1px}
#menu li:hover div a:hover {
    color: #A80741;/* hover color of text in btns *//* hover color of text in btns *//* hover color of text in btns */
    font-style: normal;
    font-weight: 600;
}


.strong {
	font-weight:bolder;
}
.italic {
	font-style:italic;
}

.imgshadow { /* Better style on light background */
	background:#989696;/*Border color bottom images */
	padding:2px;/*Border THICKNESS bottom images */
	border:1px solid #777777;
	margin-top:5px;
	-moz-box-shadow:0px 0px 5px #666666;
	-webkit-box-shadow:0px 0px 5px #666666;
	box-shadow:0px 0px 5px #666666;
}
.img_left { /* Image sticks to the left */
	width:auto;
	float:none;
	margin:5px 5px 5px 5px;
	letter-spacing: 1px
}

#menu li .black_box {
	background-color:#333333;
	color: #999;
	text-shadow: 1px 1px 1px #989696;
	padding:4px 6px 4px 6px;
	/* Rounded Corners */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/* Shadow */
	-webkit-box-shadow:inset 0 0 3px #000000;
	-moz-box-shadow:inset 0 0 3px #000000;
	box-shadow:inset 0 0 3px #000000;
}

#menu li ul {
	list-style:none;
	padding:0;
	margin:0 0 5px 0;/* spacing between menu items -  */
}
#menu li ul li {
	font-size:16px;
	line-height:12px;/* Height of boxes around link *//* Height of boxes around link */
	position:relative;
	text-shadow: 1px 1px 1px #989696;
	padding:0;
	margin:10;
	float:none;
	text-align:left;/* center text in BIG APPS menu */
	width:160px;
}
#menu li ul li:hover {
	background:none;
	border:none;
	padding:0;
	margin:0;
}

#menu li .greybox li {
	background:#585858;/* COLOR box around links"OVALS) in 3 column *//* color box around links in 2 column *//* color box around links in 2 column */
	border:1px solid #2d2c2c;
	margin:11px 11px 14px 10px;
	padding:5px 4px 5px 4px;
	width:120px;/* WAS 116 width box around links in 3 column *//* size box around links in 2 column *//* size box around links in 2 column */
	text-align:center;
	text-shadow: 1px 1px 1px #989696;/* width AND color box around links in 3 column *//* size box around links in 2 column *//* size box around links in 2 column */
	text-align:center;
	/* Rounded Corners */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
	#menu li .greybox222 li {
	background:#7AD017;/* COLOR box around links"OVALS) in 3 column *//* color box around links in 2 column *//* color box around links in 2 column */
	border:1px solid #2d2c2c;
	margin:0px 0px 0px 0px;
	padding:4px 6px 4px 6px;
	width:120px;/* WAS 116 width box around links in 3 column *//* size box around links in 2 column *//* size box around links in 2 column */
	text-align:center;
	text-shadow: 1px 1px 1px #989696;/* width box around links in 3 column *//* size box around links in 2 column *//* size box around links in 2 column */
	text-align:center;
	/* Rounded Corners */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
#menu li .greybox li:hover {
	background:#7e7d7d;
	;/* c9c5c5(menu bg) color oval box on hover *//* color oval box on hover *//* color oval box on hover */
	border:1px solid #00F;
	padding:5px 4px 5px 4px;
	margin:0px 0px 0px 0px;
	text-shadow: 1px 1px 1px #989696;
}
.underline {
	font-family: Arial, Helvetica, sans-serif;
}
.menutextcolorfix {
	color: #FFF;
	font-size: 16px;
}
