
 body { background: url(images/background-sl.jpg);background-repeat: repeat-x; font-family: Arial, sans-serif; font-size:101%; }
 #main { width: 1024px; margin-left: auto; margin-right: auto; background-color: #d0dfd7; }
 #mainindex { width: 1024px; margin-left: auto; margin-right: auto; background-color: white;}
 a:link { color: #094c62;text-decoration: none;}
 a:visited {color: #6285cd;text-decoration: none;}
 a:hover{ color:#5e0f6c ;}

 
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop2.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* style the outer div to give it width */
.menu {
width:1024px; 
height:25px; 
background:url(images/topnav-back.jpg);


}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;

}
.menu ul ul {
width:100px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:100px;
position:relative;


}
.margin {margin-left: 150px;}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:16px;
text-decoration:none; 
color:black; 
width:100%; 
height:25px; 
border-right:1px solid black;

background:url(images/topnav-back.jpg); 
padding:0px 5px; 
line-height:25px;
border-left:1px solid black;


}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:150px;
w\idth:139px;

}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#d0dfd7;

}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#d0dfd7;

}
.menu ul ul :hover > a.drop {
background:#d0dfd7;

}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:25px;
left:0; 
width:150px;
border-top: 1px solid #fff;


}
.menu ul ul li  {  border: 1px solid #fff;}

/* another hack for IE5.5 */
* html .menu ul ul {
top:25px;
t\op:26px;
}


/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#c8dde0;
color:black; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:129px

/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:150px;
w\idth:129px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#003333;
background:#d0dfd7;

}
.menu :hover > a, .menu ul ul :hover > a {
color:#003333;
background:#d0dfd7;

}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;

}


/*home/index page*/
#hometext  {background-color: white;  width: 800px; float: right; padding: 10px 58px 10px 15px;line-height: 1.3em;}

#lefthome  {background-color: white; float: left; padding:15px 35px 0px 35px;width: 80px; }
#header img {border: none;}

/*second level starts here*/
#leftsidebar  { width: 130px; 
float: left; padding: 10px; text-align: center;} /*min height mey change*/

#rightcontent  {  background: url(images/secondlevel/slbackground-7.jpg); background-color: white; /*background image should be added and changed on each page*/
background-repeat: no-repeat; background-position: right bottom; width: 800px; float: right; padding: 10px 58px 10px 15px; border-left:1px solid black; min-height: 650px;}

h2 {border-bottom: 1px solid black; margin-top: 20px; width: 600px; }

/*bottom navigation*/
#bottomnav  {font-size: 75%; width: 1024px;margin-left: auto; margin-right: auto;

 background-color:#d6dbdd; text-align: center; clear:both;}
 
#calendar {
width: 847px; height: 610px;
}