﻿
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

body{
font-family:"Verdana";
font-size:80%;
}

code{
font-family:"Lucida Console";
}

pre{
font-family:"Lucida Console";
}

a{
color: blue;
text-decoration: underline;
padding: 2px 2px;
}

a:visited{
color: blue;
}

a:hover{
color: blue;
background-color: #e8edff;
}

#mainfr{
width: 70%;
background: #fff;
height: 600px;
margin-top: 0px;
margin-left: 10px;
float: left;
overflow: auto;
border: 2px solid #1b3f80;
}

#maintext{
width: 92%;
padding: 30px;
}


#menu {
width: 200px;
height: 600px;
top: 10px;
left: 10px;
background-color:#b0c4ff;
margin-left: 20px;
float: left;
text-align: left;
}

#updated {
width: 700px;
height: 50px;
float: bottom;
text-align: center;
font-size: 70%;
margin-top: 60px;
}

.help h2{
text-decoration: underline;
text-color: red;
}


.menudiv ul{
margin: 0;
position: absolute;
padding: 0;
list-style-type: none;
width: 160px; /* Width of Menu Items */
border-bottom: 2px solid #ccc;
background: #7b9ddb;
}

.menudiv ul li{
position: relative;
background: #7b9ddb;
}

/*Sub level menu items */
.menudiv ul li ul{
position: absolute;
width: 160px; /*sub menu width*/
top: 0;
visibility: hidden;
background: #7b9ddb;
}

/* Sub level menu links style */
.menudiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: black;
text-decoration: none;
background: #7b9ddb;
padding: 5px 5px;
border: 1px solid #ccc;
border-bottom: 0;
}

.menudiv ul li a:visited{
color: black;
}

.menudiv ul li a:hover{
background-color: #1b3f80;
color: white;
}

.menudiv .subfolderstyle{
background: url(media/arrow-list.gif) no-repeat center right;
}


/* Holly Hack for IE \*/
* html .menudiv ul li { float: left; height: 1%; }
* html .menudiv ul li a { height: 1%; }
/* End */
