<style type="text/css">

#pointermenu2{
margin: 0;
padding: 0;
}

#pointermenu2 ul{
margin: 0;
margin-left: 15px; /*menu offset from left edge of window*/
float: left;
padding-left: 8px;
font: bold 12px Verdana;
background: #E0B786 url(media/leftround2.gif) bottom left no-repeat; /*optional left round corner*/
}

* html #pointermenu2 ul{ /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/
margin-bottom: 1em;
margin-left: 7px; /*menu offset from left edge of window in IE*/
}

#pointermenu2 ul li{
display: inline;
}


#pointermenu2 ul li a{
float: left;
color: black;
font-weight: bold;
padding: 7px 4px 7px 5px;
text-decoration: none;
}

#pointermenu2 ul li a:visited{
color: black;
}


#pointermenu2 ul li a:hover, #pointermenu2 ul li a#selected{ /*hover and selected link*/
color: lightyellow;
background: transparent url(media/pointer.gif) bottom center no-repeat;
}

#pointermenu2 ul li a#rightcorner{
padding-right: 0;
padding-left: 2px;
background: url(media/rightround2.gif) bottom right no-repeat; /*optional right round corner*/
}

#pointermenu22{
margin: 0;
padding: 0;
}

#pointermenu22 ul{
margin: 0;
margin-left: 15px; /*menu offset from left edge of window*/
float: left;
padding-left: 8px;
font: bold 12px Verdana;
background: #ff0000 url(media/leftround22.gif) bottom left no-repeat; /*optional left round corner*/
}

* html #pointermenu22 ul{ /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/
margin-bottom: 1em;
margin-left: 7px; /*menu offset from left edge of window in IE*/
}

#pointermenu22 ul li{
display: inline;
}

#pointermenu22 ul li a{
float: left;
color: black;
font-weight: bold;
padding: 7px 6px 7px 7px;
text-decoration: none;
}

#pointermenu22 ul li a:visited{
color: black;
}


#pointermenu22 ul li a:hover, #pointermenu2 ul li a#selected{ /*hover and selected link*/
color: lightyellow;
background: transparent url(media/pointer.gif) bottom center no-repeat;
}

#pointermenu22 ul li a#rightcorner{
padding-right: 0;
padding-left: 2px;
background: url(media/rightround22.gif) bottom right no-repeat; /*optional right round corner*/
}




/* set millions of background images */
.rbroundbox { background: url(media/nt.gif) repeat; }
.rbtop div { background: url(media/tl.gif) no-repeat top left; }
.rbtop { background: url(media/tr.gif) no-repeat top right; }
.rbbot div { background: url(media/bl.gif) no-repeat bottom left; }
.rbbot { background: url(media/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; }
.rbroundbox { width: 200px; margin: 15px; }

body {
	background-color: #003366;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#ddblueblockmenu{
border: 1px solid black;
border-bottom-width: 0;
width: 185px;
margin-left: 18px;
}

#ddblueblockmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: normal 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-size:15px;
}

#ddblueblockmenu li a{
display: block;
padding: 3px 0;
padding-left: 9px;
width: 169px; /*185px minus all left/right paddings and margins*/
text-decoration: none;
color: black;
background-color: #E0B786;
border-bottom: 1px solid #996600;
border-left: 7px solid #CC9900;
font-weight:800;
}

* html #ddblueblockmenu li a{ /*IE only */
width: 187px; /*IE 5*/
w\idth: 169px; /*185px minus all left/right paddings and margins*/
}

#ddblueblockmenu li a:hover {
background-color:lightyellow;
border-left-color: #FFCC99;
}

#ddblueblockmenu div.menutitle{
color: white;
border-bottom: 1px solid black;
padding: 1px 0;
padding-left: 5px;
background-color: black;
font: bold 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}


</style>
