/* CSS Document */

/* set width of menu*/
#menu {
position: absolute;
width: 155px;
height: 15px;
top: 114px;
left: 0px;
z-index:1
}

/*remove lists and indents*/
#menu ul {
margin: 0px;
padding: 0px;
list-style: none
}

#menu a {
font-family:Arial, Helvetica, sans-serif;
display: block;
height: 14px;
_height: 13px;
border: 1px solid #FFFFFF;
font-weight: bold;
font-size: 11px;
text-transform: uppercase;
color: #FFFFFF;
text-decoration: none;
text-align: right;
letter-spacing: 1px;
background-color: rgb(0,49,98);
margin-top: -3px;
padding: 6px 4px 6px 0px;
_padding: 5px 4px 6px 0px;
}

#menu a:hover {
background-color: rgb(0,27,53)
}

#menu ul li {
position: relative
}

#menu li ul {
position: absolute;
top: 3px;
left: 154px;
width: 100%
}

#menu li ul li a {
text-align: left;
padding: 6px 5px 4px 10px;
font-size: 10px;
font-weight: normal;
letter-spacing: 1px;
}

div#menu ul ul ,
div#menu ul li:hover ul {
display: none
}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul {
display: block
}

/*navigation text box style, size and position*/
#navtxt {
top: 291px;
left:-10px;
width: auto;
height: auto;
padding-right: 0px;
z-index: 1;
background-color: #FFFFFF;
}


/*text navigation style*/
#navtxt ul li {
list-style: none;
font-family: Arial, Helvetica, sans-serif;
background-color: #FFFFFF;
font-weight: bold;
}

#navtxt ul li a {
color: #777777;
background-color: #FFFFFF;
text-transform:lowercase;
letter-spacing: normal;
font-size: 10px;
display: block;
text-decoration: none;
line-height: 15px;
text-align: right;
padding-right: 5px;
margin-right: 1px;
margin-bottom: 0px;
border-right: 3px solid white;
}

/*show box next to link*/
#navtxt ul li a:hover {
color: rgb(0,27,53);
background-color: white;
border-right: 3px solid rgb(0,27,53);
}