/* ######### Indent Main Menu Bar CSS ######### */

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

.indentmenu ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	background: black url(indentbg.gif) center center repeat-x;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #564c66;
	border-right-color: #564c66;
	border-bottom-color: #564c66;
	border-left-color: #564c66;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
	float: left;
	color: white;
	text-decoration: none;
	border-right: 1px solid #564c66; /*dark purple divider between menu items*/
	padding-top: 5px;
	padding-right: 11px;
	padding-bottom: 5px;
	padding-left: 11px;
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li a.selected{
	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;
	background-color: #8460A9;
	background-image: url(indentbg2.gif);
	background-repeat: repeat-x;
	background-position: center center;
}

/* ######### Menu lineas Bar CSS ######### */

.lineasmenu{
	width: 100%; /*leave this value as is in most cases*/
	overflow: hidden;
	font-family: Arial;
	font-size: 8px;
	font-weight: bold;
}

.lineasmenu ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #CCCCCC;
	background-image: none;
	background-position: center center;
}

.lineasmenu ul li{
display:inline;
}

.lineasmenu ul li a{
	float: left;
	color: #000000;
	text-decoration: none;
	border-right: 1px solid #CCCCCC; /*dark purple divider between menu items*/
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-position: center center;
}

.lineasmenu ul li a:visited{
color: #000000;
}

.lineasmenu ul li a:hover, .indentmenu ul li a.selected{
	color: #000000!important; /*text color of selected and active item*/
	padding-top: 6px; /*shift text down 1px for selected and active item*/
	padding-bottom: 4px;
	background-color: #999999;
	background-repeat: repeat-x;
	background-position: center center;
}
