@charset "utf-8";
/* CSS Document */


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: 1px solid #fff; /*dark purple border*/
border-width: 1px 0;
background: #99ccff url(../images/m_lightblue.png) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: #333; /*text color*/
padding: 5px 8px;
text-decoration: none;
border-right: 1px solid #fff; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: #333;
}

.indentmenu ul li a:hover, .indentmenu ul li a.menu_current{
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: #99ccff url(../images/m_darkblue.png) center center repeat-x;
}



/**************************** MENU *****************************/

.menu {
	height:40px;
	background:#66ccff;
}

.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
overflow: hidden;
margin-bottom: 0em;
border: 1px solid #fff;
border-width: 1px 0;
background: #99ccff url(../images/m_lightblue.png) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: #333;
padding: 9px 9px;
text-decoration: none;
border-right: 1px solid #CCE5FF;
}

.solidblockmenu li a:visited{
color: #333;
}

.solidblockmenu li a:hover, .solidblockmenu li a.menu_current{
color: #fff;
background: transparent url(../images/m_darkblue.png) center center repeat-x;
}


