/* CSS Document */
#contentwrapper{
margin:5px;
border:1px solid #cccccc;
}
#contentwrap{
position:relative;
margin:5px;
border:1px solid #cccccc;
}
#navcontainer{
position:relative;
height:27px;
border-bottom: 3px solid #333333; /*thick bottom border below tabs*/
}

#navcontainer ul
{
padding-left: 0;
margin:0;
background:url(../images/menubg_new.jpg) top;
color: White;
float: left;
width: 100%;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:bold;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.4em 6.8em;
background:url(../images/menubg_new.jpg) top;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #666666; /*right border style*/
border-left: 1px solid #ffffff; /*left border style*/
}

#navcontainer ul li a:hover
{
background:url(../images/menubg_new.jpg) 0px 27px;
color: #ffffff;
}
#navlist li a#leftmostitem{ /*Extra CSS for left most menu item*/
border-left: 1px solid #ffffff; /*left border style*/
}

#navlist li a#rightmostitem{ /*Extra CSS for right most menu item*/
padding-left:0em;
padding-right:0em;
border-right-style:none;/*right border style*/
/*background-position: top left; Position background image to the left instead of default right, to hide indented underline for this link*/
}
#navlist li a#rightmostitem1{ /*Extra CSS for right most menu item*/
padding-left:59px;
padding-right:59px;
/*border-left-style:none;*/
border-right-style:none;/*right border style*/
/*background-position: top left; Position background image to the left instead of default right, to hide indented underline for this link*/
}
#navlist li a#home{ /*Extra CSS for right most menu item*/
padding-left:107px;
padding-right:106px;
/*border-left-style:none;*/
border-right-style:none;/*right border style*/
/*background-position: top left; Position background image to the left instead of default right, to hide indented underline for this link*/
}
