/*Horizontal menu start*/
/*.horizontalMenuStatic
{
    
    background-repeat:repeat-x;
    padding: 7px 10px 7px 10px;    
    height:30px;
    color:#ffffff;
}*/

/*.horizontalMenuStaticHover
{
    background-image: url(/images/menu/menuHighLightBG.jpg);
    background-repeat:no-repeat;
    background-position:center top;
    color:#ffffff;
    height:30px;
}*/
.horizontalMenuItem
{
    height:30px;
    float:left;
    font-size:13px;
    font-weight:bold;
}
.horizontalMenuItem a
{
    padding: 7px 19px 7px 19px;
}

.horizontalMenuItem a:link, .horizontalMenuItem a:visited, .horizontalMenuItem a:active 
{
    background-repeat:repeat-x;
    color:#000000;
    display:block;
}
.horizontalMenuItem a:hover
{
    /*background-image: url(/images/menu/menuHighLightBG.jpg);
    background-repeat:no-repeat;
    background-position:center top;*/
    background-color:#008aff;
    color:#ffffff;
}


.horizontalMenuHolder
{    
    margin: -1px 0 0 0;
    padding:0;
}
/*Horizontal menu end*/




.menuHolderDiv
{
    /*border-right: solid 1px #e3e3e3;*/
    float:left;
    width:171px;
    line-height:12px;
}

/*First level in subMenuBlue*/
.subMenuBlue
{
	/*margin: 0; */
	/*padding: 0; */
	margin-top:0;
	padding-top:0;
	list-style-type: none;
	
}

.subMenuBlue a
{
	display: block;	
	padding: 7px 0 7px 0;
	text-decoration: none; 
	height: 100%; 
	border-bottom: 1px solid #d3d3d3;	
	/*margin-top: 0.1em; 
	margin-bottom: 0.1em;*/
	margin-left:0em;
	/*background-color: #000000;*/
	color:#000000;
}


ul.subMenuBlue
{
	list-style: none;
} 

ul.subMenuBlue li
{
    
	list-style: none;
	margin-left:-40px;
}

ul.subMenuBlue li.marked
{
    /*background-image:url(/images/menu/subMenuMarked.jpg);*/
}
ul.subMenuBlue li.selected
{
    /*background-image:url(/images/menu/subMenuSelected.jpg);*/
}
ul.subMenuBlue li.none
{
    /*background-image: url(/images/menu/subMenuBG.jpg);*/
}

ul.subMenuBlue a
{
	
	padding-left:15px;
}	

.subMenuBlue a:link
{
}

.subMenuBlue a:visited
{
}

.subMenuBlue a:hover
{
    border-bottom:solid 1px #000000;
    background-color:#e3e3e3;
    /*border-top:solid 1px #ffffff;*/
}

.subMenuBlue a.current
{
	font-weight: bold; 
}

.subMenuBlue a.currentHasChildren
{
    background-image:url(/images/menu/arrow-down.gif);
    background-position:5px;
    background-repeat:no-repeat;
    padding-left:15px;
	font-weight: bold; 
}

.subMenuBlue a.HasChildren
{
    background-image:url(/images/menu/arrow-right.gif);
    background-position:5px;
    background-repeat:no-repeat;
    padding-left:15px;
    
}


.subMenuBlue a.marked
{
    background-image:url(/images/menu/arrow-down.gif);
    background-position:5px;
    background-repeat:no-repeat;
    padding-left:15px;
	font-weight: bold; 
}

/*End of first level subMenuBlue*/




/*Second level in subMenuBlue*/ 
.subMenuBlue2
{
	/*margin: 0px 0px 0px 0px;*/
	list-style-type: none;
}

.subMenuBlue2 li
{
	list-style-type: none;
}

.subMenuBlue2 a
{
	display: block;	
	text-decoration: none; 
	border-bottom: 1px solid #d3d3d3;	
	/*background: #000000;*/
	color: #000000;
}

ul.subMenuBlue2 li.marked
{
    /*background-image:url(/images/menu/subMenuMarked.jpg);*/
}
ul.subMenuBlue2 li.selected
{
    /*background-image:url(/images/menu/subMenuSelected.jpg);*/
}
ul.subMenuBlue2 li.none
{
    /*background-image: url(/images/menu/subMenuBG.jpg);*/
}

ul.subMenuBlue2 a
{
	
	padding-left:30px;
}

.subMenuBlue2 a:link
{
	color: #000000;
	
}

.subMenuBlue2 a:visited
{
	color: #000000;
}

.subMenuBlue2 a:hover
{
}

.subMenuBlue2 a.HasChildren
{
    background-image:url(/images/menu/arrow-right.gif);
    background-position:20px;
    background-repeat:no-repeat;
    padding-left:30px;
}

.subMenuBlue2 a.currentHasChildren
{
    background-image:url(/images/menu/arrow-down.gif);
    background-position:20px;
    background-repeat:no-repeat;
    padding-left:30px;
	font-weight: bold;	
	
}

.subMenuBlue2 a.current
{
	font-weight: bold;
	
}

.subMenuBlue2 a.marked
{
    background-image:url(/images/menu/arrow-down.gif);
    background-position:20px;
    background-repeat:no-repeat;
    padding-left:30px;
	font-weight: bold; 
	color: #000000;
}

.subMenuBlue2 a.subcurrent
{
	font-weight: bold;
}
/*End of second level subMenuBlue*/



/*Third level in subMenuBlue*/
.subMenuBlue3
{
	list-style-type: none;
}

.subMenuBlue3 a
{
	display: block;	
	text-decoration: none; 
	border-bottom: 1px solid #1f1f1f;	
	/*background: #000000;*/
	color: #000000;
}

ul.subMenuBlue3 a
{
	
	padding-left:45px;
}

ul.subMenuBlue3 li.marked
{
    /*background-image:url(/images/menu/subMenuMarked.jpg);*/
}
ul.subMenuBlue3 li.selected
{
    /*background-image:url(/images/menu/subMenuSelected.jpg);*/
}
ul.subMenuBlue3 li.none
{
    /*background-image: url(/images/menu/subMenuBG.jpg);*/
}

.subMenuBlue3 a:link
{
    color: #000000;
}

.subMenuBlue3 a:visited
{
	color: #000000;
}

.subMenuBlue3 a:hover
{
}

.subMenuBlue3 a.HasChildren
{
    background-image:url(/images/menu/arrow-right.gif);
    background-position:35px;
    background-repeat:no-repeat;
    padding-left:45px;
}

.subMenuBlue3 a.currentHasChildren
{
    background-image:url(/images/menu/arrow-down.gif);
    background-position:35px;
    background-repeat:no-repeat;
    padding-left:45px;
	font-weight: bold;	
}

.subMenuBlue3 a.current
{
    padding-left:45px;
	font-weight: bold;	
}

.subMenuBlue3 a.marked
{
    background-image:url(/images/menu/arrow-down.gif);
    background-position:35px;
    background-repeat:no-repeat;
    padding-left:45px;
    font-weight: bold;
    color: #000000;
}
/*End of third level subMenuBlue*/



/*Fourth level in subMenuBlue*/
.subMenuBlue4
{
	list-style-type: none;
}

ul.subMenuBlue4 a
{
	
	padding-left:60px;
}

ul.subMenuBlue4 li.marked
{
    background-image:url(/images/menu/subMenuMarked.jpg);
}
ul.subMenuBlue4 li.selected
{
    background-image:url(/images/menu/subMenuSelected.jpg);
}
ul.subMenuBlue4 li.none
{
    background-image: url(/images/menu/subMenuBG.jpg);
}

.subMenuBlue4 a:link
{
	color: #ffffff;
}

.subMenuBlue4 a:visited
{
	color: #ffffff;
}

.subMenuBlue4 a:hover
{
}

.subMenuBlue4 a.currentHasChildren
{
    background-image:url(/images/menu/arrow-down.gif);
    background-position:35px;
    background-repeat:no-repeat;
    padding-left:60px;
	font-weight: bold;	
}

.subMenuBlue4 a.current
{
    padding-left:60px;
	font-weight: bold;	
}

.subMenuBlue4 a.marked
{
    background-image:url(/images/menu/arrow-down.gif);
    background-position:35px;
    background-repeat:no-repeat;
    padding-left:60px;
    font-weight: bold;
    color: #ffffff;
}
/*End of fourth level subMenuBlue*/


/*End submenublue*/
