/* */
/* HORIZONTAL NAV BAR MENU*/
/* */


#navcontainer ul
{
padding: .2em 0;
margin: 0;
list-style-type: none;
background-color: #036;
color: #FFF;
width: 100%;
font-family:Arial, "Century New Gothic", Helvetica,sans-serif; 
font-weight: normal; 
font-size: 26px; 
text-align: center;
}

#navcontainer li { display: inline; }

#navcontainer li a
{
text-decoration: none;
background-color: #036;
color: #FFF;
padding: .2em 1em;
border-right: 1px solid #fff;
border-left: 1px solid #fff;
}

#navcontainer li.current a.current
{
text-decoration: none;
background-color: #ffffff;
color: #036;
padding: .2em 1em;
border-right: 1px solid #fff;
}

#navcontainer li a:hover
{
background-color: #369;
color: #fff;
}


/* */
/* LEFT SIDE MENU*/
/* */

.menuleft li
{
display: inline;
/* for IE5 and IE6 */
}

.menuleft li.current {
display: inline;
/* for IE5 and IE6 */
background: #ffffff;
font-size: 18px;
}

.menuleft
{
width: 200px;
/* to display the list horizontaly */
font-family: sans-serif;
margin: 0;
padding: 0;
font-size: 18px;
/*border-top: 1px #000 solid; */
/*border-left: 1px #000 solid;*/
/*border-right: 1px #000 solid;*/
}

.menuleft a
{
width: 99.99%;
/* extend the sensible area to the maximum with IE5 */
display: block;
/* border-bottom: 1px #000 solid; */
text-align: center;
text-decoration: none;
color: #002BB8;
}

.menuleft a:hover{ background-color: #ffffff; color: #002BB8; border: none;}
.menuleft a:visited{ color: #002BB8; }

.menuleft a.current
{
width: 99.99%;
/* extend the sensible area to the maximum with IE5 */
display: block;
/*border-bottom: 1px #000 solid;*/
text-align: center;
text-decoration: none;
color: #002BB8;
background:#ffffff;
}


.menutitle {
	font-family:Arial, "Century New Gothic", Helvetica,sans-serif; 
	font-weight: bold; 
	font-size: 18px; 
	font-variant: small-caps;
	text-decoration: none;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	}