﻿/* -Global Navigation Blue band------------------------ */
#globalNav {
	width: 100%;
	background: #71bce3 url(/_layouts/images/Schoolnet.Corporate/nav_bg.jpg) top left repeat-x;
	height: 30px;
	border-top: 1px solid #7caac1;
	border-right: 1px solid #7caac1;
}
#globalNav a {
	color: #fff;
	font-weight: bold;
	text-decoration:none;
	font-size: 14px;
	line-height: 24px;
	display: block;
	padding: 3px 20px;
	background: #71bce3 url(/_layouts/images/Schoolnet.Corporate/nav_separator.jpg) top left repeat-y;
}
#globalNav a#home {
	background: #71bce3 url(/_layouts/Images/SchoolNet.Corporate/nav_leftbg.jpg) top left no-repeat;
	padding-left: 25px;
}
#globalNav a#homeselected {
    background: #71bce3 url(/_layouts/Images/SchoolNet.Corporate/nav_leftbg_selected.jpg) top left no-repeat;
    padding-left: 25px;
    color: #0576AB;
}
#globalNav a#selected {
    background: #71bce3 url(/_layouts/Images/SchoolNet.Corporate/nav_separator_selected.jpg) top left repeat-y;             
    color: #0576AB;
}
#globalNav a#selectedsecondlevel {
    background: none;
    background-color:#fff;
    color: #0576AB;
}
#globalNav a:hover {
	text-decoration: none;
	color: #369;
}
#globalNav li {
	float:left;
	list-style-type:none;
}

/* -Global Sub Navigation Gradient Band------------------------ */
#globalSubNav {
		background: #FFFFFF url(/_layouts/images/Schoolnet.Corporate/Menu_bg.gif) center no-repeat; 
		width:100%;
		height:30px;
}
#globalSubNav a {
	color: #0576AB;
	font-weight:bold; 
	text-decoration:none;
	font-size: 12px;
	line-height: 24px;
	display: block;
	padding: 3px 20px 0px 20px;
	vertical-align:middle;
   	height:30px;
	background-image:url(/_layouts/images/Schoolnet.Corporate/SubNavseperator.jpg);
	background-repeat:no-repeat;
	background-position:left -1px;
	float:left;
}

#globalSubNav a#first {
	color: #0576AB;
	font-weight:bold; 
	text-decoration:none;
	font-size: 12px;
	line-height: 24px;
	display: block;
	padding: 3px 20px 0px 20px;
	vertical-align:middle;
   	height:30px;
	background-image:none;	
}
 
#globalSubNav a:hover, #globalSubNav a#first:hover {
	text-decoration: none;
	color:#025176;
	/*color: #0576AB;
	background-image:url(images/subnav_hoverbg.jpg);
	
	background-repeat:repeat-x;*/
	}
	#globalSubNav a#selected{
	text-decoration: none;
	color: #fff;
	background-image:url(/_layouts/images/Schoolnet.Corporate/subnav_selectedbg.jpg);
	background-repeat:repeat-x;
}
#globalSubNav li {
	float:left;
	height:30px;
	list-style-type:none;
}


.listStyle {

	border-top-width: 0px;
	padding-right: 0px;
	padding-left: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	padding-bottom: 0px;
	margin:0px;
	padding-top: 0px;
	list-style-type:none;
	border-right-width:0px;
	outline:0;
	
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
text-align:left;
top: 0;
/*border: 1px solid #BBB;*/ /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Verdana, Arial, Helvetica, sans-serif;
line-height:18px;
z-index:100;
background-color: #B8D9E0;
width: 300px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
filter:alpha(Opacity=90);
opacity:0.9;
-moz-opacity:0.9;
-khtml-opacity:0.9;
}


.dropmenudiv a{
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:12px;
width: auto;
display: block;
/*text-indent: 3px;*/
border-bottom: 1px dotted #FFFFFF; /*THEME CHANGE HERE*/
padding: 6px 10px;
text-decoration: none;
color: #415D8C;
}
.dropmenudiv .itemHead{
width: auto;
text-indent: 0px;
padding: 2px 0;
text-decoration: none;
color: #333333;
font-size:9px;
cursor:default;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
}
.dropmenudiv .itemHead:hover{
	background:none;
}

.dropmenudiv a.activeMenu{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight:bold;
color: #333333;
/*background:url(../images/dg_grid_head_bg.gif) repeat-x;*/
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #A3CBE0;
text-decoration:none;
color: #054786;
}

