

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

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

.indentmenu1 ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: 1px solid #48c2ff; /*dark purple border*/
border-width: 1px 0;
background:  #1a91db url(/img/indentbg11.gif) center center repeat-x;
}

.indentmenu1 ul li{
display: inline;
}

.indentmenu1 ul li a{
float: left;
color: #232323; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #48c2ff; /*dark purple divider between menu items*/
}

.indentmenu1 ul li a:visited{
color: #232323; 
}

.indentmenu1 ul li a:hover, .indentmenu1 ul li .current{
color: #333333 !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:  #1a91db url(/img/indentbg12.gif) center center repeat-x;
font-weight: bold;
}

body {
	margin: 0px;
	padding: 0px;
}

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

.indentmenu2 ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: 1px solid #48c2ff; /*dark purple border*/
border-width: 1px 0;
background:  #1a91db url(/img/indentbg21.gif) center center repeat-x;
}

.indentmenu2 ul li{
display: inline;
}

.indentmenu2 ul li a{
float: left;
color: #232323; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #48c2ff; /*dark purple divider between menu items*/
}

.indentmenu2 ul li a:visited{
color: #232323;
}

.indentmenu2 ul li a:hover, .indentmenu2 ul li .current{
color: #333333 !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:  #1a91db url(/img/indentbg22.gif) center center repeat-x;
font-weight: bold;
}










